Thursday, July 04, 2013

HowTo: Create new user in Lubuntu

How to create new user in Lubuntu from the console (applicable to Ubuntu/Debian/Debian derivatives)
$: sudo adduser new_user_name

Reference:
http://www.howtogeek.com/howto/ubuntu/add-a-user-on-ubuntu-server/

No comments:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...