Thursday, September 9, 2010

interesting women to follow in CS/IT

http://mashable.com/2010/07/28/developer-hacker-women-twitter/

Wednesday, August 25, 2010

troubling install lisp system on ubuntu

another sleepless night working to install lisp system on ubuntu...

there are still a few reading to catch up...one SLIME, SBCL, emacs to get thing to work.

hard lesson learnt: Eclipse >= 3.6 Helios NOT support lisp CUPS. Eclipse 3.5 Galieo does support.

where is sbcl install on ubuntu

finish install sbcl - a lisp compiler flavor on my ubuntu on the following location:
SBCL has been installed:
binary /usr/local/bin/sbcl
core and contribs in /usr/local/lib/sbcl/

Tuesday, August 17, 2010

Saturday, August 14, 2010

my ubuntu install on my new netbook

The following website rocks. Provide all detail instruction to install ubuntu on netbook.

http://alexsantidote.com/ubuntu/install-ubuntu-904-netbook-remix-dual-boot/


originial acer setting
12g = recovery
102m system reserved

136.95g ntfs = acer boot, page, crash, primary
----

40 40 50

40 data
50 windows
40 linux

-----

acer windows allow reduce = 63218 + 77014 = 140232


----

my set up:

60g = windows
40g = ubuntu (ext4)
2g = linux-swap for swap
40g = data

-------

completed detail

shrink /dev/sda3 136.95->58.82
create extended,78.12 = /dev/sda
create ext4,39.06g /dev/sda
create linux-swap,1.95g=/dev/sda
create ntfs,37.11g=/dev/sda

Saturday, July 18, 2009

Ubuntu resolution change

http://ubuntuforums.org/showthread.php?t=83973

http://ubuntuforums.org/showpost.php?p=679706&postcount=23

Thursday, June 4, 2009

Remove Ubuntu - Restore Windows (vista) experience

Yesterday and early today morning, I have to clean up one of my current personal working laptop to give it away to my dad. I was having both vista and ubuntu linux on it, and i work mostly in the ubuntu partition. First, I backed up all my data in both windows and linux to my book. To prepare the laptop, I have deleted the linux partition, swap partition and merge the unallocated space to windows partition before I run the Gateway provided restore to manufacturer program. WHen i restart the computer, i got GRUB loading error 22... stuck...googling around...

... and come to this final answer for a quick solution
- find a copy of my windows vista cd and boot from it, choose repair to fix boot problem
-.. still not working after reboot, try again..and in the command line windows...type the following command: Bootrec.exe /FixMbr and see response:"operation completed successfully."
- reboot..windows start fine..and resetting your computer follow the screen

that's it

links:
http://episteme.arstechnica.com/eve/forums/a/tpc/f/96509133/m/254009228831
http://ubuntuforums.org/showthread.php?t=224351
http://forums.techguy.org/unix-linux/480163-restore-windows-xp-mbr.html