490 reputation
617
bio website darknet.co.za
location
age
visits member for 2 years, 9 months
seen 7 hours ago
stats profile views 73
bitwise operators flail
while true loops recurse
stack overflow, bits and bytes

Feb
6
awarded  Caucus
Jan
28
awarded  Quorum
Jan
19
awarded  Good Answer
Nov
19
awarded  Notable Question
Aug
24
awarded  Taxonomist
Aug
5
awarded  Yearling
Jun
8
awarded  Caucus
May
9
awarded  Notable Question
Apr
26
comment How to move Ubuntu installation from one hdd to another?
Did you use the Clonezilla method in the end, I assume? How did it work?
Apr
26
comment How to move Ubuntu installation from one hdd to another?
Specify a larger dd block size to improve speed, dependant on your disk cache, but bs=4M is a good value. You can print dd status by sending it the SIGUSR1 signal, see prefetch.net/blog/index.php/2006/06/11/printing-dd-status
Apr
25
comment Installing Ubuntu 11.10 on laptop with Ubuntu9.04
Hi Ria :-) Can you try boot this CD on another PC and tell us what happens?
Apr
25
revised Installing Ubuntu 11.10 on laptop with Ubuntu9.04
re-grammaticized and tags
Apr
25
suggested suggested edit on Installing Ubuntu 11.10 on laptop with Ubuntu9.04
Apr
16
revised Manually copy software (.deb files) from apt-get archives from one machine to another causes fetch error
Grammer fixes
Apr
16
comment Manually copy software (.deb files) from apt-get archives from one machine to another causes fetch error
Why did you remove apt/lists/? Did you follow some instructions, if so link them please. Also we assume your /etc/apt/sources.list are the same on both machines?
Apr
16
suggested suggested edit on Manually copy software (.deb files) from apt-get archives from one machine to another causes fetch error
Mar
9
awarded  Nice Answer
Mar
3
comment Use Photoshop in Virtualbox, is it worth the hassle?
WINE is a better route for saving memory and disk resources. Also if PS leverages some hardware acceleration, those get handled by WINE too (assuming your drivers are setup in Ubuntu).
Mar
3
revised How do I get to the options in nvlc?
added the ncurses tag
Mar
3
comment python: os.system does not execute shell comand
For future coding related questions, post to Stack Overflow. +1 for Python :-)