Displaying 2 results from an estimated 2 matches for "handstands".
2012 Apr 28
0
Hiring: Learnemy is looking for a rails developer!
Learnemy is hiring a full time Ruby on Rails developer and here are 6
reasons why you should apply:
- Learnemy has a purpose. http://www.blog.learnemy.com/kpi/
- You will be treated with respect, and like an adult.
- You get to make key decisions in the startup.
- You get a competitive salary.
- Flexible hours. I respect the maker’s schedule.
- You get to operate like a founder but enjoy the
2007 Nov 21
8
resize an image file
I have a 100G disk on an old redhat 7.3 system.
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 9.6G 2.4G 6.7G 27% /
/dev/hda3 99G 6.1G 88G 7% /home
hda2 is 2G swap
I am trying to back that complete image up on my centos 5 system.
I can do the dd if=/dev/hda bs=1M | ssh root at machine 'cat > disk.img'
which gets me the whole 100G.
As