Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to forge a local file system server with IGEPv2 Board

18 bytes added, 10:21, 28 October 2011
no edit summary
= Creating and editing Server Users =
Using root user can be dangerous, for this reason we are going to create a new user named adminserver to acces access server. Create it new user typing:<br>
<pre>adduser adminserver
</pre>
Follow the assistant introducing entering a password and your user data.
Once adminserver user is was create, we are going to give sudoers privileges. Type:
<pre>visudo
</pre>
Defaults:adminserver timestamp_timeout=0, runaspw, passwd_tries=1
</pre>
The first line, says that adminserver user can acces access like root with sudo command.
The secondd second line, configure some paremetres to adminserver sudo accesaccess: 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 sudoers file.<br>
= Installing LAMP =
4,199
edits