<?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>TJLUG &#187; Linux</title>
	<atom:link href="http://www.tjlug.org/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tjlug.org</link>
	<description>The stone age is an electrical power cut away !</description>
	<lastBuildDate>Sun, 25 Jul 2010 14:29:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>MySQL Windows VS MySQL on Linux</title>
		<link>http://www.tjlug.org/2010/01/29/mysql-windows-vs-mysql-on-linux/</link>
		<comments>http://www.tjlug.org/2010/01/29/mysql-windows-vs-mysql-on-linux/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 21:42:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.tjlug.org/?p=347</guid>
		<description><![CDATA[Comming across Robin Schumacher&#8217;s &#8220;MySQL on Windows? Absolutely!&#8221; i have some stuff to say First, I absolutly LOVE windows on my Desktop, and i LOVE Linux on my servers, and i have nothing against windows servers or Linux Desktops, i like Operating systems that get the Job done faster and with least effort, so what [...]]]></description>
			<content:encoded><![CDATA[<p>Comming across Robin Schumacher&#8217;s &#8220;MySQL on Windows? Absolutely!&#8221; i have some stuff to say</p>
<p>First, I absolutly LOVE windows on my Desktop, and i LOVE Linux on my servers, and i have nothing against windows servers or Linux Desktops, i like Operating systems that get the Job done faster and with least effort, so what suits a job suits me, having never used a mac, i would jump to a mac if they tell me it can help you develop application X faster, why not, but the article here <a href="http://dev.mysql.com/tech-resources/articles/mysql_on_windows.html">http://dev.mysql.com/tech-resources/articles/mysql_on_windows.html</a> does not seem to make sense to me. Here is why</p>
<p>In the comparison of number of downloads, it clearly reads that windows has 600K downloads VS linux that has 200K downloads, but are you serious ?</p>
<p>On Linux, MySQL is hardly if ever downloaded from mysql.com , while on Windows it is always downloaded from MySQL.COM and therefore i beg an explanation on why you say this statistic tells anything, Also, most developers are like me, they use the Windows edition for development on there development PCs, and then deploy the actual application on a Linux server.</p>
<p>For example, on a debian system i would simply issue</p>
<p>apt-get install mysql-client mysql-server</p>
<p>this will get MySQL binaries from Debian, not from MySQL, and therefore making the statistic not available to you.</p>
<p>Then the article talks about how insignificant the differences between the Linux and Windows edition is, to tell you the truth, this is not the case at least for me, here are SOME examples</p>
<p>Most of my applications can not make good use of RAID because RAID does not help with disk seek time (And therefore latency), My answer to this is usually separating tables to more than 1 hard disk , and although having databases moved to other hard drives is supported in windows by creating a text file, moving individual tables on windows is not, On linux, i simply create a symbolic link to the MYD file, and one to the MYI file, i can even split a single table to 2 hard drives with the indexes on 1 drive and the actual data on the other.</p>
<p>Clustering anyone ??</p>
<p>For a longer list check out http://dev.mysql.com/doc/refman/5.0/en/windows-vs-unix.html , this is certainly is inferior to the Linux counterpart for something like a shared hosting environment (See number of open files and connection timeouts etc..)</p>
<p>Now to add more to that, Linux is a free OS, you install and upgrade it for free, and MySQL is also free, if your business uses many many MySQL servers, your savings on Windows Server licenses can be significant.</p>
<p>The bottom line is, when a company like Oracle (Since it has acquired SUN) gets hold of an open source database engine, you can rest assured objectivity will still be there only when it supports the paying product.</p>
<p>Thanks for listening.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tjlug.org/2010/01/29/mysql-windows-vs-mysql-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian 5 lenny is out and i can&#8217;t find Synaptics !</title>
		<link>http://www.tjlug.org/2009/02/22/debian-5-lenny-is-out-and-i-cant-find-synaptics/</link>
		<comments>http://www.tjlug.org/2009/02/22/debian-5-lenny-is-out-and-i-cant-find-synaptics/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 06:48:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CD]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[synaptics]]></category>

		<guid isPermaLink="false">http://www.tjlug.org/?p=116</guid>
		<description><![CDATA[So, ALT+F2 then gksudo synaptics&#8230; sometimes i get the message you can run synaptics without a password, but synaptics does not show up, aptitude is there, but where is synaptics ? Anyway, i am glad lenny is out, i have been waiting for it since last year, and i thought downloading it would be a [...]]]></description>
			<content:encoded><![CDATA[<p>So, ALT+F2 then gksudo synaptics&#8230; sometimes i get the message you can run synaptics without a password, but synaptics does not show up, aptitude is there, but where is synaptics ?</p>
<p>Anyway, i am glad lenny is out, i have been waiting for it since last year, and i thought downloading it would be a challenge when the rush comes, The download came in at full speed and the both the text installer and the GUI installer work like a charm.</p>
<p>Did i mention it is not 1 DVD ! the thing is a 5 DVD, But i don&#8217;t think it is wise to download them all, Just download the first CD, and when you need a package, let the software get it from the internet for you.</p>
<p>all you need is the first CD or DVD, most packages you will need are there, and whatever is missing the installer can get for you from the internet !</p>
<p>Anyway, i have not yet checked it out fully, when i do, i will update you all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tjlug.org/2009/02/22/debian-5-lenny-is-out-and-i-cant-find-synaptics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
