<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Webmaster Forum</title>
		<description>Webmaster discussion on numerous topics including Website design, programming, scripting, hosting, server administration, search engines, and operating systems</description>
		<link>http://www.ozzu.com/</link>
		<lastBuildDate>Fri, 20 Nov 2009 13:09:01 -0800</lastBuildDate>
				<item>
			<dc:creator>PolishHurricane</dc:creator>
			<pubDate>Thu, 19 Nov 2009 16:15:59 -0800</pubDate>
			<guid>http://www.ozzu.com/unix-linux-forum/install-archlinux-freezes-2nd-post-screen-t101090.html</guid>
			<link>http://www.ozzu.com/unix-linux-forum/install-archlinux-freezes-2nd-post-screen-t101090.html</link>
			<title>Install ArchLinux freezes at 2nd POST screen</title>
			<description><![CDATA[Im trying to install ArchLinux from a USB drive.  I followed these instructions:<br /><br /><!-- m --><span class="postlink">http://wiki.archlinux.org/index.php/Ins ... _USB_stick</span><!-- m --><br /><br />I ended up using flashnul, it seemed like it worked, there were no errors.<br /><br />So I plug the flash drive into the box, attempt to boot from the flash drive.  It gets to the end of the 2nd POST screen and all I get is...<br /><br /><span style="font-weight: bold">GRUB _</span>  (blinking cursor)<br /><br />I made sure the flash drive was the priority drive, 1st in boot order and booted from it.  Pretty sure theres nothing else forcing it to use the other hard drive.<br /><br />Anybody ever have this happen?<br /><br />The HDD has a half-ass install of windows on it, but I didnt think that would cause any problems.  I tried loading GParted, but the CD drive on this computer is kind of old and it couldnt load it.]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 2</description>
		</item>
				<item>
			<dc:creator>joebert</dc:creator>
			<pubDate>Tue, 10 Nov 2009 08:30:10 -0800</pubDate>
			<guid>http://www.ozzu.com/unix-linux-forum/linux-ps3-t100969.html</guid>
			<link>http://www.ozzu.com/unix-linux-forum/linux-ps3-t100969.html</link>
			<title>Linux on PS3</title>
			<description><![CDATA[Anyone here successfully get Ubuntu/Yellowdog/etc to boot on their PS3 ?<br /><br />Ive got a buddy here trying to get some form of Linux running on his PS3, so far hes tried Yellowdog 6.2 and Ubuntu 9.10, Ubuntus alternate installer actually went through the installation, but now croaks on mising root filesystem warnings and stays at the kboot screen on reboot.]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 0</description>
		</item>
				<item>
			<dc:creator>joebert</dc:creator>
			<pubDate>Fri, 06 Nov 2009 09:57:47 -0800</pubDate>
			<guid>http://www.ozzu.com/unix-linux-forum/american-english-spell-checker-for-ubuntu-gedit-t100902.html</guid>
			<link>http://www.ozzu.com/unix-linux-forum/american-english-spell-checker-for-ubuntu-gedit-t100902.html</link>
			<title>American English Spell-Checker for Ubuntu/gedit ?</title>
			<description><![CDATA[Since the update to Ubuntu 9.10 seems to have wiped out my user-dictionary for my spell-checker anyways, meaning I have to re-teach it that &quot;color&quot; is an actual word, Im looking for a new spell-checker to integrate with gedit.<br /><br />Any suggestions/questions ?]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 1</description>
		</item>
				<item>
			<dc:creator>joebert</dc:creator>
			<pubDate>Mon, 02 Nov 2009 12:47:11 -0800</pubDate>
			<guid>http://www.ozzu.com/unix-linux-forum/command-segregate-files-first-letter-t100835.html</guid>
			<link>http://www.ozzu.com/unix-linux-forum/command-segregate-files-first-letter-t100835.html</link>
			<title>Command to segregate files by first letter</title>
			<description><![CDATA[Basically I have a folder with thousands of files in it and I want to split those files into folders. I could go through and do this ~26 times,<br /><br /><p>code:</p><pre style="border:1px solid #000000; background-color:#eeeeee;">mkdir _a<br />mv a* _a/<br />mv _a/ a/</pre><br /><br />Even if I recall the last commands I used for each letter its still a hassle though.<br /><br />It would be nice to have a BASH script I could call something like this instead,<br /><br /><p>code:</p><pre style="border:1px solid #000000; background-color:#eeeeee;">segregate /path/to/directory</pre>]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 2</description>
		</item>
				<item>
			<dc:creator>joebert</dc:creator>
			<pubDate>Sun, 01 Nov 2009 12:27:55 -0800</pubDate>
			<guid>http://www.ozzu.com/hardware/proc-cpuinfo-comparison-two-results-t100813.html</guid>
			<link>http://www.ozzu.com/hardware/proc-cpuinfo-comparison-two-results-t100813.html</link>
			<title>/proc/cpuinfo comparison of two results</title>
			<description><![CDATA[Ignoring all other aspects of the system, which one is better ?<br />How much better ?<br />Why is it better ?<br /><br /><p>code:</p><pre style="border:1px solid #000000; background-color:#eeeeee;">$ cat /proc/cpuinfo <br />processor	: 0<br />vendor_id	: GenuineIntel<br />cpu family	: 15<br />model		: 3<br />model name	: Intel(R) Celeron(R) CPU 2.66GHz<br />stepping	: 3<br />cpu MHz		: 2666.130<br />cache size	: 256 KB<br />fdiv_bug	: no<br />hlt_bug		: no<br />f00f_bug	: no<br />coma_bug	: no<br />fpu		: yes<br />fpu_exception	: yes<br />cpuid level	: 5<br />wp		: yes<br />flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc up pebs bts pni dtes64 monitor ds_cpl cid<br />bogomips	: 5332.26<br />clflush size	: 64<br />power management:<br /></pre><br /><br /><p>code:</p><pre style="border:1px solid #000000; background-color:#eeeeee;">$ cat /proc/cpuinfo <br />processor	: 0<br />vendor_id	: AuthenticAMD<br />cpu family	: 15<br />model		: 12<br />model name	: AMD Athlon(tm) 64 Processor 3000+<br />stepping	: 0<br />cpu MHz		: 2019.786<br />cache size	: 512 KB<br />fpu		: yes<br />fpu_exception	: yes<br />cpuid level	: 1<br />wp		: yes<br />flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext lm 3dnowext 3dnow up rep_good lahf_lm<br />bogomips	: 4039.57<br />TLB size	: 1024 4K pages<br />clflush size	: 64<br />cache_alignment	: 64<br />address sizes	: 40 bits physical, 48 bits virtual<br />power management: ts fid vid ttp</pre>]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 0</description>
		</item>
				<item>
			<dc:creator>rcs74</dc:creator>
			<pubDate>Mon, 26 Oct 2009 13:20:07 -0700</pubDate>
			<guid>http://www.ozzu.com/unix-linux-forum/ubuntu-error-t100731.html</guid>
			<link>http://www.ozzu.com/unix-linux-forum/ubuntu-error-t100731.html</link>
			<title>Ubuntu error...</title>
			<description><![CDATA[Anybody work with Ubuntu much that can explain this error:<br /><br />W: Failed to fetch xxxx-connect(111 Connection refused)<br /><br />Theres more but I cant post the address due to my status<br /><br />I am trying to add some applications for the first time and I keep getting this error with any app I try to install. Thanks in advance for your help!]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 1</description>
		</item>
				<item>
			<dc:creator>Ripon ahmed</dc:creator>
			<pubDate>Sat, 24 Oct 2009 21:41:28 -0700</pubDate>
			<guid>http://www.ozzu.com/unix-linux-forum/very-important-about-ubuntu-plase-see-details-t100706.html</guid>
			<link>http://www.ozzu.com/unix-linux-forum/very-important-about-ubuntu-plase-see-details-t100706.html</link>
			<title>It is very Important about Ubuntu.Plase see details.</title>
			<description><![CDATA[Many tool or utility in Ubuntu 9.04 not opening. When i let command in terminal the the output print show that commnad not found and no such file or directory. Please see some tool of these.<br /><br />1.adns-tools<br />2.aci<br />3.atm-tools<br />4.crack-md5<br />5.libcrack2<br />6.libpam-crack<br />7.doc-base.<br />etc....<br /><br />Not only these tool but also many more most important tool not found when type command in the terminal.Please help.]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 0</description>
		</item>
				<item>
			<dc:creator>Azoundria</dc:creator>
			<pubDate>Thu, 22 Oct 2009 17:23:21 -0700</pubDate>
			<guid>http://www.ozzu.com/unix-linux-forum/quick-way-test-suphp-t100684.html</guid>
			<link>http://www.ozzu.com/unix-linux-forum/quick-way-test-suphp-t100684.html</link>
			<title>Quick Way To Test SuPHP?</title>
			<description><![CDATA[Hi All,<br /><br />So I HAVE searched Google for this, and it should be very easy.<br /><br />All I want to be able to do is build a PHP file that tests if SuPHP is enabled on a server. Ive searched the entirity of PHP.net for SuPHP, and so Im sure theres no easy function there. And then I looked all over the PHPInfo configurations of servers with and without SuPHP, and no luck there.<br /><br />So, does anyone know, how I can find out if a server is running with SuPHP, or not? Id prefer a solution which doesnt involve creating a test file of 777 permissions, or a new directory with a htaccess that has PHP directives, if possible. Id like to just upload and view a PHP script to get the answer.<br /><br />Thanks for your help.]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 3</description>
		</item>
				<item>
			<dc:creator>nike</dc:creator>
			<pubDate>Thu, 22 Oct 2009 04:13:57 -0700</pubDate>
			<guid>http://www.ozzu.com/unix-linux-forum/master-help-good-swf-avi-converter-for-linux-t100674.html</guid>
			<link>http://www.ozzu.com/unix-linux-forum/master-help-good-swf-avi-converter-for-linux-t100674.html</link>
			<title>Master help? Good swf to avi converter for linux?</title>
			<description><![CDATA[I found a good <span style="color: #FF0000">//spam removed</span> swf to avi converter in a forum, but it didnt work for linux,I search on internet and found it works for window98,xp,vista but not for linux <img src="./images/smilies/icon_cry.gif" alt=":cry:" title="Crying or Very sad"> Is anybody here know good swf to avi converter specially for linux? Many thanks!]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 0</description>
		</item>
				<item>
			<dc:creator>Ripon ahmed</dc:creator>
			<pubDate>Wed, 21 Oct 2009 03:34:32 -0700</pubDate>
			<guid>http://www.ozzu.com/unix-linux-forum/ubuntu-help-please-pam-cracklib-t100654.html</guid>
			<link>http://www.ozzu.com/unix-linux-forum/ubuntu-help-please-pam-cracklib-t100654.html</link>
			<title>Ubuntu help Please. Pam cracklib</title>
			<description><![CDATA[When i type pam cracklib or pam cracklib so on the terminal then output print show me that THE COMMAND NOT FOUND.<br /><br />i mean to say: when type on terminal pam cracklib or pam cracklib so then the output: Pam cracklib command not found.<br /><br />But it is installed. Please help me how to configure it to open.]]>&lt;br /&gt;&lt;br /&gt;Topic Replies: 1</description>
		</item>
			</channel>
</rss>