To monitor a log that gets truncated ############################## This is how to monitor a log that keeps getting truncated (shrunk when it reaches a certain size). You can roll over its outputRead More…
RENAME – perlrex program – Renaming Movies – Example 1 – converting/fixing filenames article
Rename – perlrex program – Renaming Movies – example 1 ############################################### NOTE: these are not my movies. Just helping a friend out with renames, and thought it would be nice for an articleRead More…
dir diff – ddiff & ddiffq – see if directories same with md5
I got my resource completely through here: http://www.commandlinefu.com/commands/view/12626/diff-two-directories-by-finding-and-comparing-the-md5-checksums-of-their-contents. First you need md5deep and sort (which comes with every linux, just not the md5deep program): apt-get update; apt-get install md5deep; Which says toRead More…
Plex Plugins & Unsupported AppStore Plugin & Plex-Duplicates/Plexdoops
Random sections of plex info. Info on plugins Plex installs its plugins to a folder, plugins show up as channels within your Media Manager https://support.plex.tv/hc/en-us/articles/201106098-How-do-I-find-the-Plug-Ins-folder- https://support.plex.tv/hc/en-us/articles/201187656-How-do-I-manually-install-a-channel- To ensure correct install of plugin:Read More…
ZFS variables list & info – zfs arc – and – sysctl zfs variables – and links to zfs source code
NOTE: Material below is copied from http://www.krausam.de/?p=70. Go to that site for most up to date info. Lots of useful ZFS information comes from this command: echo ::arc | mdb -k Also there are otherRead More…
JOBS & PROCESS CONTROL – MULTIPLE COMMANDS WITH IN A NOHUP
MULTIPLE COMMANDS WITH IN A NOHUP ################################### Nohup is useful to run things in the background tied away from the session shell (putty or teraterm or etc.). So that if you closeRead More…
SSL CERTIFICATE CHECKS FAIL ALL THE TIME (git & wget & etc…)
SSL CERTIFICATE CHECKS FAIL ALL THE TIME (git & wget & etc…) ################################################### If your trying to download something from github with “git clone” or wget from an https site – andRead More…
spf13 – vim keys – my own cheatsheet
spf13 – vim keys – my own cheatsheet ##################################### NOTE: sections are seperated out with the yellow highlights and underlines Lots of these work without spf13 plugins. I assume basic knowledge ofRead More…
Installing SPF13 for VIM & fixing SSL certificate errors – linux/cygwin
Installing SPF13 for VIM, when getting SSL certificate errors What is spf13? Its the best vim plugins install available online in my opinion http://vim.spf13.com/ To checkout my spf13 vim cheatsheet: www.infotinks.com/spf13c IfRead More…
BTRFS – Recovery Mount – The ultimate mount command
If this doesn’t mount your volume, pray to justice you have a backup. (Wait you don’t have a backup of all your precious data? Terrible mistake… Make one now) mount /dev/sda1 /data -tRead More…