IntTech

Technology we find Interesting and Tricks of the Trade

Saturday, February 28, 2015

Linux Swap Files

›
This technique for adding swap space was used in the early days of linux on adhoc home systems.  It is not used much anymore, but maybe help...
Saturday, February 21, 2015

Ways to Connect AWS VPCs

›
Here is come useful reading on ways to connect AWS VPCs across regions.  Connecting Multiple VPCs with IPSec Configuring HA NATs in A...
Monday, February 10, 2014

Size of MySql Databases

›
This seems to work pretty well. SELECT table_schema "DB Name", sum( data_length + index_length ) / 1024 / 1024 "DB Si...
Sunday, January 26, 2014

Fixing ^M in text using VIM

›
It is easiest to select your text block in visual mode, "v".  Then enter s/^M/\r/g.  Keys for this is v for visual mode, then u...
Wednesday, July 14, 2010

Chrome Feature

›
Just learned about the chrome://plugins/ feature for chrome browser. Works on Mac too!
Saturday, June 26, 2010

Windows 7 Undock and Hibernate

›
New job has me using Windows 7 on a laptop. It seems less stable than Windows 2000. It has an undock feature on the "shutdown" me...
Friday, March 26, 2010

Compressing or Removing Old Logs

›
The following is useful for compressing or removing files based on name. find $path -name "$LogFileRegEx" -exec $compress_rm {} ...
›
Home
View web version
Powered by Blogger.