Changes

How to forge a local file system server with IGEPv2 Board

403 bytes added, 10:13, 28 October 2011
Creating and editing Server Users
= Creating and editing Server Users =
Using root user can be dangerous, for this reason we are going to create a new user named adminserverto acces server. Create it typing:<br>
<pre>adduser adminserver
</pre>
Go to: # User privilege specification, and add below: <br>
<pre>adminserver ALL=(ALL) ALL
 
Defaults:adminserver timestamp_timeout=0, runaspw, passwd_tries=1
</pre>
The first line, adminserver user can acces like root with sudo command.  The secondd line, configure some paremetres to adminserver sudo acces: adminserver needs root's password to run sudo (runaspw), the password will not be remembered (timestamp_timeout) and he gets only one chance to enter it (passwd_tries).<br>NOTE: Is important use visudo editor because it can detect spelling errors before write text file .<br>
= Installing LAMP =
4,199
edits