Massren is a command line tool that can be used to rename multiple files using your own text editor. Multiple-rename tools are usually difficult to use from the command line since any regular expression needs to be escaped, and each tool uses its own syntax and flavor of regex. The advantage of massren is that you are using the text editor you use every day, and so can use all its features.
The tool works by creating a file that contains the filenames of the target directory, and opening this file in the text editor. You can then modify the filenames there directly. Once done, save the text file and the files will be renamed. Lines that are not changed will simply be ignored.
Most of the existing tools for searching through large amounts of text are either fast but inflexible (the original grep) or slightly more flexible but slow or complicated to install.
sift is an alternative that aims for both speed and flexibility - i.e. adding features while trying to reach (or even surpass) the performance of the original grep.
The additional features include gitignore support, conditions (e.g. match A only when preceded by B within X lines) , full multi-core support and multiline matching.
prettyping is a wrapper around the standard ping tool, making the output prettier, more colorful, more compact, and easier to read.
Keep your application settings in sync (OS X/Linux)
Zeal is an offline documentation browser for software developers.
Trigger notifications when a process completes.
A simple but smart note-taking app
FromScratch is a little app that you can use as a quick note taking or todo app.
TagSpaces is an open source personal data manager.
It helps you organize and browse your files on every platform.
getfacl -R /var/www/myweb > permissions.acl
and
setfacl --restore=permissions.acl
fusermount -uz /data
mount /data
'sudo apt-get install exfat-fuse'