b2evo: credits link spam

by prettyscripts on 2009-10-23 10:28:33 • Leave a comment »

phpb2evolution

i like b2evo. i use it with all my blogs. there are times i thought about using wordpress because of its popularity. but i still end up with b2evo. and because it’s great i like to spread words about it by linking it. the credits() function does it.… more »

Tags: b2evo, credit

ubuntu: add user

by prettyscripts on 2009-10-15 10:23:11 • Leave a comment »

unix

there are 2 commands to add user: userad and adduser. (the commands could be the same for other linux.) adduser is easier to use. it prompts for relevant information. to allow new user to run sudo, run: $ usermod -G admin <username> more »

Tags: linux, ubuntu, user