6th September 2011
in
GNOME, Security, System
When you close the lid of your laptop and Ubuntu is running, the computer goes into Suspend mode. Same goes for chosing Hibernate from the shutdown menu, when the laptop goes into deep sleep and consumes less power. When[...]
4 Comments
16th February 2011
in
System, cli
You have been trying combinations to see which command line options best fit your needs, and you’ve finally found it. Now let’s make that into a script. You could revert to the last command using your Up key,[...]
1 Comment
4th February 2011
in
Security, System, cli
If you wish to not leave traces of your CLI activity in the .bash_history file, you can exclude the logging of certain commands by appending a space character before them. For example, press the space bar before you type[...]
6 Comments
24th January 2011
in
Security, System, cli
Everybody knows top or htop. Ever wished there was something similar but to monitor your files instead of CPU usage and processes? Well, there is.Run this:
watch -d -n 2 ‘df; ls -FlAt;’
and you’ll get t[...]
No Comments