Friday, June 26, 2009

SWAP allocation

If M < 2
  S = M *2
Else
  S = M + 2

Swap should equal 2x physical RAM for up to 2 GB of physical RAM, and then an additional
1x physical RAM for any amount above 2 GB, but never less than 32 MB.

Monday, June 1, 2009

I been hook with this Series

http://watchweedsepisodes.com/ -This new series is a single-camera comedy about a single mother who makes ends meet by selling marijuana in the fictional suburb of Agrestic, California. The series exposes the dirty little secrets that lie behind the pristine lawns and shiny closed doors of homes in the of this gated community.

Thursday, May 14, 2009

Got my hands on a Netbook

Since I have three jobs two in bicol my Internetshop, TCN and with HP here in manila. I always travel allot to bicol then back to manila so I always bring my 12" Fujitsu esprimo U9200 with me which is bit heavy despite its only 12" So I have decided to get a netbook. Since the release of the eeepc901 I was so eager to get that, good thing my wife stop me and waited till eeepc release 1000HE series. I wont write a review cause there are allot of reviews out there. I'm just saying that if you only need to check on your email read some info on the net and you travel allot get a netbook. If you need to develop some thing like a web app or other programing stuff just do a remote connection to a server and do your thing. just what I'm doing as I'm writing this. I'm setting up a dev server which I will just do a ssh and from there do some scripting and other project. I have two servers one in manila other in bicol to thinker with not the 1U super doom server its just a desktop that I clone it to be a server.Bytheway I still haven't change the OS yes its windowsXP I might keep it for a month since its a license one and still need to create a usb with ubuntu 9.04 but hey most of the apps Im using is open source.

Thursday, April 9, 2009

Friday, April 3, 2009

Congrats! Dude

Atty. Solis Carlo Roberto C.

Apr. 3 2009 - http://bar.judiciary.gov.ph/bar2008.htm

#1161 SOLIS Carlo Roberto C

PS.
Now I could do some cyber crimes, lol!

Monday, March 16, 2009

Parshing data using grep -A NUM

Let say you have this data below lots of diffrent date and information about the memory.






and you just want to extract the physical info that is dated Mar 16 use grep -A NUM

# grep -A 2 'Mar 16' filename





You now have all the Mar 16 physical data.