<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux University Home Portal</title>
	<atom:link href="http://www.linux.edu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux.edu</link>
	<description>Our window to the world</description>
	<lastBuildDate>Tue, 15 Jun 2010 16:26:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Monitoring your servers with your iphone using cacti</title>
		<link>http://www.linux.edu/2010/06/monitoring-your-servers-with-your-iphone-using-cacti/</link>
		<comments>http://www.linux.edu/2010/06/monitoring-your-servers-with-your-iphone-using-cacti/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 16:24:30 +0000</pubDate>
		<dc:creator>pierre</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.linux.edu/?p=68</guid>
		<description><![CDATA[Apple iPhone is probably the most popular cellphone today.
Today, I will show you how you can use it to monitor your server remotely with real time cacti monitoring&#8230;

I&#8217;ve found recently a few applications that help me monitoring same-story.com servers and architectures using Cacti..
This app is called &#8220;iCacti&#8221;, and it is very easy to setup with [...]]]></description>
			<content:encoded><![CDATA[<p>Apple iPhone is probably the most popular cellphone today.</p>
<p>Today, I will show you how you can use it to monitor your server remotely with real time cacti monitoring&#8230;</p>
<p><span id="more-68"></span></p>
<p>I&#8217;ve found recently a few applications that help me monitoring <a href="http://www.same-story.com/">same-story.com</a> servers and architectures using Cacti..</p>
<p>This app is called &#8220;iCacti&#8221;, and it is very easy to setup with your existing cacti monitoring application&#8230; Simply add new server configuration, URL, login and password and you&#8217;ll be able to see every graph with real time monitoring features&#8230;</p>
<p>Here are a few snapshot that I have on my iPhone</p>
<p style="text-align: center;"><a href="http://www.linux.edu/wp-content/uploads/2010/06/Capture-d’écran-2010-06-15-à-18.21.37.png"><img class="size-medium wp-image-69 aligncenter" title="network interface" src="http://www.linux.edu/wp-content/uploads/2010/06/Capture-d’écran-2010-06-15-à-18.21.37-300x139.png" alt="" width="300" height="139" /></a></p>
<p><a href="http://www.linux.edu/wp-content/uploads/2010/06/Capture-d’écran-2010-06-15-à-18.21.01.png"><img class="aligncenter size-medium wp-image-70" title="tcp connections" src="http://www.linux.edu/wp-content/uploads/2010/06/Capture-d’écran-2010-06-15-à-18.21.01-300x115.png" alt="" width="300" height="115" /></a></p>
<p><a href="http://www.linux.edu/wp-content/uploads/2010/06/Capture-d’écran-2010-06-15-à-18.21.01.png"></a><a href="http://www.linux.edu/wp-content/uploads/2010/06/Capture-d’écran-2010-06-15-à-18.19.59.png"><img class="aligncenter size-medium wp-image-71" title="load average" src="http://www.linux.edu/wp-content/uploads/2010/06/Capture-d’écran-2010-06-15-à-18.19.59-300x121.png" alt="" width="300" height="121" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux.edu/2010/06/monitoring-your-servers-with-your-iphone-using-cacti/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Choosing the right MySQL config for your server</title>
		<link>http://www.linux.edu/2010/06/choosing-the-right-mysql-config-for-your-server/</link>
		<comments>http://www.linux.edu/2010/06/choosing-the-right-mysql-config-for-your-server/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 17:43:56 +0000</pubDate>
		<dc:creator>pierre</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.linux.edu/?p=52</guid>
		<description><![CDATA[When it comes the moment of tuning mysql server, people usually face trouble knowing and choosing the right options and values to use in the configuration file (my.cnf)
I have recently faced this situation, and I found a few examples on my Debian that could be useful on your own MySQL configuration
The primary config file for [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes the moment of tuning mysql server, people usually face trouble knowing and choosing the right options and values to use in the configuration file (my.cnf)</p>
<p>I have recently faced this situation, and I found a few examples on my Debian that could be useful on your own MySQL configuration</p>
<p><span id="more-52"></span>The primary config file for MySQL can be find usually in /etc/mysql as the name of my.cnf.</p>
<p>There are lots of options in it, but keep in mind that most of them aren&#8217;t shown in the file (even commented), and in most case, it&#8217;s the default value that is pick at startup.</p>
<p>Recently, I was looking for documentation about it, and I found a few examples in /usr/share/doc/mysql-server-5.0/examples</p>
<p>The files in here display optimized configuration for various system, depending on the amount of RAM on the server&#8230;</p>
<p>Nowdays, most of the server have more than 2GB of RAM, so I believe one of the best configuration for that is my-huge.cnf which pretty fits my need&#8230;</p>
<p>I hope you enjoy this little post, and don&#8217;t forget to visit my blog: <a href="http://pierre.linux.edu/">http://pierre.linux.edu/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux.edu/2010/06/choosing-the-right-mysql-config-for-your-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moodle on linux</title>
		<link>http://www.linux.edu/2010/06/moodle-on-linux/</link>
		<comments>http://www.linux.edu/2010/06/moodle-on-linux/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 00:33:32 +0000</pubDate>
		<dc:creator>Héctor García</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.linux.edu/?p=43</guid>
		<description><![CDATA[Firstly, don&#8217;t panic! 
This guide explains how to install Moodle for the first time. There are links to other pages that go into more detail and try to cover the majority of possible web server setups.
Secondly, you may want to consider reviewing Finding and Selecting A Web Host to consider whether you really want to [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Firstly, don&#8217;t panic!</strong> </em><a title="Image:F1 35px.png" href="F1_35px.png"></a></p>
<p>This guide explains how to install Moodle for the first time. There are links to other pages that go into more detail and try to cover the majority of possible web server setups.</p>
<p>Secondly, you may want to consider reviewing Finding and Selecting A Web Host to consider whether you really want to install Moodle yourself. If you decide to move forward with an installation, please read all the installation documentation carefully. Thirdly, if you still have a problem for which you can&#8217;t find the answer, please see the Using Moodle <a title="http://moodle.org/mod/forum/view.php?id=28" rel="nofollow" href="http://moodle.org/mod/forum/view.php?id=28">Installation problems forum</a> where there are many people who can help you.</p>
<p><span id="more-43"></span></p>
<h2>Requirements</h2>
<p>Moodle is primarily developed in Linux using <a title="Apache" href="/en/Apache">Apache</a>, <a title="MySQL" href="/en/MySQL">MySQL</a> and <strong>PHP</strong> (also sometimes known as the <strong>LAMP</strong> platform).</p>
<p>The requirements for Moodle are as follows:</p>
<p><a name="Hardware"></a></p>
<h3><em>Hardware</em></h3>
<ul>
<li>Disk space: 160MB free (min). You will require more free space to store your teaching materials.</li>
<li>Memory: 256MB (min), 1GB (recommended). The general rule of thumb is that Moodle can support 50 <em>concurrent</em> users for every 1GB of RAM, but this will vary depending on your specific hardware and software combination.
<ul>
<li>This includes hosting limits of PHP or MySQL on a hosting service.</li>
<li>The capacity can limit the number of users your Moodle site can handle. See <a title="User site capacities" href="/en/User_site_capacities">User site capacities</a></li>
</ul>
</li>
</ul>
<p><a name="Software"></a></p>
<h3><em>Software</em></h3>
<ul>
<li>Web server software. Most sites use <a title="Apache" href="/en/Apache">Apache</a> as the web server software. Moodle should work fine under any web server that supports PHP.</li>
<li>PHP scripting language. (Please note that there have been issues installing Moodle with <a title="http://www.php-accelerator.co.uk" rel="nofollow" href="http://www.php-accelerator.co.uk">PHP-Accelerator</a>). There are currently two versions (or branches) of PHP available: PHP4 and PHP5. See the PHP Moodle version requirements here <a title="PHP settings by Moodle version" href="/en/PHP_settings_by_Moodle_version">PHP settings by Moodle version</a>.</li>
</ul>
<p>If you want to run Moodle on your own computer, please see <strong><em>Installing Apache, MySQL and PHP</em></strong> for step-by-step instructions for installation on most popular platforms.</p>
<h2>Installing moodle from .tgz(.tar.gz) or .zip file</h2>
<p><em>More detailed instructions coming soon</em></p>
<p><em>You will probably want this if you don&#8217;t like the settings of Debian moodle package.</em></p>
<p><a name="Step_1:_Install_required_packages"></a></p>
<h3><em>Step 1: Install required packages</em></h3>
<p>Install these packages (if you&#8217;ve not already done so). See Installing Apache, <strong>MySQL</strong> and <strong>PHP</strong> or refer to the respective user manuals. Using <strong><em>apt-get</em></strong>, aptitude or synaptic you can install these very easily.</p>
<ul>
<li>Web Server (Apache highly recommended)</li>
<li>Database Server (MySQL or PostgreSQL recommended)</li>
<li>PHP, PHP-MySQL mod (or mod for your database)</li>
</ul>
<p>These packages are optional:</p>
<ul>
<li>GD library</li>
</ul>
<p><strong><em>LAMP in <span style="color: #ff0000;">Debian Etch</span></em></strong></p>
<p>Setting up a <strong>LAMP</strong> in <strong><em><span style="color: #ff0000;">Debian</span></em></strong> is very easy. Once you get used to Debian administration including installation and configuration are much simpler compared to other linux distros. The following describes how to <em>install apache, php and mysql on the</em> <span style="color: #ff0000;"><strong>Debian</strong></span> testing distribution called etch. Etch is expected to be released in December 2006.</p>
<p>For installation of the necessary packages the easiest option to use apt-get.</p>
<p>Use the following command to install <strong>apache2, php5</strong> and mysql</p>
<pre><span style="color: #0000ff;">apt-get install apache2 php5 mysql-server php5-mysql libapache2-mod-php5 php5-gd</span></pre>
<p><span style="color: #0000ff;">php5-gd</span> is optional</p>
<p>The mentioned packages are installed along with the dependencies depending on what was already installed on your Debian system.</p>
<p>Now you may fire up a browser and type localhost to check whether the apache2 default page is shown,</p>
<p>You can edit the apache configuration files using the text editor gedit by</p>
<pre><span style="color: #0000ff;">gedit /etc/apache2/apache2.conf</span></pre>
<p>Now we must make a slight change in the <strong>php5</strong> configuration file. Open it using</p>
<pre><span style="color: #0000ff;">gedit /etc/php5/apache2/php.ini</span></pre>
<p>add the entries</p>
<pre><span style="color: #0000ff;">extension=mysql.so
extension=gd.so</span></pre>
<p>Sometimes these entries are provided as example lines being commented out . You can remove the commenting to activate the entries.<br />
To test the php installation, you can create a text file named phpinfo.php with the contents &lt;?phpinfo()?&gt; and save it at <span style="color: #0000ff;">/var/www</span>. Restart apache with the command below. Now access this file through the browser localhost/phpinfo to check the installation of php. Mysql installation is already there. Give it a root password using</p>
<pre><span style="color: #0000ff;">mysqladmin -u root password "yourpassword"</span></pre>
<p>You can restart apache 2 by</p>
<pre><span style="color: #0000ff;">/etc/init.d/apache2 restart
</span></pre>
<p><span style="color: #0000ff;">You can restart mysql by</span></p>
<pre><span style="color: #0000ff;">/etc/init.d/mysql restart</span></pre>
<p><a name="Step_2:_Download_moodle"></a></p>
<h3><em>Step 2: Download moodle</em></h3>
<p>Download moodle from <a title="http://download.moodle.org/?lang=en" rel="nofollow" href="http://download.moodle.org/?lang=en">http://download.moodle.org/?lang=en</a>.</p>
<p><a name="Step_3:_Unpack_file"></a></p>
<h3><em>Step 3: Unpack file</em></h3>
<ul>
<li>For zip file, use <strong>unzip &lt;your_file&gt;</strong>. For tgz(tar.gz), use <strong>tar -zxvf &lt;your-file&gt;</strong>. You can also use any of the <strong>GUI</strong> front-ends such as file-roller or ark. You will get a folder moodle (or moodle-1.5.2 or something similar).</li>
<li>Now, suppose you want to install moodle at <span style="color: #0000ff;">/var/www/moodle</span> (This means moodle will be accessible at <a title="http://localhost/moodle" rel="nofollow" href="http://localhost/moodle">http://localhost/moodle</a>). <strong>mv <span style="color: #0000ff;">moodle /var/www/</span></strong> (Most probably you will need to be root to do this)</li>
</ul>
<p><a name="Step_4:_Start_web_and_database_servers"></a></p>
<h3><em>Step 4: Start web and database servers</em></h3>
<ul>
<li>Login as root (if you have not already done so): <strong>su</strong>.</li>
<li>Start your web server. For Apache2, <span style="color: #0000ff;"><strong>/etc/init.d/apache2 start</strong>. </span></li>
<li>Start your database server. For MySQL, <strong><span style="color: #0000ff;">/etc/init.d/mysql start</span></strong></li>
</ul>
<p><a name="Step_5:_Finally_install"></a></p>
<h3><em>Step 5: Finally install</em></h3>
<ul>
<li>Go to <a title="http://localhost/moodle" rel="nofollow" href="http://localhost/moodle">http://localhost/moodle</a> and follow the instructions.</li>
</ul>
<p><a name="Installing_Moodle_from_CVS"></a></p>
<h2>Installing Moodle from CVS</h2>
<p>To get the most stable current version of Moodle, you will want to install it&#8217;s scripts directly from the <strong>CVS</strong>, the versioning system used in the development of Moodle. Using the <strong>CVS</strong> also allows you to regularly update Moodle with the most recent bug fixes and features.</p>
<p>For these instructions, you can install Moodle with only the minimum of<strong> <span style="color: #ff0000;">Debian</span></strong> features installed, keeping all the resources available for the server if you wish.</p>
<p><a name="Install_php.2C_MySQL_and_other_needed_components"></a></p>
<h2>Install php, MySQL and other needed components</h2>
<p>Logged in as the root user (or use the Linux &#8220;su&#8221; command to get root privileges) download and install other required software for Moodle (<strong><em>about 41 MB</em></strong>)</p>
<pre><span style="color: #0000ff;">apt-get install apache2 php5 mysql-server php5-mysql libapache2-mod-php5 php5-gd php5-curl php5-xmlrpc cvs</span></pre>
<p>If you use additional authentication methods, you may need to install other php libraries, such as php5-imap if you use <strong>IMAP</strong> to authenticate your users.</p>
<p><a name="Setup_MySQL_Database"></a></p>
<h2>Setup MySQL Database</h2>
<p>Set a secure root password for the database</p>
<pre><span style="color: #0000ff;">mysqladmin -u root password "mySecurePassword"</span></pre>
<p>Note that on a secure production server, you will want to create a different user than root to access the database.</p>
<p>Now log in</p>
<pre><span style="color: #0000ff;">mysql -u root -p</span></pre>
<p><em>Enter your password</em></p>
<h3><em>Create the Moodle database</em></h3>
<pre><span style="color: #0000ff;">mysql&gt; CREATE DATABASE moodle;
# mysql -u root -p
  &gt; CREATE DATABASE moodle <span style="color: red;">DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci</span>;
  &gt; GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,INDEX,ALTER ON moodle.*
          TO moodleuser@localhost IDENTIFIED BY 'yourpassword';
  &gt; quit
  # mysqladmin -p reload
</span><a name="Get_Moodle_from_CVS"></a></pre>
<h2>Get Moodle from CVS</h2>
<p>Go to the directory where Moodle will be installed.</p>
<pre><span style="color: #0000ff;">cd /var/www</span></pre>
<p>Get the latest version of Moodle 1.9 (check for the most recent released version or the version you are most comfortable with. It may be earlier or later than 1.9 stable. Use the European Union <strong>CVS </strong>server (you can replace eu with uk, es, or us in this step if you wish)</p>
<pre><span style="color: #0000ff;">cvs -z3 -d:pserver:anonymous@eu.cvs.moodle.org:/cvsroot/moodle co -r MOODLE_19_STABLE moodle</span></pre>
<p><a name="Create_a_data_directory_and_set_Moodle_directory_permissions"></a></p>
<h2>Create a data directory and set Moodle directory permissions</h2>
<p>Create a directory for user and course files (you should still be in the<span style="color: #0000ff;"> /var/www directory</span>)</p>
<pre><span style="color: #0000ff;">mkdir moodledata</span></pre>
<p>Set permissions so that Apache can access the files</p>
<pre><span style="color: #0000ff;">chown -R www-data:www-data moodle
chown -R www-data:www-data moodledata</span></pre>
<p>On a production server, you may want to tighten up privileges further.</p>
<p><a name="Change_Apache_to_use_Moodle_as_the_web_site"></a></p>
<h2>Change Apache to use Moodle as the web site</h2>
<p>Note that the server comes with Apache running and looking at the <span style="color: #0000ff;">/var/www directory</span>. But there is nothing in that folder, so one just gets a redirect. Edit as follows to have it point at Moodle instead:</p>
<pre><span style="color: #0000ff;">nano /etc/apache2/sites-available/default</span></pre>
<p>On about line 4, change DocumentRoot &#8220;<span style="color: #0000ff;">/var/www/</span>&#8221; to</p>
<pre>DocumentRoot <span style="color: #0000ff;">"/var/www/moodle/"</span></pre>
<p>On about line 10, change &lt;<span style="color: #0000ff;">Directory &#8220;/var/www&#8221;&gt;</span> to</p>
<pre>&lt;Directory <span style="color: #0000ff;">"/var/www/moodle"&gt;</span></pre>
<p>Around line 17, comment out the line for the default page:</p>
<pre><span style="color: #0000ff;"># RedirectMatch ^/$ /apache2-default/</span></pre>
<p>You can change other values like ServerAdmin if appropriate. For all changes, you should restart Apache for the new settings to take effect.</p>
<pre><span style="color: #0000ff;">/etc/init.d/apache2 restart</span></pre>
<p><a name="Setup_Moodle"></a></p>
<h2>Setup Moodle</h2>
<p>If you are only going to test Moodle on your internal network, just enter the local <strong><em>IP address</em></strong> as the web address. You can find the local <strong><em>IP address</em></strong> under <strong>DHCP</strong> by typing</p>
<pre><span style="color: #0000ff;">ifconfig eth0</span></pre>
<p>If you have a web address that points to your server, use that instead.</p>
<p>From a browser on another machine, enter</p>
<pre>http:// ----- your web address -----</pre>
<ul>
<li>For the database user, enter root</li>
</ul>
<ul>
<li>For Password, enter the password for the database that you created earlier</li>
</ul>
<p>Continue through the dialogs and select Unattended operation and set up the Moodle server.</p>
<h2>Install cron</h2>
<p>Moodle needs a periodic call to do maintenance work like sending out emails, cleaning up the database, updating feeds, etc. To run the cron every 10 minutes, do the following</p>
<p>Rather than learning vi, use the nano editor</p>
<pre><span style="color: #0000ff;">export EDITOR=nano</span></pre>
<p>Edit the cron file</p>
<pre><span style="color: #0000ff;">crontab -e</span></pre>
<p>Add this line and save.</p>
<pre><span style="color: #0000ff;">*/10 * * * * wget -q -O /dev/null http://localhost/admin/cron.php</span></pre>
<p>Use CNTL-X to save</p>
<p><a name="Other_recommended_settings"></a></p>
<h2>Other recommended settings</h2>
<p>Next, make three changes to php.ini</p>
<pre><span style="color: #0000ff;">nano /etc/php5/apache2/php.ini</span></pre>
<p>This will allocated more memory and allow files to be uploaded up to <strong>80MB</strong>. This should be enough for most multi-media files. Hard drive space is cheap and the default is only <strong>2MB</strong>. It is recommended that you change the settings to the following values:</p>
<pre><span style="color: #0000ff;">memory_limit = 40M
post_max_size = 80M
upload_max_filesize = 80M</span></pre>
<p><a name="Updating_from_CVS"></a></p>
<h2>Updating from CVS</h2>
<p>To update with the most recent fixes to Moodle, issue the following commands</p>
<pre><span style="color: #0000ff;">cd /var/www/moodle
cvs -q update</span></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.linux.edu/2010/06/moodle-on-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Multi root user&#8217;s simple step&#8217;s</title>
		<link>http://www.linux.edu/2010/05/multi-root-users-simple-steps/</link>
		<comments>http://www.linux.edu/2010/05/multi-root-users-simple-steps/#comments</comments>
		<pubDate>Wed, 05 May 2010 18:03:11 +0000</pubDate>
		<dc:creator>Jesus LUGO</dc:creator>
				<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://www.linux.edu/?p=35</guid>
		<description><![CDATA[Hey there everybody, just one post more about tips for GNU/Linux OS.
The post today, We going to show you how can set multi root users manually and simple steps.
I&#8217;ll to explain the things step by step using some quote line&#8217;s; The first thing that you need get its the root mode, one time that you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>Hey there everybody, just one post more about tips for GNU/Linux OS.</p>
<p>The post today, We going to show you how can set multi root users manually and simple steps.</p>
<p>I&#8217;ll to explain the things step by step using some quote line&#8217;s; The first thing that you need get its the root mode, one time that you&#8217;re in there you need agree some user on this way:</p>
<p><span id="more-35"></span></p>
<blockquote><p># <strong>adduser gin</strong><br />
Añadiendo el usuario `test&#8217; &#8230;<br />
Añadiendo el nuevo grupo `test&#8217; (1003) &#8230;<br />
Añadiendo el nuevo usuario `test&#8217; (1002) con grupo `test&#8217; &#8230;<br />
Creando el directorio personal `/home/test&#8217; &#8230;<br />
Copiando los ficheros desde `/etc/skel&#8217; &#8230;<br />
Introduzca la nueva contraseña de UNIX:<br />
Vuelva a escribir la nueva contraseña de UNIX:<br />
passwd: contraseña actualizada correctamente<br />
Changing the user information for test<br />
Enter the new value, or press ENTER for the default<br />
Full Name []:<br />
Room Number []:<br />
Work Phone []:<br />
Home Phone []:<br />
Other []:<br />
Is the information correct? [Y/n] y</p>
<p><strong>adduser</strong>: command to agree user.<br />
<strong>gin</strong>: the name user that will you get new root.<br />
<strong>`test&#8217; (1003)</strong>: Group id number.<br />
<strong>`test&#8217; (1002)</strong>: User id number.<br />
<strong>`/home/test&#8217;</strong>: Directory user.<br />
<strong>`/etc/skel&#8217;</strong>: Copy command files for user.</p></blockquote>
<p>So the next we need to do is:</p>
<blockquote><p>#<strong>nano /etc/passwd</strong><br />
<strong>nano</strong>: Editor command line.<br />
<strong>/etc/passwd</strong>: Directory to fix the line user, In this file is allowed all the OS user&#8217;s.</p></blockquote>
<p>In the end of line, will appear our new user that we agree  with this particular data:</p>
<blockquote><p><strong>test:x:1002:1003:,,,:/home/test/:/bin/bash</strong></p></blockquote>
<p>The only one thing that we need to fix is the <strong>gid</strong> and <strong>uid</strong>, and should be stay something like this:</p>
<blockquote><p><strong>test:x:0:0:,,,:/home/test/:/bin/bash</strong></p></blockquote>
<p>Save!, everything and ready! , We have a new root user. This could be with each user you want for multi root users, as well you doit deceiving the admin server with existing users www-data and other one users but don&#8217;t do it this trick&#8217;s if don&#8217;t have experience about this user file.</p>
<p>Greets and Regards.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux.edu/2010/05/multi-root-users-simple-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The eternal linux X free passwd</title>
		<link>http://www.linux.edu/2010/05/the-eternal-linux-x-free-passwd/</link>
		<comments>http://www.linux.edu/2010/05/the-eternal-linux-x-free-passwd/#comments</comments>
		<pubDate>Tue, 04 May 2010 23:49:59 +0000</pubDate>
		<dc:creator>Jesus LUGO</dc:creator>
				<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://www.linux.edu/?p=29</guid>
		<description><![CDATA[I decided post this note because it seems to me something about We should taking care always for our protection server.
Im refering about missing &#8220;x&#8221; encripted password in our file: /etc/passwd
We going to analyze the line code for users into GNU/Linux. The main goal that We need to know about its over this file, What [...]]]></description>
			<content:encoded><![CDATA[<p>I decided post this note because it seems to me something about We should taking care always for our protection server.</p>
<p>Im refering about missing &#8220;x&#8221; encripted password in our file: <strong>/etc/passwd</strong></p>
<p>We going to analyze the line code for users into GNU/Linux. The main goal that We need to know about its over this file, What it is ? ..</p>
<p><span id="more-29"></span></p>
<p>Well this file controll the users login&#8217;s to the System, where the GNU reads users and validating information over there after of each two point character &#8221; : &#8221; and looks like on this way:</p>
<blockquote><p><strong>root:x:0:0:root:/root:/bin/bash</strong><br />
<strong>root</strong>: user account<br />
<strong>x</strong>: encripted password &#8212; This im talking about!<br />
<strong>0</strong>: user id (uid) &#8212; The first one cero.<br />
<strong>0</strong>: group id (gid) &#8212; The second cero.<br />
<strong>root</strong>: personal information.<br />
<strong>/root</strong>: directory tree where you enter when login up.<br />
<strong>/bin/bash</strong>: Mode login to enter shell login.</p></blockquote>
<p>The way for enter to system its very simple but so powerful, the only that we need to taking off the password is:</p>
<p>Deleting: &#8220;<strong>x</strong>&#8221; character on the line command user, later the login access will no request for some password, simply going to access the System OS. The next line will leave there:</p>
<blockquote><p><strong>root::0:0:root:/root:/bin/bash</strong></p></blockquote>
<p>I recommend taking good care with multi root&#8217;s and linking files (getting root user free password) with: &#8220;<strong>ln</strong>&#8221; &#8220;<strong>stdin</strong>&#8221; &#8220;<strong>stdout</strong>&#8221; command or some shell script.</p>
<p>Greets &amp; Regards.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux.edu/2010/05/the-eternal-linux-x-free-passwd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Yougapi Technology has chosen Linux</title>
		<link>http://www.linux.edu/2010/05/yougapi-technology-has-chosen-linux/</link>
		<comments>http://www.linux.edu/2010/05/yougapi-technology-has-chosen-linux/#comments</comments>
		<pubDate>Sun, 02 May 2010 19:23:20 +0000</pubDate>
		<dc:creator>yougapi</dc:creator>
				<category><![CDATA[partners]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.linux.edu/?p=26</guid>
		<description><![CDATA[We have chosen Linux that is the most widely used server technology to host our websites and web applications.
And of it&#8217;s a natural choice because we built applications based on PHP and MySQL. A company that use ASP would naturally go with a Microsoft server (IIS for example). But most PHP based applications use Linux [...]]]></description>
			<content:encoded><![CDATA[<p>We have chosen Linux that is the most widely used server technology to host our websites and web applications.</p>
<p>And of it&#8217;s a natural choice because we built applications based on PHP and MySQL. A company that use ASP would naturally go with a Microsoft server (IIS for example). But most PHP based applications use Linux as a server, since it&#8217;s more affordable (Linux is free) and has proven over the years its reliability.</p>
<p>Some example of our products can be seen on: <a href="http://yougapi.com/demo" target="_blank">yougapi.com/demo</a></p>
<p>Of course today we can host PHP on Microsoft server, but it&#8217;s more costy and we are not sure if the MySQL database plateform can be hosted on a Microsoft server.</p>
<p>This is our first post on Linux.edu and hope to come back to you soon with other articles talking about some technologies or programming techniques we are working on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux.edu/2010/05/yougapi-technology-has-chosen-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Our blogs community</title>
		<link>http://www.linux.edu/2010/04/our-blogs-community/</link>
		<comments>http://www.linux.edu/2010/04/our-blogs-community/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 07:32:57 +0000</pubDate>
		<dc:creator>pierre</dc:creator>
				<category><![CDATA[community]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.linux.edu/?p=12</guid>
		<description><![CDATA[Greeting everyone,
I&#8217;m happy to announce you the opening of our new blog community about linux technologies.
Those blogs will be produced by the linux university, make sure you gets yours as well by using our contact forms.
Also, our wiki has been reinstalled and so it allows more modifications. Feel free to contribute to the handbook, our [...]]]></description>
			<content:encoded><![CDATA[<p>Greeting everyone,</p>
<p>I&#8217;m happy to announce you the opening of our new blog community about linux technologies.</p>
<p>Those blogs will be produced by the linux university, make sure you gets yours as well by using <a href="/contact/">our contact forms</a>.<br />
Also, <a href="http://wiki.linux.edu/" target="_blank">our wiki</a> has been reinstalled and so it allows more modifications. Feel free to contribute to the <a href="http://wiki.linux.edu/handbook/handbook">handbook</a>, our guide for every linux users.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux.edu/2010/04/our-blogs-community/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux University Relaunch</title>
		<link>http://www.linux.edu/2010/04/linux-university-relaunch/</link>
		<comments>http://www.linux.edu/2010/04/linux-university-relaunch/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 10:05:51 +0000</pubDate>
		<dc:creator>pierre</dc:creator>
				<category><![CDATA[community]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux university]]></category>
		<category><![CDATA[our community]]></category>

		<guid isPermaLink="false">http://www.linux.edu/?p=1</guid>
		<description><![CDATA[
Until the relaunch
- You can follow us on Twitter to keep updater - Follow us on  Twitter.
- You can participate with your ideas and project to our Google Group - Linux  University
- You have a professional interest with Linux, check out our Linkedin  Group - Linux on Linkedin.
- Other Ideas, Projects, Comments – please drop [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Until the relaunch</p>
<p>- You can follow us on Twitter to keep updater - <a href="http://www.twitter.com/linux_edu" target="_tweet">Follow us on  Twitter</a>.<br />
- You can participate with your ideas and project to our Google Group - <a href="http://groups.google.com/group/linuxuniversity/" target="_gg">Linux  University</a><br />
- You have a professional interest with Linux, check out our Linkedin  Group - <a href="http://www.linkedin.com/in/linuxuniversity" target="_biz">Linux on Linkedin</a>.<br />
- Other Ideas, Projects, Comments – please drop us a line : <a href="../contact">Contact us here</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linux.edu/2010/04/linux-university-relaunch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
