Disposing Of A PC? Nuke The Drive First.

Deleting your files isn’t good enough. Not even if you empty the recycle bin afterwards. Nor is formatting the drive. There are plenty of ways to recover data in such circumstances. Instead, you need a specialist program that can wipe the entire drive by storing random data onto every part of it, multiple times.

Source: Disposing Of A PC? Nuke The Drive First. | Gizmo’s Freeware

10 Best Password Managers For Linux Operating Systems

There are many password managers for Windows and OS X, but here we’ll look at some of the best password managers for Linux. With so many online accounts on the internet, it can be tediously difficult to remember all your passwords. Many people write them down or store them in a document, but that’s plain insecure.

Source: 10 Best Password Managers For Linux Operating Systems (Fossbytes)

Temporarily Speed Up a Time Machine Backup With a Terminal Command

Time Machine is a great service for backing up your computer, and by default it doesn’t use much CPU power to do it. That’s great most of the time, but sometimes you need to get stuff backed up as soon as possible. Defaults-Write points out the Terminal command for doing so.

Source: Temporarily Speed Up a Time Machine Backup With a Terminal Command (Lifehacker)

LinuxCommand.org: Midnight Commander

At the beginning of chapter 4 in TLCL there is a discussion of GUI-based file managers versus the traditional command line tools for file manipulation such as cp, mv, and rm. While many common file manipulations are easily done with a graphical file manager, the command line tools provide additional power and flexibility.

In this adventure we will look at Midnight Commander, a character-based directory browser and file manager that bridges the two worlds of the familiar graphical file manager and the common command line tools.

The design of Midnight Commander is based on a common concept in file managers: dual directory panes where the listings of two directories are shown at the same time. The idea is that files are moved or copied from the directory shown in one pane to the directory shown in the other. Midnight Commander can do this, and much, much more.

Source: LinuxCommand.org: Midnight Commander