Linux Symbolic-Link & Hard-Link – Real Use Case

HARD-LINK A hard link creates an additional name for the exact same data on your disk. The system does not copy the file but simply adds a new entry to the directory table pointing to the same file ID or inode. Both names are equally valid and share the same physical storage space. The actual

Automated Image Optimizer for Linux – Save Cloud Storage

To save space on expensive server storage, I need to downsize my pictures to the smallest size possible. To do this, I created a script which is automatically started by systemd in Ubuntu Linux. To do this, we need to install some new software. Install inotifywait to detect new pictures in the folder. This will