与我联系

近期发布

MongoDB设置为同时监听IPV4和IPV6

10

修改配置文件:/usr/local/mongodb/mongodb.conf 将其net块改为: net: bindIp: "0.0.0.0,::" ipv6: true port: 27017 maxIncomingConnections: 10000 之后如果为单

Windows资源管理器网络位置路径

12

C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Network Shortcuts

Linux远程图形化界面出错:MoTTY X11 proxy: Unsupported authorisation protocol

130

报错如下: MoTTY X11 proxy: Authorisation not recognised In case you are trying to start a graphical application with "sudo", read this article in order to

Linux时间同步命令生成器

102

当前时间同步命令 复制命令

麒麟信安 3.3重启桌面环境

18

ps -ef | grep kiran-panel 之后kill掉就好了!

麒麟修改内核重塑解决分辨率过低问题

95

1.查询当前视频输出口 [ems@LTHDB1 ~]$ for p in /sys/class/drm/*/status; do con=${p%/status}; echo -n "${con#*/card?-}:"; cat $p;done 比如查出来咱们是VGA-1 2.修改 grub 参数

麒麟服务器操作系统 防火墙相关命令

266

查看firewalld状态: systemctl status firewalld(或者:systemctl status firewalld.service,或者:systemctl is-active firewalld)active(running):表示防火墙已经开启。 开启、重启、关闭fi

凝思系统V6.0.80设置环境变量后新终端不生效

75

解决方法: cd vim .bash_profile #输入下面内容 # .bash_profile if [ -f ~/.bashrc ]; then . ~/.bashrc

凝思系统V6.0.80版本网络配置

638

单网卡配置 以配置eth0为例: vim /etc/network/interfaces //添加如下内容 auto eth0 allow-hotplug eth0 iface eth0 inet static address 192.168.1.100

notepad++进行单行 多行 批量 注释

70

单行、多行注释 // ctrl+k 区块注释 // ctrl+q 取消单行、多行、区块注释 // ctrl+shift+k 如果没效果可以再上方工具栏选择语言