<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.2" -->
<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/"
>

<channel>
	<title>Linux with Doubts</title>
	<link>http://www.mjmwired.net/linux</link>
	<description>making sense of mixed up software</description>
	<pubDate>Sun, 11 May 2008 16:04:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>
	<language>en</language>

		<item>
		<title>MPlayer compile on Redhat 8.0</title>
		<link>http://www.mjmwired.net/linux/2008/05/11/mplayer-compile-on-redhat-80/</link>
		<comments>http://www.mjmwired.net/linux/2008/05/11/mplayer-compile-on-redhat-80/#comments</comments>
		<pubDate>Sun, 11 May 2008 16:03:28 +0000</pubDate>
		<dc:creator>Mauriat</dc:creator>
		
	<category>Multimedia</category>
	<category>Redhat</category>
		<guid>http://www.mjmwired.net/linux/2008/05/11/mplayer-compile-on-redhat-80/</guid>
		<description><![CDATA[	I have a 4yr old Athlon-XP machine which I use as a Media Center/Home Theater PC. It is running Redhat 8.0 (heavily modified) with a Hauppauge PVR-250, MPlayer and some simple/buggy front end. Seeing as I designed it at the end of 2003, quite a bit of software is out of date.
	The most critical componets [...]]]></description>
			<content:encoded><![CDATA[	<p>I have a 4yr old Athlon-XP machine which I use as a Media Center/Home Theater PC. It is running Redhat 8.0 (heavily modified) with a Hauppauge PVR-250, MPlayer and some simple/buggy front end. Seeing as I designed it at the end of 2003, quite a bit of software is out of date.</p>
	<p>The most critical componets are the ivtv driver that runs the PVR-250 and MPlayer. I won&#8217;t update the ivtv because I built it for a 2.4.24 kernel and I had to write my own recording application and my own scheduler daemon for recording TV. So as with all interdependent software - its easy to break something.</p>
	<p>My MPlayer has been giving a great deal of trouble recently. It is running version 1.0pre5 which I beleive was released in 2004(?). Some of the MPEG2 recordings from the PVR-250 have some issues during playback. I&#8217;m hoping the problem will go away with an updated MPlayer, although I know I will get improvement with ivtv, but I can&#8217;t afford to do that.</p>
	<p>The last &#8220;released&#8221; version of MPlayer was 1.0RC2. There are no available packages for Redhat 8, so I used my <a href="http://www.mjmwired.net/resources/mjm-mplayer-fedora.html">MPlayer compile guide</a>. Since MPlayer only recently supported a GTK2 gui I chose to use a GTK1 gui since that&#8217;s what I had in Redhat 8. Virtually everything else was properly autodetected. So my <tt>configure</tt> step looked like this (quite simple):</p>
	<pre>[root@proteus MPlayer-1.0rc2]# ./configure --enable-gui \
	--enable-largefiles \
	--enable-gtk1</pre>
	<p>Unfortunately the <tt>make</tt> step (the compiling) broke with this error:</p>
	<pre>In file included from /usr/include/netdb.h:28,
                 from network.h:16,
                 from stream.h:65,
                 from stream_dvd.c:32:
/usr/include/netinet/in.h:259: parse error before '(' token
/usr/include/netinet/in.h:259: parse error before \"__u32\"
/usr/include/netinet/in.h:260: parse error before '(' token
/usr/include/netinet/in.h:260: parse error before \"__u16\"
/usr/include/netinet/in.h:262: parse error before '(' token
/usr/include/netinet/in.h:262: parse error before \"__u32\"
/usr/include/netinet/in.h:264: parse error before '(' token
/usr/include/netinet/in.h:264: parse error before \"__u16\"
stream_dvd.c: In function `dvd_parse_chapter_range':
stream_dvd.c:168: warning: passing arg 2 of `strtol' from incompatible pointer type
make[1]: *** [stream_dvd.o] Error 1
make[1]: Leaving directory `/root/dvr/mm/mplayer/MPlayer-1.0rc2/stream'
make: *** [stream/stream.a] Error 2</pre>
	<p>I hunted through the mplayer-users mailing list and found out that this is a problem with a Redhat being very old and basically no longer support. Someone suggested doing the following.<br />
Edit <tt>/usr/include/netinet/in.h</tt> and at line 259, add following:</p>
	<pre>//mjm - to compile for MPlayerRC2
#undef ntohl
#undef ntohs
#undef htonl
#undef htons
//mjm</pre>
	<p>Then I was able to rerun the make. Then I reverted the file back to its original.</p>
	<p>Some other things: I did also update to the latest release of XviD. I&#8217;m pretty sure that the ancient version of Xine is probably broken as well, but since I only used that to play DVD&#8217;s, I&#8217;d much rather use my Samsung DVD Player.</p>
	<p>I know that Redhat 8 is forever out of date, so I&#8217;m updating the system to CentOS, but that&#8217;s been quite troublesome, more on that later.</p>
<!-- begin(Yahoo ad) --><a href="http://ypn-rss.overture.com/rss/31144/86/click/"><img src="http://ypn-rss.overture.com/rss/31144/86/img/?url=http%3A%2F%2Fwww.mjmwired.net%2Flinux%2F2008%2F05%2F11%2Fmplayer-compile-on-redhat-80%2F&amp;pid=7022769530" alt="Ads by Yahoo!" border="0"/></a><!-- end(Yahoo ad) -->
]]></content:encoded>
			<wfw:commentRSS>http://www.mjmwired.net/linux/2008/05/11/mplayer-compile-on-redhat-80/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Download Older Versions of Fedora</title>
		<link>http://www.mjmwired.net/linux/2008/04/30/download-older-versions-of-fedora/</link>
		<comments>http://www.mjmwired.net/linux/2008/04/30/download-older-versions-of-fedora/#comments</comments>
		<pubDate>Thu, 01 May 2008 02:28:27 +0000</pubDate>
		<dc:creator>Mauriat</dc:creator>
		
	<category>Fedora</category>
	<category>Distributions</category>
		<guid>http://www.mjmwired.net/linux/2008/04/30/download-older-versions-of-fedora/</guid>
		<description><![CDATA[	A frequently asked question is: Where can I find a specific older version of Fedora? The correct answer is: If you CANNOT find it on the official Fedora Mirror List, then chances are it is too old and not supported.
	Unless you need an older version for some very specific task, I strongly recommend that you [...]]]></description>
			<content:encoded><![CDATA[	<p>A frequently asked question is: <em>Where can I find a specific older version of Fedora?</em> The correct answer is: <em>If you CANNOT find it on the official <a href="http://mirrors.fedoraproject.org/publiclist" target="_blank">Fedora Mirror List</a>, then chances are it is too old and not supported</em>.</p>
	<p>Unless you need an older version for some very specific task, I <strong>strongly recommend</strong> that you use a recent version of Fedora.</p>
	<p>To find an older version, start by going through the <a href="http://mirrors.fedoraproject.org/publiclist" target="_blank">mirrors</a> to see if you can find a site that is physically closer to you (for faster downloads). If you cannot find the version on a mirror, try downloading from Redhat&#8217;s site (below).</p>
	<p><b>Some things to note:</b></p>
	<ul>
	<li>Redhat&#8217;s site does not seem to have any DVD images.</li>
	<li>To find DVD images either <a href="http://www.mjmwired.net/resources/redhat8-dvd.html">generate your own DVD from CD&#8217;s</a> or look on a mirror.</li>
	<li>The <tt>SRPM</tt> ISO images are for source code and not useful for running and/or installing.</li>
	<li>The follow links could be removed at any point in the future.</li>
	<li>The rescue-CD is not needed for installing/running but maybe helpful to boot or fix an existing installation.</li>
	<li>Since you need to download each ISO individually, make sure to check the <tt>SHA1SUM</tt>.</li>
	</ul>
	<p>Download Links:</p>
	<table border="1">
	<tbody>
	<tr>
	<td>Fedora Version</td>
	<td>Architecture</td>
	<td># of CD&#8217;s</td>
	<td>Rescue-CD</td>
	</tr>
	<tr>
	<td>Fedora Core 2</td>
	<td><a href="http://download.fedora.redhat.com/pub/fedora/linux/core/2/i386/iso/" target="_blank">i386</a></td>
	<td>4</td>
	<td>yes</td>
	</tr>
	<tr>
	<td></td>
	<td><a href="http://download.fedora.redhat.com/pub/fedora/linux/core/2/x86_64/iso/" target="_blank">x86_64</a></td>
	<td>4</td>
	<td></td>
	</tr>
	<tr>
	<td>Fedora Core 3</td>
	<td><a href="http://download.fedora.redhat.com/pub/fedora/linux/core/3/i386/iso/" target="_blank">i386</a></td>
	<td>4</td>
	<td>yes</td>
	</tr>
	<tr>
	<td></td>
	<td><a href="http://download.fedora.redhat.com/pub/fedora/linux/core/3/x86_64/iso/" target="_blank">x86_64</a></td>
	<td>4</td>
	<td></td>
	</tr>
	<tr>
	<td>Fedora Core 4</td>
	<td><a href="http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/iso/" target="_blank">i386</a></td>
	<td>4</td>
	<td>yes</td>
	</tr>
	<tr>
	<td></td>
	<td><a href="http://download.fedora.redhat.com/pub/fedora/linux/core/4/x86_64/iso/" target="_blank">x86_64</a></td>
	<td>5</td>
	<td>yes</td>
	</tr>
	<tr>
	<td></td>
	<td><a href="http://download.fedora.redhat.com/pub/fedora/linux/core/4/ppc/iso/" target="_blank">ppc</a></td>
	<td>5</td>
	<td></td>
	</tr>
	<tr>
	<td>Fedora Core 5</td>
	<td><a href="http://download.fedora.redhat.com/pub/fedora/linux/core/5/i386/iso/" target="_blank">i386</a></td>
	<td>5</td>
	<td>yes</td>
	</tr>
	<tr>
	<td></td>
	<td><a href="http://download.fedora.redhat.com/pub/fedora/linux/core/5/x86_64/iso/" target="_blank">x86_64</a></td>
	<td>5</td>
	<td>yes</td>
	</tr>
	<tr>
	<td></td>
	<td><a href="http://download.fedora.redhat.com/pub/fedora/linux/core/5/ppc/iso/" target="_blank">ppc</a></td>
	<td>5</td>
	<td>yes</td>
	</tr>
	<tr>
	<td>Fedora Core 6</td>
	<td><a href="http://download.fedora.redhat.com/pub/fedora/linux/core/6/i386/iso/" target="_blank">i386</a></td>
	<td>5</td>
	<td>yes</td>
	</tr>
	<tr>
	<td></td>
	<td><a href="http://download.fedora.redhat.com/pub/fedora/linux/core/6/x86_64/iso/" target="_blank">x86_64</a></td>
	<td>6</td>
	<td>yes</td>
	</tr>
	<tr>
	<td></td>
	<td><a href="http://download.fedora.redhat.com/pub/fedora/linux/core/6/ppc/iso/" target="_blank">ppc</a></td>
	<td>6</td>
	<td>yes</td>
	</tr>
	</tbody>
	</table>
	<p>Related:<br />
<a href="http://mirrors.fedoraproject.org/publiclist" target="_blank">Fedora Public Mirror List</a><br />
<a href="http://www.mjmwired.net/resources/mjm-download-fedora.html">How to download Fedora</a>
</p>
<!-- begin(Yahoo ad) --><a href="http://ypn-rss.overture.com/rss/31144/85/click/"><img src="http://ypn-rss.overture.com/rss/31144/85/img/?url=http%3A%2F%2Fwww.mjmwired.net%2Flinux%2F2008%2F04%2F30%2Fdownload-older-versions-of-fedora%2F&amp;pid=7022769530" alt="Ads by Yahoo!" border="0"/></a><!-- end(Yahoo ad) -->
]]></content:encoded>
			<wfw:commentRSS>http://www.mjmwired.net/linux/2008/04/30/download-older-versions-of-fedora/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>History</title>
		<link>http://www.mjmwired.net/linux/2008/04/11/history/</link>
		<comments>http://www.mjmwired.net/linux/2008/04/11/history/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 20:35:29 +0000</pubDate>
		<dc:creator>Mauriat</dc:creator>
		
	<category>Miscellaneous</category>
	<category>Fedora</category>
	<category>Fun</category>
		<guid>http://www.mjmwired.net/linux/2008/04/11/history/</guid>
		<description><![CDATA[	Just for fun &#8230; inspired by the Fedora bloggers.
	# history &#166; awk '{a[$2]++ } END{for(i in a){print a[i] \" \" i}}'&#166;sort -rn&#166;head
	On my Fedora 8 box:
	481 ls
297 cd
54 vim
24 rm
17 du
12 sudo
12 mv
9 who
9 screen
9 find
	On my CentOS 5.1 box:
	344 ls
234 cd
54 sudo
29 vim
23 rpm
22 ./annoying_app_i_cant_get_to_work_on_centos5
18 ./configure
16 pwd
15 wget
15 scp
	On my web server:
	378 ls
213 cd
130 [...]]]></description>
			<content:encoded><![CDATA[	<p>Just for fun &#8230; inspired by the Fedora bloggers.</p>
	<pre># history | awk '{a[$2]++ } END{for(i in a){print a[i] \" \" i}}'|sort -rn|head</pre>
	<p>On my Fedora 8 box:</p>
	<pre>481 ls
297 cd
54 vim
24 rm
17 du
12 sudo
12 mv
9 who
9 screen
9 find</pre>
	<p>On my CentOS 5.1 box:</p>
	<pre>344 ls
234 cd
54 sudo
29 vim
23 rpm
22 ./annoying_app_i_cant_get_to_work_on_centos5
18 ./configure
16 pwd
15 wget
15 scp</pre>
	<p>On my web server:</p>
	<pre>378 ls
213 cd
130 vim
47 grep
39 exit
37 cat
30 diff
14 cp
10 who
9 rm</pre>
	<p>Bonus points for anyone who can point out interesting things&#8230;
</p>
<!-- begin(Yahoo ad) --><a href="http://ypn-rss.overture.com/rss/31144/83/click/"><img src="http://ypn-rss.overture.com/rss/31144/83/img/?url=http%3A%2F%2Fwww.mjmwired.net%2Flinux%2F2008%2F04%2F11%2Fhistory%2F&amp;pid=7022769530" alt="Ads by Yahoo!" border="0"/></a><!-- end(Yahoo ad) -->
]]></content:encoded>
			<wfw:commentRSS>http://www.mjmwired.net/linux/2008/04/11/history/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Local Server Hardware</title>
		<link>http://www.mjmwired.net/linux/2008/03/14/local-server-hardware/</link>
		<comments>http://www.mjmwired.net/linux/2008/03/14/local-server-hardware/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 03:12:19 +0000</pubDate>
		<dc:creator>Mauriat</dc:creator>
		
	<category>Linux</category>
	<category>Devices</category>
	<category>Server</category>
	<category>Hardware</category>
		<guid>http://www.mjmwired.net/linux/2008/03/14/local-server-hardware/</guid>
		<description><![CDATA[	After identifying exactly what my local linux server requirements were, I decided to take a good look at my hardware options.  From the start, I wanted to (1) save money, (2) save electricity/power and (3) minimize noise.
	To address these issues, there were many decisions I made.  First of all I did not need [...]]]></description>
			<content:encoded><![CDATA[	<p>After identifying exactly what my <a href="http://www.mjmwired.net/linux/2008/03/01/local-server-requirements/">local linux server requirements</a> were, I decided to take a good look at my hardware options.  From the start, I wanted to (1) save money, (2) save electricity/power and (3) minimize noise.</p>
	<p>To address these issues, there were many decisions I made.  First of all I did not need any peripherals.  The server could be entirely &#8220;headless&#8221; (i.e. no monitor, no keyboard, no mouse, etc).  The primary things of value are: disk storage, memory, cpu and network.  Hence the following are my requirements:</p>
	<ul>
	<li><strong>Processor</strong> - CPU speed should be about 1Ghz.  Preferably a low power processor (ex: <em>Geode-NX</em>, <em>Pentium-M</em>, etc.). I prefer a CPU without a fan and that could be cooled with the heat-sink alone. Although I do not plan to do major computational critical tasks, in the past I have seen certain processors (Via) have difficult with SSH (something that will be critical to performance for me). </li>
	<li><strong>Memory</strong> - Minimum memory: 256MB. From my experience using Fedora as a server and building other minimalistic Linux machines, I know that all my tasks/processes should be fine with about 150-200MB of memory after some tweaking.  For safety, about 512MB will be perfect.</li>
	<li><strong>Disk</strong> - Minimum storage space: 80GB. All of my critical documents, development, music (mp3&#8217;s, etc) and server backups could be fit easily into 20-30GB. I think double that amount should be adequate. However, realistically, since I most likely would want a <abbr title="Serial ATA">SATA</abbr> drive for performance, most drives are at 160GB for the best price.</li>
	<li><strong>Video</strong> - Don&#8217;t care. On board. The most I would need to do is run a remote X-server session, which does not benefit from better video hardware.</li>
	<li><strong>Sound</strong> - Don&#8217;t care. On board. Would never be used.</li>
	<li><strong>Network</strong> - Standard networking is now 100Mbit, however it would be a nice to have 1Gbit.  Although both my desktop and laptop are both 1Gbit, I do NOT have a gigabit switch.</li>
	<li><strong>DVD</strong> - For installation, a DVD drive would be needed, but once complete, everything would be done over the network.  However, there is a practical advantage to having a DVD-RW.  Even if the hard drive was very large, a 4GB DVD backup could still be useful for incremental long term backups.</li>
	</ul>
	<p>What did I end up getting?</p>
	<ul>
	<li><b>Motherboard/CPU</b> - Intel Celeron 220 1.2Ghz. I found a <em>mini-ITX</em> CPU/board combination.  My primary reasons for purchase were (1) price - less than $80 USD, (2) no noise - fanless, (3) power consumption was only 27W.  The other features of the board were SATA, Onboard video/sound, ethernet and USB2.</li>
	<li><b>Memory</b> - 1GB 533Mhz. I <i>did not need</i> 1GB, but the price was only $25 USD and since the motherboard only had 1 slot which supported maximum 1GB, I decided that it was best to just max it out for now.</li>
	<li><b>Storage</b> -  Seagate Barracuda 7200.10 SATA 250GB.  I did not need the space either but the price was only $70 USD which for the features (16MB Cache SATA 3.0Gb/s) was a good deal.  I currently recommend <em>Seagate Barracuda</em> drives, they are great performance and reliability.</li>
	<li><b>Case</b> -  Antec NSK MicroATX Cube (350W). I thought it would be best to minimize the space the system would take. Also this series of cases is known to be absolutely silent as well as power efficient. This was the most expensive part: $100 USD.</li>
	<li><b>DVD</b> - I recycled an old DVD-ROM I was not using.</li>
	</ul>
	<p>Total spent: ~$280 USD.  This was well within my budget of $300-400.</p>
	<p>There were some things I learned and I did run into some issues.  I should first mention that everything did &#8220;work&#8221; correctly.</p>
	<ul>
	<li><strong>Motherboard SATA</strong> - I realized later that the motherboard only supported 1.5Gb/s SATA.  So my drive is not operating as fast as it can be, but this is acceptable since majority of my file transfers will be somewhat smaller and the standard SATA performance is very good.</li>
	<li><strong>Motherboard Video</strong> - I knew that onboard video is pretty low performance (in this case SiS Chipset).  However for whatever reason the VGA-out on this board was especially noisy.  While this would be unacceptable for normal use, I never intended to have a monitor on this machine.</li>
	<li><strong>Motherboard BIOS</strong> - This board had an Intel BIOS.  I am most familiar with Asus motherboards and in the BIOS setup there is an option to manually set the startup time (fixed, daily, etc.).  The <a href="http://sourceforge.net/projects/nvram-wakeup" target="_blank">nvram-wakeup</a> utilizes the setting to wake-up the computer. However this board does NOT have that option.  I was hoping the  machine would sleep during in-activity and wake automatically. I have not yet decided how to work around this other than manually starting it each morning.</li>
	<li><strong>Celeron CPU</strong> - While this CPU met my needs perfectly, I was a little disappointed it did not power-throttle (i.e. reduce clock speeds to save power). The <abbr title="Advanced Configuration &amp; Power Interface">ACPI</abbr> information is a little bit confusing, however given that it is low power anyways and it does support 64-bit, this is acceptable.</li>
	<li><strong>Case</strong> - Any &#8220;smaller&#8221; case typically has problems. Antec is usually known for their quality, however I found my case incredibly noisy. The power supply fan rattled too much.  I was thinking I would have to <abbr title="Return Merchandise Authorization">RMA</abbr> to Newegg, but luckily I eliminated the noise by taking everything apart and re-tightening every single screw. Very frustrating but it worked.</li>
	</ul>
	<p>Overall I am happy with the purchase.  I did end up saving quite a bit, but I can&#8217;t help thinking that perhaps spending a little bit more would have allowed for some slight benefits. </p>
	<p>I guess I was a little bit wordy, but I wanted to explain very clearly my thought process in assembling a computer with a very specific purpose.</p>
	<p>More on this after the software is up and running!
</p>
<!-- begin(Yahoo ad) --><a href="http://ypn-rss.overture.com/rss/31144/82/click/"><img src="http://ypn-rss.overture.com/rss/31144/82/img/?url=http%3A%2F%2Fwww.mjmwired.net%2Flinux%2F2008%2F03%2F14%2Flocal-server-hardware%2F&amp;pid=7022769530" alt="Ads by Yahoo!" border="0"/></a><!-- end(Yahoo ad) -->
]]></content:encoded>
			<wfw:commentRSS>http://www.mjmwired.net/linux/2008/03/14/local-server-hardware/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Local Server Requirements</title>
		<link>http://www.mjmwired.net/linux/2008/03/01/local-server-requirements/</link>
		<comments>http://www.mjmwired.net/linux/2008/03/01/local-server-requirements/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 00:08:23 +0000</pubDate>
		<dc:creator>Mauriat</dc:creator>
		
	<category>Linux</category>
	<category>Server</category>
		<guid>http://www.mjmwired.net/linux/2008/03/01/local-server-requirements/</guid>
		<description><![CDATA[	I response to my previous post, I started defining a set of requirements for a separate local server.  By separate, I mean specifically a physically different machine than my desktop.  Previously I had my desktop PC running Linux (Fedora) with all desktop applications, as well as several server applications in the background.
	The following [...]]]></description>
			<content:encoded><![CDATA[	<p>I response to my <a href="http://www.mjmwired.net/linux/2008/02/11/fedora-makes-a-terrible-server/">previous post</a>, I started defining a set of requirements for a <em>separate</em> local server.  By separate, I mean specifically a physically different machine than my desktop.  Previously I had my desktop PC running Linux (Fedora) with all desktop applications, <em>as well as</em> several server applications in the background.</p>
	<p>The following is list of ideas, requirements and plans I hope to achieve with this server.</p>
	<p>1. Provide file access locally (on the LAN) and remotely (over the internet).<br />
<abbr title="Server Messaging Block Protocol">Samba</abbr> is needed for file access for Windows machines and <abbr title="Secure Shell">SSH</abbr> will provide both remote file access via <abbr title="Secure Shell: Copy">scp</abbr> and <abbr title="Secure Shell: File Transfer Protocol">sftp</abbr>.  I considered using <abbr title="Network File System">NFS</abbr> additionally for Linux file access, however Samba works efficiently both Linux-to-Linux as well as Linux-to-Windows and multiple services seemed redundant.</p>
	<p>2. Provide backup to local data (multiple Windows and Linux machines) and for remote servers (web servers).<br />
While this may seem similar to the previous requirement, it adds the need for services like <abbr title="cron, atd, anacron">time based schedulers</abbr> and remote access applications like <abbr title="Remote Synchronization">Rsync</abbr>. This may impact how/when this local server should be started. </p>
	<p>3. Provide a web development environment.<br />
This can easily be summarized as L.A.M.P. development which stands for &#8220;Linux, Apache, MySQL and PHP/Perl/Python&#8221;.  I need a webserver (Apache), a database server (MySQL) and at least one server side scripting language (PHP).  Seeing as I do have multiple websites which I develop this provides for me a both a staging area for new ideas as well as active work on &#8220;mirrored&#8221; versions of live sites.  The only concern here is that it is very difficult to duplicate exact the same versions of software that is running on commercial web hosts. Issues like PHP backwards compatibility do raise issues in this planning, more on this later.</p>
	<p>4. Provide version control and change management.<br />
While many will recognize this as either using a version control like <abbr title="Concurrent Versions System">CVS</abbr> or <abbr title="Subversion">SVN</abbr>, the truth is that using tools like this become increasing difficult when you do things like dual boot or develop on different machines.  Having a dedicated server makes this functionality more practical.</p>
	<p>Outside of some miscellaneous odds and ends, the above is exactly what I want. Note that I did not add things like <abbr title="Digital Video Recorder">DVR</abbr> or <abbr title="Home Theater Personal Computer">HTPC</abbr>. Basically, all my server should be is: Data Development and Dependability, anything else will be a waste of time/resources for me. </p>
	<p>Going forward, I can use the specific details of my requirements to pick the proper hardware to meet my needs.
</p>
<!-- begin(Yahoo ad) --><a href="http://ypn-rss.overture.com/rss/31144/81/click/"><img src="http://ypn-rss.overture.com/rss/31144/81/img/?url=http%3A%2F%2Fwww.mjmwired.net%2Flinux%2F2008%2F03%2F01%2Flocal-server-requirements%2F&amp;pid=7022769530" alt="Ads by Yahoo!" border="0"/></a><!-- end(Yahoo ad) -->
]]></content:encoded>
			<wfw:commentRSS>http://www.mjmwired.net/linux/2008/03/01/local-server-requirements/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Fedora Makes a Terrible Server</title>
		<link>http://www.mjmwired.net/linux/2008/02/11/fedora-makes-a-terrible-server/</link>
		<comments>http://www.mjmwired.net/linux/2008/02/11/fedora-makes-a-terrible-server/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 03:18:59 +0000</pubDate>
		<dc:creator>Mauriat</dc:creator>
		
	<category>Fedora</category>
	<category>Server</category>
	<category>Opinion</category>
	<category>CentOS</category>
		<guid>http://www.mjmwired.net/linux/2008/02/11/fedora-makes-a-terrible-server/</guid>
		<description><![CDATA[	&#8230; for me.
	I am finally giving up on Fedora as a server.  I find it just too unreliable.  I have been using Fedora since FC1 (and been on Redhat since RH6.0), but for the most part I only used it as a desktop operating system. 
	When I was using FC3, I found it [...]]]></description>
			<content:encoded><![CDATA[	<p>&#8230; <strong>for me</strong>.</p>
	<p>I am finally giving up on Fedora as a <em>server</em>.  I find it just too unreliable.  I have been using Fedora since FC1 (and been on Redhat since RH6.0), but for the most part I only used it as a desktop operating system. </p>
	<p>When I was using FC3, I found it very helpful to <a href="http://www.mjmwired.net/resources/mjm-apache-virtual-sites.html">mirror</a> my website(s) on my local machine.  This worked great, however with each new Fedora release I found more things breaking with my scripts and setup.  For a while I put up with the struggle by doing things like <a href="http://www.mjmwired.net/resources/mjm-fedora-php4.html">re-compiling PHP4</a>, but even that became quite tiring.  I concluded that Fedora just moved too fast for my server development needs. I cannot fault Fedora, rather that it did not meet my needs.  However I still used it.</p>
	<p>As recently as FC6, I found the need to access my computer remotely.  I started tweaking my desktop for some security and making it more &#8220;remote-access&#8221; friendly.  This did work for a while.  All I was doing was using <em>SSH</em> and working on my Apache mirrors.  My frustration began with the security.  I took a long hard attempt at trying to secure the system with SELinux, however for multiple reasons I abandoned it.</p>
	<p>Later when moving to Fedora7 I was pleasantly surprised with the performance.  The major problem arose when I updated my <em>2.6.21</em> kernel to <em>2.6.23</em>.  Some nasty <a href="http://bugs.gentoo.org/show_bug.cgi?id=195731">bug</a> was killing my SSH performance.  Basically it left me dead in the water.  I accepted to fall back on the older kernel, however soon enough I came to install Fedora8 which also had the bug.  For the most part I didn&#8217;t use Fedora8 for 2 months since <a href="http://www.mjmwired.net/read/186/spending-christmas-in-india/">I was out of the country</a>.  However when I finally did, I got so frustrated that I ended up installing the old F7 kernel on F8. Of course I broke sound, PulseAudio, ACPI and the X-server, but I <em>REALLY needed SSH to work</em>.  While this again is <em>not Fedora&#8217;s fault</em>, I find the following comment pretty helpful from the <a href="http://lkml.org/lkml/2007/10/28/17" target="_blank">kernel mailing list</a>: <em>&#8220;Please note that 2.6.23 kernel has a lot of bugs and we don&#8217;t recommend using it&#8230;&#8221;</em> - Regardless, it WAS a kernel that Fedora used.</p>
	<p>I personally do not think that a given Fedora release is very stable and/or reliable.  Until I started expanding my usage I really did not mind, however now I am finding it more difficult to handle.  While some people may suggest I upgrade less frequently, that&#8217;s fine and all, but it does NOT change the quality of the release.  Furthermore, as my desktop I like to have a new release. &#8230; And some people may tell me that I should have been more pro-active and filed bug-reports and other information.  Well, I do agree with that, but unfortunately I just did not have the time.  </p>
	<p>So what&#8217;s the solution?  Simple: don&#8217;t use Fedora as a server.  For myself, I bought a brand new computer.  I built a low powered file/web server and put CentOS 5.1 on it.  In the next few weeks I will migrate all my development onto this machine.  Hopefully I won&#8217;t need to upgrade it for a very long time.</p>
	<p>Will I stop using Fedora? No. It will still be on my desktop.  However I will have more realistic expectations from software considered totally &#8220;free&#8221;.</p>
	<p>Sorry for the <strong>rant</strong>.
</p>
<!-- begin(Yahoo ad) --><a href="http://ypn-rss.overture.com/rss/31144/80/click/"><img src="http://ypn-rss.overture.com/rss/31144/80/img/?url=http%3A%2F%2Fwww.mjmwired.net%2Flinux%2F2008%2F02%2F11%2Ffedora-makes-a-terrible-server%2F&amp;pid=7022769530" alt="Ads by Yahoo!" border="0"/></a><!-- end(Yahoo ad) -->
]]></content:encoded>
			<wfw:commentRSS>http://www.mjmwired.net/linux/2008/02/11/fedora-makes-a-terrible-server/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Should I Migrate to PHP5?</title>
		<link>http://www.mjmwired.net/linux/2008/01/26/should-i-migrate-to-php5/</link>
		<comments>http://www.mjmwired.net/linux/2008/01/26/should-i-migrate-to-php5/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 18:11:57 +0000</pubDate>
		<dc:creator>Mauriat</dc:creator>
		
	<category>Fedora</category>
	<category>PHP</category>
	<category>Hosting</category>
	<category>Server</category>
	<category>Opinion</category>
		<guid>http://www.mjmwired.net/linux/2008/01/26/should-i-migrate-to-php5/</guid>
		<description><![CDATA[	I noted some sites started pushing to PHP5 with the announcement last year that PHP4 would be EOL (end-of-life) in 2007. In truth I understand that there is no longer a compelling reason to remain with PHP4. The biggest obstacle was older software that did not support PHP5 (since version 5 is incompatible with version [...]]]></description>
			<content:encoded><![CDATA[	<p>I noted some sites started pushing to PHP5 with the announcement last year that PHP4 would be EOL (end-of-life) in 2007. In truth I understand that there is no longer a compelling reason to remain with PHP4. The biggest obstacle was older software that did not support PHP5 (since version 5 is incompatible with version 4 in some respects).  However there is no reason why most of that software cannot be updated, and if so I am pretty sure that some alternate version 5 compatible software exists. I also read some claims that in simpler configurations PHP4 could be faster/less memory than PHP5. I don&#8217;t know if that&#8217;s true or not. Finally the biggest problem: most web hosting providers are content with PHP4 meeting all their needs and have no reason to upgrade. I do agree to this in some ways.</p>
	<p>My biggest problems with PHP in general are its very poor track record for security, its flaws in design/configuration and finally it&#8217;s tendency to break software on updates. In some ways: its just a nuisance to maintain!!! PHP4 will be supported for critical security issues till 2008-08-08 by the PHP developers. However being open source there is no reason why someone else could not support it after that. Redhat Enterprise Linux still supports a PHP 4.3.9 package. I was supporting a 4.3.11 package for Fedora which I updated last in 2007 for Fedora 7. However I only installed it on my personal web server on a development box. I guess it would be really easy to finally abandon supporting old packages and just move to version 5, however I don&#8217;t know the effect it may have on my public server with a dozen or so websites.</p>
	<p>For now I will set a deadline for myself to migrate to PHP5 by the August deadline.  However for the time being, if people would find it useful I am considering repackaging the RHEL PHP 4.3.9 for Fedora 8. My 4.3.11 package is greatly out of date. On my development server, I&#8217;ll just go ahead and install the PHP5.2 included in Fedora 8. That will be my testing ground for my server updates coming soon.</p>
	<p>Realistically in the long run I should just slowly stop using PHP altogether, given that PHP6 will be another mess very soon. Perhaps I will look into Python or J2EE options, not sure yet.</p>
<!-- begin(Yahoo ad) --><a href="http://ypn-rss.overture.com/rss/31144/79/click/"><img src="http://ypn-rss.overture.com/rss/31144/79/img/?url=http%3A%2F%2Fwww.mjmwired.net%2Flinux%2F2008%2F01%2F26%2Fshould-i-migrate-to-php5%2F&amp;pid=7022769530" alt="Ads by Yahoo!" border="0"/></a><!-- end(Yahoo ad) -->
]]></content:encoded>
			<wfw:commentRSS>http://www.mjmwired.net/linux/2008/01/26/should-i-migrate-to-php5/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Away from the Console</title>
		<link>http://www.mjmwired.net/linux/2007/12/13/away-from-the-console/</link>
		<comments>http://www.mjmwired.net/linux/2007/12/13/away-from-the-console/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 05:29:12 +0000</pubDate>
		<dc:creator>Mauriat</dc:creator>
		
	<category>Miscellaneous</category>
		<guid>http://www.mjmwired.net/linux/2007/12/13/away-from-the-console/</guid>
		<description><![CDATA[	I will be on vacation in India for the remainder of the year and some days into the coming year. I will be unable to answer any emails or provide any help or support for information available on my website. I apologize in advance if I owe you an email or did not respond to [...]]]></description>
			<content:encoded><![CDATA[	<p>I will be on <a href="http://www.mjmwired.net/read/186/spending-christmas-in-india/">vacation in India</a> for the remainder of the year and some days into the coming year. I will be unable to answer any emails or provide any help or support for information available on my website. I apologize in advance if I owe you an email or did not respond to you. Please feel free to leave me a message on my <a href="http://www.mjmwired.net/contact/">contact form</a>, I promise I will respond to it when I return next year.</p>
	<p>I will have no linux, no windows - not even a remote SSH session. Internet will be scarce but I welcome the change of pace.</p>
	<p>Wishing everyone a very blessed Christmas and a wonderful New Year!
</p>
<!-- begin(Yahoo ad) --><a href="http://ypn-rss.overture.com/rss/31144/78/click/"><img src="http://ypn-rss.overture.com/rss/31144/78/img/?url=http%3A%2F%2Fwww.mjmwired.net%2Flinux%2F2007%2F12%2F13%2Faway-from-the-console%2F&amp;pid=7022769530" alt="Ads by Yahoo!" border="0"/></a><!-- end(Yahoo ad) -->
]]></content:encoded>
			<wfw:commentRSS>http://www.mjmwired.net/linux/2007/12/13/away-from-the-console/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Fedora 8 Released</title>
		<link>http://www.mjmwired.net/linux/2007/11/08/fedora-8-released/</link>
		<comments>http://www.mjmwired.net/linux/2007/11/08/fedora-8-released/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 18:59:23 +0000</pubDate>
		<dc:creator>Mauriat</dc:creator>
		
	<category>Miscellaneous</category>
	<category>Fedora</category>
	<category>Distributions</category>
	<category>F8</category>
		<guid>http://www.mjmwired.net/linux/2007/11/08/fedora-8-released/</guid>
		<description><![CDATA[	Do you fear the &#8220;Werewolf&#8221; * ?
	The Fedora project just released Fedora 8 with a great deal of enthusiasm. Fedora had been slipping behind in the past few releases and there have always been quality issues, but the team hopes this release will put them back on track.
	The highlights from the  Release Summary:
	Graphics/Multimedia
	
	PulseAudio - [...]]]></description>
			<content:encoded><![CDATA[	<p>Do you fear the &#8220;Werewolf&#8221; <b>*</b> ?</p>
	<p>The Fedora project <a href="https://www.redhat.com/archives/fedora-announce-list/2007-November/msg00006.html" target="_blank">just released Fedora 8</a> with a great deal of enthusiasm. Fedora had been slipping behind in the past few releases and there have always been quality issues, but the team hopes this release will put them back on track.</p>
	<p>The highlights from the  <a href="http://fedoraproject.org/wiki/Releases/8/ReleaseSummary" target="_blank">Release Summary</a>:</p>
	<p>Graphics/Multimedia</p>
	<ul>
	<li><a href="http://www.pulseaudio.org/wiki/AboutPulseAudio" target="_blank">PulseAudio</a> - A revamped sound system addressing many of the limitations and problems with older Linux sound systems.</li>
	<li><a href="http://fedoraproject.org/wiki/CodecBuddy" target="_blank">CodecBuddy</a> - A tool to help install codecs and multimedia formats that Fedora cannot legally or ethically distribute directly.</li>
	<li>Compiz / Compiz-Fusion - Improvements on the Linux hardware accelerated user interface including cool effects.</li>
	</ul>
	<p>Administration/Hardware</p>
	<ul>
	<li>Network Manager - significant improvements for wireless network management.</li>
	<li>Firewall Administration is much more user friendly.</li>
	<li>Package Manager - You can install software using your media (DVD). Finally! We lost this in Fedora Core 5!</li>
	<li>PolicyKit - When accessing restricted tasks or hardware you now have a much more user-friendly password prompt</li>
	<li>Improved Laptop support</li>
	<li>Improved Bluetooth support</li>
	<li>Improved power management support</li>
	</ul>
	<p>Desktop</p>
	<ul>
	<li>Gnome 2.20, KDE 3.5.8, Xfce 4.4.1 (unfortunately KDE4 was delayed by the KDE team)</li>
	<li>GNOME Online Desktop - An application on the desktop to interface with online applications like GMail, Photobucket, Facebook, EBay, Wikipedia, and countless others</li>
	<li>New desktop theme</li>
	</ul>
	<p>Java</p>
	<ul>
	<li>IcedTea - This is a Fedora packaged version of the Java that Sun open sourced in the <a href="http://openjdk.java.net/" target="_blank">OpenJDK</a> project. Now a working Java plus browser plugin comes included in Fedora.</li>
	</ul>
	<p>SoftwareUpdates</p>
	<ul>
	<li>Eclipse 3.3</li>
	<li>OpenOffice 2.3.0</li>
	<li>Kernel 2.6.23</li>
	</ul>
	<p>You can download Fedora 8 using the <a href="http://mirrors.fedoraproject.org/publiclist/Fedora/8/">standard mirrors</a> or using the <a href="http://torrent.fedoraproject.org/" target="_blank">Torrent</a> (recommended).</p>
	<p>Please user the <tt>Fedora-List</tt> mailing list or any of the forums for help. There are some basic tips provided in my <a href="http://www.mjmwired.net/resources/mjm-fedora-f8.html">Personal Fedora 8 Installation Guide</a> which should be updated within the week with the installation.</p>
	<p>The release so far looks much more polished than the past few. I hope it is well received!</p>
	<p><b>*</b> - The Werewolf would have been much cooler if the release somehow made it on October 31! Oh well.</p>
	<p><b>UPDATE - NOTE</b> please DO NOT COMMENT here if you have problems with my Install Guide, use the <a href="http://www.mjmwired.net/contact/">CONTACT</a> form with a proper email address. THANK YOU.
</p>
<!-- begin(Yahoo ad) --><a href="http://ypn-rss.overture.com/rss/31144/77/click/"><img src="http://ypn-rss.overture.com/rss/31144/77/img/?url=http%3A%2F%2Fwww.mjmwired.net%2Flinux%2F2007%2F11%2F08%2Ffedora-8-released%2F&amp;pid=7022769530" alt="Ads by Yahoo!" border="0"/></a><!-- end(Yahoo ad) -->
]]></content:encoded>
			<wfw:commentRSS>http://www.mjmwired.net/linux/2007/11/08/fedora-8-released/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>MPlayer RC2 Released</title>
		<link>http://www.mjmwired.net/linux/2007/10/08/mplayer-rc2-released/</link>
		<comments>http://www.mjmwired.net/linux/2007/10/08/mplayer-rc2-released/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 02:52:20 +0000</pubDate>
		<dc:creator>Mauriat</dc:creator>
		
	<category>Fedora</category>
	<category>Multimedia</category>
	<category>Software</category>
	<category>F7</category>
		<guid>http://www.mjmwired.net/linux/2007/10/08/mplayer-rc2-released/</guid>
		<description><![CDATA[	The MPlayer team released RC2 of the multimedia package.  The last release RC1 was almost 12 months ago.  The changes are typical: newer support of less significant codecs, major optimizations and improvements on more popular codecs.  This release has a great deal of work done on streaming (Live555).
	I don&#8217;t know if we [...]]]></description>
			<content:encoded><![CDATA[	<p>The <a href="http://www.mplayerhq.hu/design7/news.html" target="_blank">MPlayer</a> team released RC2 of the multimedia package.  The last release RC1 was almost 12 months ago.  The changes are typical: newer support of less significant codecs, major optimizations and improvements on more popular codecs.  This release has a great deal of work done on streaming (<em>Live555</em>).</p>
	<p>I don&#8217;t know if we will ever see an official 1.0 release, however it seems unimportant as everyone probably should just be updating their &#8220;snapshots&#8221; of MPlayer ever 3-4 months so they don&#8217;t have to wait 14 or 12 months.</p>
	<p>I took this as an opportunity to update my <a href="http://www.mjmwired.net/resources/mplayer-fedora.html">MPlayer compile guide for Fedora</a>. I do not recommend compiling from source, but I myself prefer doing it. For the more practical users, most repositories should be coming online soon with updates for yum. Simply run:</p>
	<p># su -c &#8216;yum update mplayer&#8217;</p>
	<p>I’ve checked Livna, FreshRPMs and ATrpms, none seem to have the update yet. So yum users will have to wait.</p>
<!-- begin(Yahoo ad) --><a href="http://ypn-rss.overture.com/rss/31144/76/click/"><img src="http://ypn-rss.overture.com/rss/31144/76/img/?url=http%3A%2F%2Fwww.mjmwired.net%2Flinux%2F2007%2F10%2F08%2Fmplayer-rc2-released%2F&amp;pid=7022769530" alt="Ads by Yahoo!" border="0"/></a><!-- end(Yahoo ad) -->
]]></content:encoded>
			<wfw:commentRSS>http://www.mjmwired.net/linux/2007/10/08/mplayer-rc2-released/feed/</wfw:commentRSS>
	</item>
	</channel>
</rss>