Items 1-12 out of 597 displayed
An alternative script is:
#!/bin/bash
for file in *_*.*_*x*x*.*
do
dir=${file%}
dir=${dir%.*}
#if ;
#then
mkdir -p "./$dir"...
I took this from an answer at superuser please give them an...
I managed to figure out a workaround, though I imagine there's a better solution out there. I looked at what was happening when my lid was closed and opened in /etc/acpi/lid.sh
and...
Make sure that kmix is installed.
Just so you know - if you want to install KDE on a system that didn't come with it, it is best to install a transitional package like...
Based on the communication in comments, it is visible you use account which do not have proper permissions to write in /etc
The better and more secure way to accomplish your...