<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: root</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Set password for Mysql root user</title>
        <link>http://www.posteet.com/view/1033</link>
        <description>
        <![CDATA[<pre># If you have never set a root password for MySQL
mysqladmin -u root password MYPASS

# if you want to change (or update) a user password
mysqladmin -u MYUSER -p OLDPASS NEWPASS</pre> <a href="http://www.posteet.com/tags/mysql">[mysql]</a>  <a href="http://www.posteet.com/tags/mysqladmin">[mysqladmin]</a>  <a href="http://www.posteet.com/tags/root">[root]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Wed, 02 Jul 2008 19:00:29 +0000</pubDate>

            <category>mysql</category>
            <category>mysqladmin</category>
            <category>root</category>
    
    </item>

  
    <item>
        <title>Change root password lost</title>
        <link>http://www.posteet.com/view/82</link>
        <description>
        <![CDATA[<pre>If you have the boot loader Grub :
1. Start the machine and wait until the bootloader screen appears
2. Select the operating system and type E for edit
3. Select kernel and type E for edit
4. Select boot and add runlevel 1 to the end of the line
5. Press Enter and then B for boot
6. After booting the kernel, use passwd to change the password
7. Reboot the PC and use the new root password

If you have the boot loader lilo :
1. Start the machine and wait until the bootloader screen appears
2. Type linux single to enter single user mode
3. After booting the kernel, use passwd to change the password
4. Reboot the PC and use the new root password</pre> <a href="http://www.posteet.com/tags/lost">[lost]</a>  <a href="http://www.posteet.com/tags/password">[password]</a>  <a href="http://www.posteet.com/tags/root">[root]</a> ]]>        </description>
        <dc:creator>phil0805</dc:creator>
        <pubDate>Mon, 15 Oct 2007 05:08:33 +0000</pubDate>

            <category>lost</category>
            <category>password</category>
            <category>root</category>
    
    </item>

  
    <item>
        <title>Désactiver le ssh en root</title>
        <link>http://www.posteet.com/view/61</link>
        <description>
        <![CDATA[<pre>vim /etc/ssh/sshd_config
# PermitRootLogin yes</pre> <a href="http://www.posteet.com/tags/root">[root]</a>  <a href="http://www.posteet.com/tags/securite">[securite]</a>  <a href="http://www.posteet.com/tags/ssh">[ssh]</a> ]]>        </description>
        <dc:creator>spirit</dc:creator>
        <pubDate>Tue, 09 Oct 2007 15:58:44 +0000</pubDate>

            <category>root</category>
            <category>securite</category>
            <category>ssh</category>
    
    </item>


</channel>
</rss>
