gnome: /home/liang/.config/autostart 有些kde程序在gnome下会无法删除自启动,这个目录下找一找。我遇到的是KAlarm就是如此。
Continue reading...开卷有益: 就是识字要读书,种地要养猪的意思。^_^
Shell登录定义欢迎界面
hostname xxx [art@foo ~]$ cat /etc/motd Welcome to xxxxxxx Compute Service [art@foo ~]$
Continue reading...ssh
vi /etc/ssh/sshd_config #PermitRootLogin yes PermitRootLogin no vi /etc/ssh/sshd_config X11Forwardin...
Continue reading...bashrc ,先放在这里,慢慢补充
root@X61T:~# pwd /root root@X61T:~# less .bashrc root@X61T:~# ———————————–...
Continue reading...检查环境变量printenv像不像dis cu
我们可以用 bash 的内建命令 set,或者是 printenv 程序来查看环境变量。set 命令可以 显示 shell 或环境变量,而 printenv 只是显示环境变量。因为环境变量列表比较长,...
Continue reading...