3 ways to copy with RSYNC: file, rsync over ssh, rsync daemon
Rsync command can be launched in one of two ways – this gives the option of 3 different ways to launch rsync transfer, here is how. rsync command can be used as aRead More…
Rsync command can be launched in one of two ways – this gives the option of 3 different ways to launch rsync transfer, here is how. rsync command can be used as aRead More…
If your samba server is already running it might be a pain to restart it with debugging options. So instead you can change the debug level live during operation: SMB debug levelsRead More…
I tried to mount this filesystem mount /dev/md1 /data but it failed, the error output of dmesg shows this dmesg | tail [98429.781111] BTRFS: failed to read the system array on md1Read More…
Here I will show you how to get SoundCloud-Downloader setup from scratch on a Linux Debian system & how to download a full playlist. Note: you can use Windows Python for allRead More…
Looking at these articles we see that ZFS and BTRFS are both ROW (Redirect on write) and not COW (copy on write). * Difference between ROW and COW: http://community.netapp.com/t5/Technology/Are-All-Snapshots-Created-Equal/ba-p/83211 <== must readRead More…
Iostat Plotter v3.1 For Plotting Iostat Output && Iostat_Plot_Many.sh For Concatenating Multiple Iostat Outputs Into One This is just a small bug fix from the version provided here: Iostat Plotter v3. Example out isRead More…
Have you ever mashed away at 70 to 120 words per minute (or more or less) on your linux box – OR as I like to call hacking – OR sometimes linuxingRead More…
INTRO If you would like to separate your broadcast domain to 2 vlans (or more) then this article is for you. This article builds off of the foundation discussed in this LayerRead More…
One way to copy an ssh key to another server is to use ssh-copy-id here is an article showing how. However you might not have ssh-copy-id, or you might want to do somethingRead More…
Download Heimdall on linux – Heimdall lets you flash partitions and their contents to an android device (an android device is made out of CPU, RAM, BATTERY, SCREEN, and what it hasRead More…