Changes

How to forge a local file system server with IGEPv2 Board

487 bytes added, 14:27, 27 October 2011
no edit summary
= Creating and editing Server Users =
Under constructionUsing root user can be dangerous, for this reason we are going to create a new user named adminserver. Create it typing:<br> <pre>adduser adminserver</pre> Follow the assistant introducing a password and your user data.  Once adminserver user is create, we are going to give sudoers privileges. Type: <pre>visudo</pre> Go to: # User privilege specification, and add below: <br> <pre>adminserver ALL=(ALL) ALL</pre> NOTE: Is important use visudo editor because it can detect spelling errors. <br>
= Installing LAMP =
4,199
edits