Mac OS
How to use multiple photo libraries with DigiKam
I have always liked the multiple libraries feature in Mac OS X Photos app. Which is something that DigiKam lacks, even in DigiKam-7. But not anymore 😉
Securely remove files using 4 tools (Paranoid mode)
Let’s see how to create a tiny BASH script as a result of combining scrub, wipe, shred and srm to securely remove files on Linux, FreeBSD and MacOSX. Let’s call…
Securely remove files using scrub tool
scrub is one of the most popular tools that specialized in securely remove files on UNIX, MacOS X and Linux distros. Let’s see how to install and use it to…
Securely remove files using srm tool
In this tutorial we will learn how to install and use the srm command line tool to securely remove files on our system. To prevent or at least decrease the…
Securely remove files using shred tool
In this tutorial we will learn one of the most popular tools to securely remove files from disks on Linux and UNIX systems. Which called shred. To prevent or decrease…
How to backup your website from terminal
Why don’t we make the backup process as simple as possible? I mean by issuing one command, the website contents and database should be backed up remotely and locally. Let’s…
Setup and configure Transmission torrent’s server (daemon)
We’ll see how to install and setup Transmission the BitTorrent client server daemon on various BSD and Linux distros. To make it automatically download the added torrent’s files. And separate…
How to check whether or not a package is installed
Sometimes, we need to know whether or not some packages are being installed on the system. And the command which will let us find out the answer is different from…