Archive for March, 2010

Saturday, March 27th, 2010 at 6:47pm

Configuring PogoPlug drives in Ubuntu

Posted by Brian Higgins in Ubuntu

You can always use http://my.pogoplug.com to access your files from any browser, but you can also mount or map PogoPlug volumes as virtual drives in Windows, Mac, and Linux. I have no experience with the Mac configurations to date. While the Windows executables are pretty straight forward, the Linux configuration is a bit more in [...]

Saturday, March 27th, 2010 at 9:08am

Create an empty file with a specific size

Posted by Brian Higgins in Ubuntu

To create a 256MB empty file with 1KB block sizes on your Desktop:
$ sudo dd if=/dev/zero of=~/Desktop/myZeroFilledFile bs=1024 count=256000
If you would rather create the file filled with random data, run this instead:
$ sudo dd if=/dev/urandom of=~/Desktop/myZeroFilledFile bs=1024 count=256000

Saturday, March 27th, 2010 at 9:01am

Creating additional emergency swapfile space in Linux

Posted by Brian Higgins in Ubuntu

If you have a situation where your linux server is running low on virtual memory, you can temporarily add additional swap space on the fly. The following example will add 1GB of virtual memory with a block size of 1KB.
First, check the amount of existing swap you presently have configured:
$ free -tom
[...]

Wednesday, March 17th, 2010 at 8:00am

Hawaii – Day Eight

Posted by mschlieckau in 2010 Photos, Michele's Posts
Tuesday, March 16th, 2010 at 8:00am

Hawaii – Day Seven

Posted by mschlieckau in 2010 Photos, Michele's Posts
Monday, March 15th, 2010 at 8:00am

Hawaii – Day Six

Posted by mschlieckau in 2010 Photos, Michele's Posts
Sunday, March 14th, 2010 at 8:00am

Hawaii – Day Five

Posted by mschlieckau in 2010 Photos, Michele's Posts
Saturday, March 13th, 2010 at 8:00am

Hawaii – Day Four

Posted by mschlieckau in 2010 Photos, Michele's Posts
Friday, March 12th, 2010 at 8:00am

Hawaii – Day Three

Posted by mschlieckau in 2010 Photos, Michele's Posts
Thursday, March 11th, 2010 at 8:00am

Hawaii – Day Two

Posted by mschlieckau in 2010 Photos, Michele's Posts

© 2010 B r i a n H i g g i n s . c o m: . :   Just   Another   Personal   Website   : .