LOOK FOR ANYTHING IN QUOTES: ############################# This goes well with my new article: amazing way to extract links from raw html cat text.html | grep -o ‘[‘”‘”‘”][^”‘”‘”‘]*[‘”‘”‘”]’ The grep expresion is reallyRead More…
WINDOWS to READYNAS/LINUX: Measuring Backup Speeds Across Network – iftop explanation – cbm/rsync
Backing up using RSYNC and CP across a network (maybe you have a mapped share somewhere) its hard to see the Transfer speed. So to get a feel for it jump onRead More…
WINDOWS 8 – Permission Issue Fix
With Windows 8s great set of features comes complexity and some unfortunate bugs. Here is how I fixed a reoccuring permissions issue: I have a drive called drive E: – Ill callRead More…
WINDOWS – Virtualbox getting serial port to work
Virtualbox getting serial port to work ############################### In here the notation “Port number” explains the port that will be used on the guest host, the notation is that of windows so you pick anythingRead More…
WINDOWS – Start Virtual Machine At Boot – VMware & VirtualBox at Startup
Make the following bat script (first make a text file then rename to .bat – make sure your Windows Explorer can see extentions) And put that in Start->Program Files->Startup ===START VIRTUAL BOXRead More…
WINDOWS – Start TrueCrypt At Boot – Also with Evernote
This is my Batch script (.bat file) to start TrueCrypt volume when I log in to my PC. Make a text file call StartTC.txt and rename it to StartTC.bat and put itRead More…
WINDOWS – Putty You Go Away – Kitty Takes its Place
All of us CLI, command line, people use Putty or TeraTerm (I dont like you people – just kidding) day to day. We also use WinSCP to connect to SSH to seeRead More…
WINDOWS – partition and formatting a disk usb quickly with diskpart
In linux we would use sfdisk, or sgdisk, or any of the partitioning tools followed by making a filesystem and mounting the filesystem In windows its all possible with the tool diskRead More…
WINDOWS – Make 64 Bit INSTALL USB from Windows 32 Bit
How to make a 64 bit bootable Windows USB with a 32 bit Windows PC Im using Win 8 32 bit and want to make a USB with Windows 64 bit Note:Read More…
Feature Request To Microsoft For OneNote
Hopefully Microsoft Office/OneNote Devs Sees This Step1. call microsoft office do a feature request Contact method Microsoft support Talk with Microsoft Connect directly with a support representative to solve your issue quickly.Read More…