This is where I post snippets of information about Information Technology. It is mostly for my own reference but I hope that others will find it useful and comments are welcome.
Friday, April 22, 2011
Wednesday, April 06, 2011
Saturday, April 02, 2011
Thursday, March 24, 2011
Sunday, March 20, 2011
chkconfig equivalence on ubuntu
red@ubuntu:~$ update-rc.d
usage: update-rc.d [-n] [-f] <basename> remove
update-rc.d [-n] <basename> defaults [NN | SS KK]
update-rc.d [-n] <basename> start|stop NN runlvl [runlvl] [...] .
update-rc.d [-n] <basename> disable|enable [S|2|3|4|5]
-n: not really
-f: force
The disable|enable API is not stable and might change in the future.
Saturday, March 19, 2011
Getting started with Android development with Eclipse on ubuntu
execute:
$ sudo apt-get install eclipse-platform
Subscribe to:
Posts (Atom)