Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1741769
  • 博文数量: 297
  • 博客积分: 285
  • 博客等级: 二等列兵
  • 技术积分: 3006
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-06 22:04
个人简介

Linuxer, ex IBMer. GNU https://hmchzb19.github.io/

文章分类

全部博文(297)

文章存档

2020年(11)

2019年(15)

2018年(43)

2017年(79)

2016年(79)

2015年(58)

2014年(1)

2013年(8)

2012年(3)

分类: LINUX

2015-11-23 21:35:43

1. 今天发现安装Gnome的group命令变了。
rhel 6:

点击(此处)折叠或打开

  1. yum groupinstall "Desktop Platform" "Desktop" "General Purpose Desktop" "X Window System" "GNOME Desktop Environment"
rhel 7:

点击(此处)折叠或打开

  1. yum groupinstall "Server with GUI"
2. 发现VNC连接过去以后,会经常性的lock,然后需要重新输入密码。
需要在vnc的shell里面输入下面命令:

点击(此处)折叠或打开

  1. gsettings set org.gnome.desktop.lockdown disable-lock-screen true
从命令行对GUI 做一些配置

点击(此处)折叠或打开

  1. gnome-control-center
也可以点击右上角root-setting.
anyway: gnome 3 变化很大。
参考资料:
1. Gnome3 cheatsheet: 2. rhel 7 官方文档: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Desktop_Migration_and_Administration_Guide/introducing-GNOME3-desktop.html
3. 一篇wiki: 
4. Gnome help: 


下面是Kali Linux的配置:

点击(此处)折叠或打开

  1. xset -dpms
关闭了energy saving.

点击(此处)折叠或打开

  1. setterm -blank 0
setterm 在shell下不能使用,不晓得这个命令到底是怎么样的
阅读(2183) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~