Items 1-12 out of 3354 displayed
According to the log, there is an error with a variable : unknown variable 'default-character-set=utf8'
default-character-set
is a variable used for the client...
Try this. Edit /etc/acpi/powerbtn.sh
, and the make sure that the lines below are the last lines in it.
# If all else failed, just initiate a plain shutdown....
If you don't mind using a terminal, you can do it this way.
Execute : sleep 2h 45m 20s && systemctl suspend -i
It suspends your system in 2...
If gedit has missing plugins, make sure you have the gedit-plugins
installed.
sudo apt-get install gedit-plugins
After that, (you probably need to...
nohup
you can use nohup YOURCOMMAND
to prevent the termination of your ssh connection to kill your command. (@byte-commander mentioned it in a comment...