bsinfo – btrfs size snapshot info
All info here: https://github.com/infotinks/bsinfo
All info here: https://github.com/infotinks/bsinfo
NFS Relative Mounts Help with this article: http://www.bermweb.net/?p=41 And also: http://lukas.zapletalovi.com/2011/05/export-for-both-nfs-v4-and-v3-clients.html NFSv3 and NFSv4 have a difference between them that NFSv4 supports exports that are virtualized and therefore can be relativized. NFSv3Read More…
TEST TCP CONNECTION SUCH AS SYSLOG CLIENT # apt-get install tcputils CLIENT # tcpconnect www.SYSLOGSERVER.com 55114 type stuff, hit enter, will appear on remote rsyslog server this is a message123 this isRead More…
This article here might help your understanding this better (especially the concept of allocation & the difference between used space and allocated space): http://www.infotinks.com/btrfs-fi-df-balance-btrfs-df/ I didnt have time to make it fancy shmancyRead More…
TAR BACKUP SYSTEM – EXCLUDE SELF and VIRTUAL FILESYSTEMS Since we want to backup all of the system recursively which starts at / Syntax: tar [options and archive savelocation] [archive start location]Read More…
Restartable RSYNC and CP – Loops until completion Version 1 of this can be found here: version1 (note version2 isnt necessarily better, its just shorter) This is another version of a restartable RSYNCRead More…
VIM PRINT WHITESPACE CHARACTERS SET LIST and NO LIST #################################################### Info from: http://stackoverflow.com/questions/1675688/make-vim-show-all-white-spaces-as-a-character When programming in python via vi or vim its important to know where you have those pesky tabs so thatRead More…
VCENTER – HOW TO RESET PASSWORD IF LOST ######################################## I show you how to reset the root password which is used to connect to the vcenter web gui (the one you accessRead More…
Plenty of options exist as far as for downloading Youtube videos or Youtube full playlists but most cost money or dont work. I find these to work: App for windows (Free YoutubeRead More…
Amazing way to extract links from raw html ######################################## This goes well with my other article: Extract Quotes Extract html from links found best one here: http://stackoverflow.com/questions/1881237/easiest-way-to-extract-the-urls-from-an-html-page-using-sed-or-awk-only cat index.html | grep -oRead More…