Very laudable enterprise.
How to edit xinitrc:
http://matsusoft.com.ar/redmine/projects/mate/wiki/Session_Mate
exec ck-launch-session mate-session
STumbling In Linux Land, STupid and Unlucky Pablo? The tribulations and happy discoveries of a Linux former Newbie, now bit more experienced user
exec ck-launch-session mate-session
HARDWARECLOCK="UTC" TIMEZONE="Europe/Amsterdam"
“pstree” can be used for system administration tasks. Like, if you wish to see which process was started by what program, then this command will be useful.
Syntax: pstree [OPTIONS] [PID] [USER]
Example:
2 3 4 | $ pstree # Shows all running processes for the current user $ pstree 2747 # Shows the process tree for the pid specified |
Change computer name: got as root to etc/rc.conf
Edit it with your fav text editor:
HOSTNAME="archbang" to
HOSTNAME="preferred_name"
If you have configured your hosts file (also in /etc) and it is different from the default:
127.0.0.1 localhost.localdomain localhost
you might to have to adapt that to the new settings.