How to quickly access a CLI text editor in Linux
Need a text editor in the CLI and you’re absolutely too lazy to type nano or vi? Quickly press in order Ctrl+x+e in the command line to open up nano. [...]
Need a text editor in the CLI and you’re absolutely too lazy to type nano or vi? Quickly press in order Ctrl+x+e in the command line to open up nano. [...]
Do you want to quickly serve a directory to your friends over the web or LAN? There are plenty of applications out there that let you do this, but in Linux all you really need is Python installed.Do a python -m SimpleHTT[...]
So you want to develop your website using Linux and you?re not sure if you’ll find the right tools you might need. Don’t worry, this article will get you rolling in no time. There’s not such a large arr[...]
If you want to take a screenshot of a remote Linux desktop, all you need is to change the command below to match the remote desktop you wish to take a screenshot of: DISPLAY=”:0.0″ import -window root screens[...]
When you close the lid of your laptop and Ubuntu is running, the computer goes into Suspend mode. Same goes for chosing [...]
If you wish to not leave traces of your CLI activity in the .bash_history file, you can exclude the logging of certain c[...]
You have been trying combinations to see which command line options best fit your needs, and you’ve finally found [...]
This can be a real saver if you are using an EeePC with very low disk space. Say you want to download a large file but y[...]