<?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>x83.net Technologies</title>
	<atom:link href="http://www.x83.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.x83.net</link>
	<description></description>
	<lastBuildDate>Sun, 28 Feb 2010 12:09:23 +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>Install Squid 3.1 on Centos 5.X</title>
		<link>http://www.x83.net/install-squid-3-1-on-centos-5-x/</link>
		<comments>http://www.x83.net/install-squid-3-1-on-centos-5-x/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 12:09:23 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[groupinstall]]></category>
		<category><![CDATA[rpmbuild]]></category>
		<category><![CDATA[squid]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=396</guid>
		<description><![CDATA[yum -y groupinstall &#8220;Development Tools&#8221;
yum -y install rpm-build openjade linuxdoc-tools openldap-devel pam-devel openssl-devel httpd rpm-devel expat-devel db4-devel libpcap-devel

For Centos : rpm -ihv http://www.jur-linux.com/rpms/el-updates/5Client/SRPMS/squid-3.1.0.15-2.el5.src.rpm
For Fedora : rpm -ihv http://www.jur-linux.com/rpms/el-updates/5Client/SRPMS/squid-3.1.0.15-2.fc13.src.rpm
cd /usr/src/redhat/SPECS
rpmbuild -bb squid.spec
rpm -Uhv /usr/src/redhat/RPMS/i386/squid-3.1.0.15-2.i386.rpm
]]></description>
			<content:encoded><![CDATA[<blockquote><p>yum -y groupinstall &#8220;Development Tools&#8221;<br />
yum -y install rpm-build openjade linuxdoc-tools openldap-devel pam-devel openssl-devel httpd rpm-devel expat-devel db4-devel libpcap-devel
</p></blockquote>
<blockquote><p>For Centos : rpm -ihv http://www.jur-linux.com/rpms/el-updates/5Client/SRPMS/squid-3.1.0.15-2.el5.src.rpm<br />
For Fedora : rpm -ihv http://www.jur-linux.com/rpms/el-updates/5Client/SRPMS/squid-3.1.0.15-2.fc13.src.rpm</p></blockquote>
<blockquote><p>cd /usr/src/redhat/SPECS<br />
rpmbuild -bb squid.spec<br />
rpm -Uhv /usr/src/redhat/RPMS/i386/squid-3.1.0.15-2.i386.rpm</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/install-squid-3-1-on-centos-5-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto show email accounts and passwords in Plesk</title>
		<link>http://www.x83.net/howto-show-email-accounts-and-passwords-in-plesk/</link>
		<comments>http://www.x83.net/howto-show-email-accounts-and-passwords-in-plesk/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 08:39:30 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[plesk]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=392</guid>
		<description><![CDATA[Login to mysql and :
use psa;
SELECT accounts.id, mail.mail_name, accounts.password, domains.name FROM domains LEFT JOIN mail ON domains.id = mail.dom_id LEFT JOIN accounts ON mail.account_id = accounts.id

It should print all emails that are created and their passwords.
]]></description>
			<content:encoded><![CDATA[<p>Login to mysql and :</p>
<blockquote><p>use psa;<br />
SELECT accounts.id, mail.mail_name, accounts.password, domains.name FROM domains LEFT JOIN mail ON domains.id = mail.dom_id LEFT JOIN accounts ON mail.account_id = accounts.id
</p></blockquote>
<p>It should print all emails that are created and their passwords.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/howto-show-email-accounts-and-passwords-in-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add swap on Linux</title>
		<link>http://www.x83.net/add-swap-on-linux/</link>
		<comments>http://www.x83.net/add-swap-on-linux/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 19:09:46 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[/etc/fstab]]></category>
		<category><![CDATA[echo]]></category>
		<category><![CDATA[mkswap]]></category>
		<category><![CDATA[swap]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=390</guid>
		<description><![CDATA[
[root@host ~]# dd if=/dev/zero of=/swapfile bs=1024 count=1048576
1048576+0 records in
1048576+0 records out
[root@host ~]# sync
[root@host ~]# mkswap /swapfile
Setting up swapspace version 1, size = 1073737 kB
[root@host ~]# swapon /swapfile
[root@host ~]# echo &#8220;/swapfile swap swap defaults 0 0&#8243; >> /etc/fstab
]]></description>
			<content:encoded><![CDATA[<blockquote><p>
[root@host ~]# dd if=/dev/zero of=/swapfile bs=1024 count=1048576<br />
1048576+0 records in<br />
1048576+0 records out<br />
[root@host ~]# sync<br />
[root@host ~]# mkswap /swapfile<br />
Setting up swapspace version 1, size = 1073737 kB<br />
[root@host ~]# swapon /swapfile<br />
[root@host ~]# echo &#8220;/swapfile swap swap defaults 0 0&#8243; >> /etc/fstab</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/add-swap-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto list installed packages sorted by size</title>
		<link>http://www.x83.net/howto-list-installed-packages-sorted-by-size/</link>
		<comments>http://www.x83.net/howto-list-installed-packages-sorted-by-size/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 18:57:08 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[head]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[querytags]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[sort]]></category>
		<category><![CDATA[vendor]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=388</guid>
		<description><![CDATA[rpm -qa &#8211;queryformat &#8216;%{SIZE} %{NAME} %{VENDOR}\n&#8217;  &#124; sort -n -r &#124; head -10
Check :rpm &#8211;querytags  for all the tags
]]></description>
			<content:encoded><![CDATA[<blockquote><p>rpm -qa &#8211;queryformat &#8216;%{SIZE} %{NAME} %{VENDOR}\n&#8217;  | sort -n -r | head -10</p></blockquote>
<p>Check :rpm &#8211;querytags  for all the tags</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/howto-list-installed-packages-sorted-by-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to generate /etc/network/interfaces file on Ubuntu/Debian</title>
		<link>http://www.x83.net/script-to-generate-etcnetworkinterfaces-file-on-ubuntudebian/</link>
		<comments>http://www.x83.net/script-to-generate-etcnetworkinterfaces-file-on-ubuntudebian/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 18:37:04 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[/etc/network/interfaces/debian]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=386</guid>
		<description><![CDATA[#!/bin/bash
ifile=/etc/network/interfaces
echo -n &#8220;Insert IPstart:&#8221;
read ipstart
echo -n &#8220;Insert IPend:&#8221;
read ipend
echo -n &#8220;Insert Gateway:&#8221;
read gw
#echo -n &#8220;Insert Subnet: &#8221;
#read subnet
echo -n &#8220;Insert Netmask: &#8221;
read net
echo -n &#8220;Insert aliast to start: &#8221;
read ali
firstIp=`echo &#8220;${ipstart%.*}&#8221;`
lastIpStart=`echo &#8220;${ipstart##*.}&#8221;`
lastIpEnd=`echo &#8220;${ipend##*.}&#8221;`
dif=`echo $(($lastIpEnd-$lastIpStart))`
ip=$lastIpStart
for ((i=$ali;i>$ifile
echo &#8220;iface eth0:$i inet static&#8221; >>$ifile
echo &#8220;address $firstIp.$ip&#8221; >>$ifile
echo &#8220;network $subnet&#8221; >>$ifile
echo &#8220;netmask $net&#8221; >>$ifile
echo &#8220;gateway $gw&#8221; >> $ifile
echo &#8221; &#8221; [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>#!/bin/bash<br />
ifile=/etc/network/interfaces<br />
echo -n &#8220;Insert IPstart:&#8221;<br />
read ipstart<br />
echo -n &#8220;Insert IPend:&#8221;<br />
read ipend<br />
echo -n &#8220;Insert Gateway:&#8221;<br />
read gw<br />
#echo -n &#8220;Insert Subnet: &#8221;<br />
#read subnet<br />
echo -n &#8220;Insert Netmask: &#8221;<br />
read net<br />
echo -n &#8220;Insert aliast to start: &#8221;<br />
read ali</p>
<p>firstIp=`echo &#8220;${ipstart%.*}&#8221;`<br />
lastIpStart=`echo &#8220;${ipstart##*.}&#8221;`<br />
lastIpEnd=`echo &#8220;${ipend##*.}&#8221;`<br />
dif=`echo $(($lastIpEnd-$lastIpStart))`</p>
<p>ip=$lastIpStart<br />
for ((i=$ali;i<=$ali+$dif;i++)){<br />
echo "auto eth0:$i" >>$ifile<br />
echo &#8220;iface eth0:$i inet static&#8221; >>$ifile<br />
echo &#8220;address $firstIp.$ip&#8221; >>$ifile<br />
echo &#8220;network $subnet&#8221; >>$ifile<br />
echo &#8220;netmask $net&#8221; >>$ifile<br />
echo &#8220;gateway $gw&#8221; >> $ifile<br />
echo &#8221; &#8221; >> $ifile<br />
let ip++<br />
}
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/script-to-generate-etcnetworkinterfaces-file-on-ubuntudebian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to generate interface configs on Linux</title>
		<link>http://www.x83.net/script-to-generate-interface-configs-on-linux/</link>
		<comments>http://www.x83.net/script-to-generate-interface-configs-on-linux/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 20:26:54 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[DEVICE]]></category>
		<category><![CDATA[gateway]]></category>
		<category><![CDATA[ifcfg-eth1]]></category>
		<category><![CDATA[IPADDR]]></category>
		<category><![CDATA[touch]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=382</guid>
		<description><![CDATA[Generate ifcfg-eth1 307-366 configs. 
touch ifcfg-eth1:{307..366}
for f in ifcfg-eth1:{307..366}; do cat origfile > &#8220;$f&#8221;; done
for f in eth1:{307..366}; do echo &#8220;DEVICE=$f&#8221; >> &#8220;ifcfg-$f&#8221;; done
for f in {307..366}; do echo &#8220;IPADDR=aaa.bbb.ccc.$((f-239))&#8221; >> &#8220;ifcfg-eth1:$f&#8221;; done

origfile contains:
GATEWAY=eee.fff.ggg.hhh
TYPE=Ethernet
BOOTPROTO=none
NETMASK=255.255.255.192
]]></description>
			<content:encoded><![CDATA[<p>Generate ifcfg-eth1 307-366 configs. </p>
<blockquote><p>touch ifcfg-eth1:{307..366}<br />
for f in ifcfg-eth1:{307..366}; do cat origfile > &#8220;$f&#8221;; done<br />
for f in eth1:{307..366}; do echo &#8220;DEVICE=$f&#8221; >> &#8220;ifcfg-$f&#8221;; done<br />
for f in {307..366}; do echo &#8220;IPADDR=aaa.bbb.ccc.$((f-239))&#8221; >> &#8220;ifcfg-eth1:$f&#8221;; done
</p></blockquote>
<p>origfile contains:</p>
<blockquote><p>GATEWAY=eee.fff.ggg.hhh<br />
TYPE=Ethernet<br />
BOOTPROTO=none<br />
NETMASK=255.255.255.192</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/script-to-generate-interface-configs-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I find out Linux Disk utilization RHEL/Centos?</title>
		<link>http://www.x83.net/how-do-i-find-out-linux-disk-utilizationrhelcentos/</link>
		<comments>http://www.x83.net/how-do-i-find-out-linux-disk-utilizationrhelcentos/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 20:11:36 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[iostat]]></category>
		<category><![CDATA[rhel]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=377</guid>
		<description><![CDATA[iostat syntax for disk utilization report
iostat -d -x interval count
      -d : Display the device utilization report (d == disk)
      -x : Display extended statistics including disk utilization
      interval : It is time period in seconds between two samples . [...]]]></description>
			<content:encoded><![CDATA[<p>iostat syntax for disk utilization report</p>
<p>iostat -d -x interval count</p>
<p>      -d : Display the device utilization report (d == disk)<br />
      -x : Display extended statistics including disk utilization</p>
<p>      interval : It is time period in seconds between two samples . iostat 2 will give data at each 2 seconds interval.</p>
<p>      count : It is the number of times the data is needed . iostat 2 5 will give data at 2 seconds interval 5 times</p>
<p>Display 3 reports of extended statistics at 5 second intervals for disk</p>
<p>Type the following command:</p>
<p># iostat -d -x 5 3</p>
<p>Output:</p>
<p>[root@vari Desktop]# iostat -d -x 5 3</p>
<p>Linux 2.6.18-128.7.1.el5xen (vari.taashee.com) 08/26/2009 _i686_ (2 CPU)</p>
<p>Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util</p>
<p>sda 2.41 12.42 3.27 5.37 134.84 142.70 32.13 0.12 14.04 1.83 1.58</p>
<p>Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util</p>
<p>sda 0.00 1.60 0.00 0.40 0.00 16.00 40.00 0.00 0.00 0.00 0.00</p>
<p>Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util</p>
<p>sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00</p>
<p>Where,</p>
<p>    rrqm/s : The number of read requests merged per second that were queued to the hard disk<br />
    wrqm/s : The number of write requests merged per second that were queued to the hard disk<br />
    r/s : The number of read requests per second<br />
    w/s : The number of write requests per second<br />
    rsec/s : The number of sectors read from the hard disk per second<br />
    wsec/s : The number of sectors written to the hard disk per second<br />
    avgrq-sz : The average size (in sectors) of the requests that were issued to the device.<br />
    avgqu-sz : The average queue length of the requests that were issued to the device<br />
    await : The average time (in milliseconds) for I/O requests issued to the device to be served. This includes the time spent by the requests in queue and the time spent servicing them.</p>
<p>      svctm : The average service time (in milliseconds) for I/O requests that were issued to the device<br />
      %util : Percentage of CPU time during which I/O requests were issued to the device (bandwidth utilization for the device). Device saturation occurs when this value is close to 100%.</p>
<p>How do I interpret the output result for optimization?</p>
<p>First you need to note down following values from the iostat output:</p>
<p>   1. The average service time (svctm)<br />
   2. Percentage of CPU time during which I/O requests were issued (%util)<br />
   3. See if a hard disk reports consistently high reads/writes (r/s and w/s)</p>
<p>If any one of these are high, you need to take one of the following action:</p>
<p>      Get high speed disk and controller for file system (for example move from SATA I to SAS 15k disk)<br />
      Tune software or application or kernel or file system for better disk utilization<br />
      Use RAID array to spread the file system</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/how-do-i-find-out-linux-disk-utilizationrhelcentos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update from phpBB 3.0.4 to 3.0.5</title>
		<link>http://www.x83.net/update-from-phpbb-3-0-4-to-3-0-5/</link>
		<comments>http://www.x83.net/update-from-phpbb-3-0-4-to-3-0-5/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 08:03:30 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[3.0.5]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[phpbb]]></category>
		<category><![CDATA[update 3.0.4]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=375</guid>
		<description><![CDATA[To perform the update, either follow the instructions from the Administration Control Panel->System Tab &#8211; this should point out that you are running an outdated version and will guide you through the update &#8211; or follow the instructions listed below.
Go to the downloads page and download the latest update package listed there, matching your current [...]]]></description>
			<content:encoded><![CDATA[<p>To perform the update, either follow the instructions from the Administration Control Panel->System Tab &#8211; this should point out that you are running an outdated version and will guide you through the update &#8211; or follow the instructions listed below.</p>
<p>Go to the downloads page and download the latest update package listed there, matching your current version.<br />
Upload the archives contents to your phpBB installation &#8211; only the install folder is required. Upload the whole install folder, retaining the file structure.<br />
After the install folder is present, phpBB3 will go offline automatically.<br />
Point your browser to the install directory, for example http://www.example.com/phpBB3/install/<br />
Choose the &#8220;Update&#8221; Tab and follow the instructions </p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/update-from-phpbb-3-0-4-to-3-0-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing perl audio converter</title>
		<link>http://www.x83.net/installing-perl-audio-converter/</link>
		<comments>http://www.x83.net/installing-perl-audio-converter/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 04:17:27 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[pacpl]]></category>
		<category><![CDATA[pacpl.conf]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=361</guid>
		<description><![CDATA[Download the latest version of pacpl from:
Download PACPL from  http://pacpl.sourceforge.net/
install cpan, either with yum,apt..
Install these cpan modules:
cpan install Ogg::Vorbis::Header
cpan install Inline::MakeMaker
cpan install MP3::Tag
cpan install Audio::FLAC::Header
cpan install MP4::Info
cpan install Audio::WMA
cpan install Audio::Musepack
cpan install CDDB_get

Untar the pacpl source and move the binary into /usr/bin and the share/pacpl files into /usr/share/pacpl, also the config file (pacpl.conf) should [...]]]></description>
			<content:encoded><![CDATA[<p>Download the latest version of pacpl from:</p>
<blockquote><p>Download PACPL from  http://pacpl.sourceforge.net/</p></blockquote>
<p>install cpan, either with yum,apt..</p>
<p>Install these cpan modules:</p>
<blockquote><p>cpan install Ogg::Vorbis::Header<br />
cpan install Inline::MakeMaker<br />
cpan install MP3::Tag<br />
cpan install Audio::FLAC::Header<br />
cpan install MP4::Info<br />
cpan install Audio::WMA<br />
cpan install Audio::Musepack<br />
cpan install CDDB_get
</p></blockquote>
<p>Untar the pacpl source and move the binary into /usr/bin and the share/pacpl files into /usr/share/pacpl, also the config file (pacpl.conf) should be in /etc/pacpl/</p>
<p>To convert from .caf to mp3 use:</p>
<p>pacpl &#8211;to mp3 file.caf</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/installing-perl-audio-converter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla: Change Super Admin/Administrator password</title>
		<link>http://www.x83.net/joomla-change-super-adminadministrator-password/</link>
		<comments>http://www.x83.net/joomla-change-super-adminadministrator-password/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 06:04:55 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[where]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=359</guid>
		<description><![CDATA[Login with your mysql client and issue either one of these:
UPDATE `jos_users` SET `password` =MD5(&#8220;getsmart&#8221;) WHERE usertype = &#8220;Super Administrator&#8221;;
or
UPDATE `jos_users` SET `password` =MD5(&#8220;getsmart&#8221;) WHERE usertype = &#8220;Administrator&#8221;;
]]></description>
			<content:encoded><![CDATA[<p>Login with your mysql client and issue either one of these:</p>
<p>UPDATE `jos_users` SET `password` =MD5(&#8220;getsmart&#8221;) WHERE usertype = &#8220;Super Administrator&#8221;;<br />
or<br />
UPDATE `jos_users` SET `password` =MD5(&#8220;getsmart&#8221;) WHERE usertype = &#8220;Administrator&#8221;;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/joomla-change-super-adminadministrator-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
