here the tip:
kill -15 $(ps -U NameOfUserToLogout -o "pid=")
what does it mean this command??
well why dont you type in your command line these other two commands:
man kill
man ps
you will learn more, guaranteed :D
The scope of this Blog is collect in one place all my experiences with linux SuSE. In summary, this is a sort of troubleshooting! If u want u can take my experiences and use it to resolve your own problems (cannot resolve your personal problem wit life yet :D). You can write me if u need help but don't expect too much from me!
kill -15 $(ps -U NameOfUserToLogout -o "pid=")
man kill
man ps
find . -type d -name public_html -exec chmod 0755 {} \;It searches (using find recursively (ie it checks folders and sub folders/directories and sub directories) for a directory (-type d) called (-name) public_html and when it does it runs the command (-exec) chmod 0755 (which sets the permissions so that the owner can read, write and execute/open the folder and all other users can read and execute/open the folder).
for i in $(find . -type f);
do mv $i $(echo $i | tr "[:upper:]" "[:lower:]");
done
Fatal error: Can't open privilege tables: Can't find file: 'host.MYI' (errno: 2)The problem is the file was there (/var/lib/mysql/mysql).
for i in $(find / -name *.ext1);in the specific, this change an extension of a file (ext1) in one another (ext2).
do mv $i $(echo $i | cut -f1 -d.).ext2;
done
edit '/etc/powersave.conf'. Right at the end there are two lines:
POWERSAVED_DISABLE_USER_SUSPEND=yes POWERSAVED_DISABLE_USER_STANDBY=yes
modify it to 'no'
acpi4asus (kernel module for asus special keys and leds) is included in the kernel (from 2.6). Just load the module 'asus_acpi' since startup, editing the file '/etc/sysconfig/powersave/common'.
Search for the definition of 'POWERSAVE_ACPI_MODULES' and add 'asus_acpi'.
Same goes for 'POWERSAVE_ACPI_MODULES_NOT_TO_UNLOAD'.
Set POWERSAVE_CPUFREQD_MODULE="p4-clockmod" (doesnt work well: cpu boot at 300Mhz instead of 2.400Mhz even I've set powersave as well! tryin to find help and further informations)
Mozilla and FireFox both seem to run a little slow on Suse 9.1 cause "ipv6". What is "ipv6"...sheee...I haven't a clue...but there is a fix...and after I applied it...both Mozilla 1.7 rc1 and FireFox opened and went to the different websites fast. Before the fix...both browsers would often just sit and spin their little icons...and never reach the sites before they timed out.