I have a rooted LG G3 with ROM CyanideL (Cyanogenmod 12.1 based) running Lollipop. This should work on most rooted android phones. We are going to make a set of private andRead More…
du & df rate of change scripts / transfer rate – disk usage & disk free speed
If your using cp or tar or scp or cat|ssh to transfer files chances are you dont have a progress bar or even have a clue as to how fast your volumeRead More…
LG G3 ATT (Model: D850) – default APNs
How to access APN settings: Settings->Tethering&Networks->Mobile Networks->Access point names (APNs) There is only 1 APN ATT Nextgenphone nxtgenphone Here are the settings: Name: ATT Next genphone APN: nxtgenphone Proxy: Not set Port:Read More…
How I rooted my LG G3 (Model D850 ATT) thats running Lollipop and installed TWRP on it
Intro: At first when lollipop came out for the LG G3 there wasnt a root method and people had to use LG G3 flash recovery to go back to 4.x to rootRead More…
How many drives can I lose / fail in a RAID10? and other RAIDs 0,1,2,3,4,5,6,10,50,60
So how many drives can I lose in a RAID and still be up? Read the section at the bottom (Red heading that reads OTHER RAIDS). If your curious about RAID10 startRead More…
My Personal Mass Unrar and Unzip scripts – 2015-04-28
Good for folders which contain many zip files, and rar files. If you want to use them have at it. My advice: read up the comments and test them first on foldersRead More…
LINUX – Get CPU & MEMORY heaviest Processes (with greater precision than top/htop)
Getting the heaviest RAM processes in Linux is pretty easy, getting RAM usage numbers is pretty easy to. However getting CPU usage numbers per process in Linux is harder to come by.Read More…
LINUX INSTALL MISSING MAN PAGES
Here is my citations/research: To install a single man page: http://askubuntu.com/questions/244809/how-do-i-manually-install-a-man-page To install multiple manpages: http://unix.stackexchange.com/questions/79028/debian-install-missing-man-pages Here is my article: If your server came without man/man pages installed most likely its because it doesntRead More…
BTRFS UNDELETE – Recovering Deleted folder/file without snapshots
Method is similar to restoring a corrupt btrfs filesystem. Trying to restore a file or folder or subvolume that you accidentally deleted and you dont have a snapshot (perhaps because you accidentallyRead More…
Accidentally unmounted dev devpts sys or proc remounting — /dev, /dev/pts, /sys, /proc mounting
If you accidentally unmounted the following tmpfs on /dev type tmpfs (rw,noatime,nodiratime,size=10240k,mode=755) devpts on /dev/pts type devpts (rw,noatime,nodiratime,mode=600) /dev/md0 on / type btrfs (rw,noatime,nodiratime,nospace_cache) proc on /proc type proc (rw,nosuid,nodev,noexec,noatime,nodiratime) sysfs onRead More…