for i in $(find . -type f);
do mv $i $(echo $i | tr "[:upper:]" "[:lower:]");
done
hope to be useful as usual.
good work!
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!
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)