Skip to main content

System-Administration

2016

Automatic Backups With Rsync and Crontab
·171 words·1 min
System-Administration Linux
The goto post after you’ve learned the lesson. Creating automated backups is, in fact, incredibly simple and easy. So simple, that one can set it up in less than two minutes, and is guarunteed to be the best thing EVER in case of HDD failure, or otherwise corruption.
Setting Up Samba Server
·338 words·2 mins
System-Administration Linux Windows Samba
The ability to have files accessible from any device connected to the network is a great way to store and consume one’s data. For example, on my home network, I have a central basic Linux file server, which stores all my music, videos, pictures, etc, such that I can play my 250GB music collection on any of my other connected devices, such as my dekstop, tablet, and phone, without requiring massive storage for the files on each device, or have to worry about updating the collection on each device.
Permanently Mounting Disks in Linux
·322 words·2 mins
System-Administration Linux
Mounting a disk in Linux is a pretty basic task, really. All you need to do is figure where you want the files to show up in the local filesystem, and figure out the device ID of it.