
Administrator
Linux远程图形化界面出错:MoTTY X11 proxy: Unsupported authorisation protocol
报错如下: MoTTY X11 proxy: Authorisation not recognised In case you are trying to start a graphical application with "sudo", read this article in order to
麒麟修改内核重塑解决分辨率过低问题
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 参数
麒麟服务器操作系统 防火墙相关命令
查看firewalld状态: systemctl status firewalld(或者:systemctl status firewalld.service,或者:systemctl is-active firewalld)active(running):表示防火墙已经开启。 开启、重启、关闭fi
凝思系统V6.0.80设置环境变量后新终端不生效
解决方法: cd vim .bash_profile #输入下面内容 # .bash_profile if [ -f ~/.bashrc ]; then . ~/.bashrc
凝思系统V6.0.80版本网络配置
单网卡配置 以配置eth0为例: vim /etc/network/interfaces //添加如下内容 auto eth0 allow-hotplug eth0 iface eth0 inet static address 192.168.1.100
notepad++进行单行 多行 批量 注释
单行、多行注释 // ctrl+k 区块注释 // ctrl+q 取消单行、多行、区块注释 // ctrl+shift+k 如果没效果可以再上方工具栏选择语言
RedHat重启gnome桌面环境
ps -ef|grep gnome-shell kill -9 [进程号] 例如 [ems@NWFZOP2 ~]$ ps -ef|grep gnome-shell ems 8188 35624 0 09:36 pts/6 00:00:00 grep --color=auto g