Web Design

Two Yakuake-style terminals for GNOME

A drop-down terminal can save you a lot of time. Always handy, it appears when you press a combination of keys on your keyboard (usually a plain-and-simple F12 key). KDE has Yakuake. Since some people chose to use only G[...]


Close any Linux terminal with one key combination

This one si a keeper. You can exit any shell or terminal application in an instant by pressing Ctrl+D. [...]


Clear garbage output from the Terminal

Sometimes you do something like cat /bin/cat and your Terminal fills with characters. The bad part is that you have to clear the screen to get a usable BASH prompt since now everything you type is unintelligible. Clear y[...]


Change file ownership and access permissions with one command

You can change the file permissions and ownership, the group and mode of a directory with a single command, using chown. For example, to make a directory called /dir accessible for everyone (RW), set the user joe as the [...]