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…
BTRFS – another fix for “open_ctree failed” in multiple device btrfs volume
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…
SoundCloud-Downloader to Download Full Sets/Playlists or Full Songs
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…
zfs & btrfs are ROW not COW – redirect-on-write, not copy-on-write
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 & Iostat_Plot_Many.sh
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…
COMPGEN – Linux List All of your Commands – Life Pro Tip: Use if your lost in the big world of Linux.
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…
NETGEAR & HP – Making Two Layer 2 VLANS from 1 Network/Subnet. Separating your Broadcast domain.
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…
Copying 1 or Many SSH Public Keys To A Remote Server (any port & any user)
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…
How to Use Heimdall – specifically on Samsung Captivate – Download 512 513 and 803 PIT files
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…
How to setup Teamviewer Automatic Session Recording
This article covers how to setup Teamviewer session recording and jumps into some of the hidden details and options behind that. Building from what this article says: http://www.intowindows.com/how-to-record-teamviewer-session/ The recordings are saved intoRead More…