
10
Remove Three-Finger Salute
Three-Finger Salute Edit /etc/inittab. Find the line:
ca::ctrlaltdel:/sbin/shutdown -t3 -r now
Remark it out by placing a pound sign (#) in front of it. Next time you boot,
CTRL-ALT-DEL should do nothing!
Or, point the line to something else, like script that will clear the screen and
echo a remark to the user. For example:
ca::ctrlaltdel:/salute.sh
vi salute.sh
clear
echo
echo
echo “What are you doing, you IDIOT?!?!”
echo
echo
VMware Workstation on SUSE 9.1
Install VMware Workstation
v4.5.2 on SUSE Linux 9.1
Download the VMware-<xxx>.rpm file from www.vwmare.com
su –
rpm -Uvh VMware-<xxx>.rpm
cd /usr/src/linux
make cloneconfig
make prepare
vmware-config.pl
Launch VMware
/usr/bin/vmware
How to Uninstall VMware rpm –e VmwareWorkstation
Commenti su questo manuale