TEAMVIEWER – Error – Screen cannot be captured at the moment due to fast user switching & Installing Teamviewer as Service tl;dr Quick solution – Install Teamviewer as a service to removeRead More…
VIM PRINT WHITESPACE CHARACTERS – SET LIST and NOLIST
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…
VMWARE Vcenter Cant login – forgot root password – root password recovery and remove expiration
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…
My Favorite Youtube Downloader
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…
Windows PATH & PATHEXT and file associations via cmd FTYPE & ASSOC
Windows Paths and file associations via cmd ##################################### Just a note to self on viewing PATHs and PATHEXT in windows (and an explanation of each if your not familiar with it). AlsoRead More…
Amazing way to extract links from raw html
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…
LINUX – Make your own GPG keys – IMPORTING TO KEY SERVERS
How to Make GPG Keys Fast – IMPORTING TO KEY SERVERS ################################################## Before generating a key, open up 2 shells, and go into a screen with each (so if PC turns offRead More…
TRICK OF THE DAY: easy way to see all COM ports on WINDOWS pc
TRICK OF THE DAY: easy way to see all COM ports on pc Window+R cmd ENTER mode.com ENTER NOTE: the baud rate might not be the real baud rate as set by an app. AppsRead More…
windows linux – adb pull full sdcard
ADB PULL TO DUMP FILES RECURSIVELY ################################### THANKS TO: http://stackoverflow.com/questions/11074671/adb-pull-multiple-files 1 file or folder to current directory: # adb pull /sdcard/file 1 file or folder to another relative directory (linux): # adbRead More…
BTRFS – full filesystem not mounting – Good btrfs balance technique as well
BTRFS – full filesystem not mounting – Good btrfs balance technique as well ##################################################### For good balance Technique read “BALANCE STEP” below ISSUE ###### So here is the issue, Your partition filledRead More…