Tips, Tricks and Tutorials How to Add another Sudo User Account to an Ubuntu Server August 25, 2013 by Craig Lotter No Comments Adding a new sudo super powered user account to your Ubuntu Server is pretty simple, and more as a note to myself than anything else,... Read More
CodeUnit How to Create an User on an Ubuntu Server October 10, 2011 by Craig Lotter No Comments There are two commands which you can use to create an user account on an Ubuntu Server installation. The first command is the adduser command... Read More
CodeUnit Ubuntu Subversion: How to Add a User to the SVN July 8, 2011 by Craig Lotter No Comments To add a SVN User to an Ubuntu Subversion SVN server is very simple. The first thing to do is to check the existence of... Read More
CodeUnit Ubuntu: How to Create a MySQL User Account via the Terminal January 17, 2011 by Craig Lotter No Comments To create a user account from a MySQL server instance, we need to make use of a CREATE USER call to the mysql.user table. Read More
CodeUnit Ubuntu Terminal: Assign or Add a User to a Group December 22, 2010 by Craig Lotter No Comments To assign or add an existing user to an existing group under the Ubuntu terminal is actually quite easy if you know the command and... Read More