<?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/category/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>Setting up file sharing on debian lenny</title>
		<link>http://www.tjlug.org/2010/07/05/setting-up-file-sharing-on-debian-lenny/</link>
		<comments>http://www.tjlug.org/2010/07/05/setting-up-file-sharing-on-debian-lenny/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 14:48:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Lenny]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows - SAMBA]]></category>

		<guid isPermaLink="false">http://www.tjlug.org/?p=422</guid>
		<description><![CDATA[If you have installed Debian Lenny with file sharing (in the lenny installer), you will need to add users to that installation and specify folders that need to be shared, here i will show you how to add a user and share a folder with that user. If you have not installed file sharing while [...]]]></description>
			<content:encoded><![CDATA[<p>If you have installed Debian Lenny with file sharing (in the lenny installer), you will need to add users to that installation and specify folders that need to be shared, here i will show you how to add a user and share a folder with that user.</p>
<p>If you have not installed file sharing while installing Debian lenny, you need to install them, the easiest way to do that is</p>
<p>run the command</p>
<p>aptitude</p>
<p>using the arrow keys and the enter key, expand “TASKS” then place the bar over File Server, then the plus sign to select it (Shift +), right after hit “g” then “g” on your keyboard to install them.</p>
<p>Once done, Download the following files and place them in /etc/samba/ replacing any existing files (Backup your own files)</p>
<p>wget http://www.linuxhowtodocs.com/samba_base.zip</p>
<p>unzip samba_base.zip -o -d /etc/samba</p>
<p>Now to adding users, from the following 3 commands, After the second and after the third command, you will be asked to chose a password for the user joe</p>
<p>useradd joe -m -G users<br />
passwd joe<br />
smbpasswd -a joe</p>
<p>Now with this out of the way, Edit the file /etc/samba/smb.conf</p>
<p>The following need to be edited</p>
<p>netbios name : Should become the name of the computer on the network, in windows, this is the machine’s name<br />
hosts allow : If your network is like mine where PCs take IP addresses of the form 192.168.2.x, then this one should be 127. 192.168.2. where 127 is for the local machine, the following part of the IP is the part of the IP that prefixes the IP of all network machines that should be able to access this file server (usually you will change the 2 with a 0 or 1)<br />
interfaces : 127.0.0.1/8 192.168.2.0/24, like above, if your IP subnet is not 192.168.2.x, change it here (usualy you will change the 2 with a 0 or 1)<br />
remote announce : if your subnet does not start with  192.168.2. then change it to your own (usually you will change the 2 with a 0 or 1)<br />
remote browse sync : if your subnet does not start with 192.168.2. then change it to your own (usualy you will change the 2 with a 0 or 1)</p>
<p>Now scroll down, you will see a sample folder, edit that to the folder you want to share, and copy it over and over again for any other folders that you want to share, You are done, now you should be able to open those folders from the network.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tjlug.org/2010/07/05/setting-up-file-sharing-on-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Directory and sub directory sizes and disk usage</title>
		<link>http://www.tjlug.org/2010/07/05/directory-and-sub-directory-sizes-and-disk-usage/</link>
		<comments>http://www.tjlug.org/2010/07/05/directory-and-sub-directory-sizes-and-disk-usage/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 10:00:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Commands]]></category>

		<guid isPermaLink="false">http://www.tjlug.org/?p=418</guid>
		<description><![CDATA[Although this belongs to the Linux Command Cheat Sheet, this post is here to list all the Directory / Sub Directory and Disk drive usage To begin with, if it is disk space you are looking for information about, the following command should display the useful disk usage information df -h If you want to [...]]]></description>
			<content:encoded><![CDATA[<p>Although this belongs to the Linux Command Cheat Sheet, this post is here to list all the Directory / Sub Directory and Disk drive usage</p>
<p>To begin with, if it is disk space you are looking for information about, the following command should display the useful disk usage information</p>
<p>df -h</p>
<p>If you want to know the size of all sub directories in a directory</p>
<p>Move to the directory containing the sub directories (if root, can take a long time)</p>
<p>du -sh *</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tjlug.org/2010/07/05/directory-and-sub-directory-sizes-and-disk-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to mount a ram hard disk in Linux</title>
		<link>http://www.tjlug.org/2010/02/01/how-to-mount-a-ram-hard-disk-in-linux/</link>
		<comments>http://www.tjlug.org/2010/02/01/how-to-mount-a-ram-hard-disk-in-linux/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 08:54:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Lenny]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hard disks]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[ramdisk]]></category>

		<guid isPermaLink="false">http://www.tjlug.org/?p=358</guid>
		<description><![CDATA[In this post, i will show you how to create a very fast, 0 latency hard drive from the extra gigabyte or 2 on your system 1- You need to change the boot options to allow this&#8230; Since i use debian lenny, my boot options look like this in /boot/grub/menu.lst title        Debian GNU/Linux, kernel [...]]]></description>
			<content:encoded><![CDATA[<p>In this post, i will show you how to create a very fast, 0 latency hard drive from the extra gigabyte or 2 on your system</p>
<p>1- You need to change the boot options to allow this&#8230;</p>
<p>Since i use debian lenny, my boot options look like this in /boot/grub/menu.lst</p>
<p>title        Debian GNU/Linux, kernel 2.6.26-2-686<br />
root        (hd0,1)<br />
kernel        /boot/vmlinuz-2.6.26-2-686 root=/dev/sda2 ro quiet<br />
initrd        /boot/initrd.img-2.6.26-2-686</p>
<p>We need to append ramdisk_size=1572864 if we wanted a 1.5GB RAM drive, make sure you have 1.5GB EXTRA on your system, let&#8217;s say you must have a minimum of 2GB for the system to run using the 512MB you are leaving the system with</p>
<p>title        Debian 1.5GB Ramdisk, kernel 2.6.26-2-686<br />
root        (hd0,1)<br />
kernel        /boot/vmlinuz-2.6.26-2-686 root=/dev/sda2 ro quiet ramdisk_size=1572864<br />
initrd        /boot/initrd.img-2.6.26-2-686</p>
<p>You are done for now, if you want to format and use it do this</p>
<p>/sbin/mkfs.ext2 /dev/ram0</p>
<p>Remember that you need to format as ext2 and not ext3, i have seen people format the hard drive as EXT3, why would you ever need Journaling on a RAM disk that is already volatile (Deleted when you reboot)</p>
<p>mkdir /ramdisk<br />
mount /dev/ram0 /ramdisk</p>
<p>You can now get creative and format or load a disk image at boot time, in any case, the RAM is only allocated to the disk when you use it, but you really don&#8217;t need to know that to use your new RAM hard disk</p>
<p>NOTE: I chose to explain RAM disk because later on i will show you what advantages we can get from having a block level device, you can surely do this without modifying boot options by simply using tempfs or RAMFS that give you an instant ram disk, but it is not a block level device in that case</p>
<p>Testing Speed</p>
<p>So, you want to see how fast it is, but for that we need a data source that can push this thing to the maximum, the answer is /dev/zero that responds with a stream of zeros, so let us write a 1.3GB file to our new volatile hard disk</p>
<p>dd if=/dev/zero of=/ramdisk/pathtoimage.img bs=1M count=1300</p>
<p>On my computer, this took about 4.54006 seconds.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tjlug.org/2010/02/01/how-to-mount-a-ram-hard-disk-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>installing Debian Lenny extra steps</title>
		<link>http://www.tjlug.org/2010/02/01/installing-debian-lenny-extra-steps/</link>
		<comments>http://www.tjlug.org/2010/02/01/installing-debian-lenny-extra-steps/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 06:25:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Lenny]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.tjlug.org/?p=354</guid>
		<description><![CDATA[This is how i install Debian lenny at the office on all computers NOTE: (192.168.2.133) has apt-cacher, my PC 192.168.2.106 has a php script that responds with the caller&#8217;s IP 1- Put the Lenny Mini-CD into the computer 2- Follow instructions, when asked about a proxy, the address is http://192.168.2.133:3142/ 3-Once done, run apt-get update [...]]]></description>
			<content:encoded><![CDATA[<p>This is how i install Debian lenny at the office on all computers</p>
<p>NOTE: (192.168.2.133) has apt-cacher, my PC 192.168.2.106 has a php script that responds with the caller&#8217;s IP</p>
<p>1- Put the Lenny Mini-CD into the computer<br />
2- Follow instructions, when asked about a proxy, the address is http://192.168.2.133:3142/<br />
3-Once done, run</p>
<p>apt-get update</p>
<p>apt-get install ssh openssh-server</p>
<p>4- Finding out our Network IP address, you can simply issue the command</p>
<p>ifconfig</p>
<p>The above will give us the IP address of this pc</p>
<p>5- Now we can go back to the Windows PC and start WinSCP and PUTTY to edit files and do stuff, i use sourceedit as the editor because i want to save any edited file as linux text (Line break is different)</p>
<p>6- connect via putty and WinSCP to the computer so we can edit some files&#8230;</p>
<p>7- Fix /etc/apt/sources.list to have the apt-cacher &#8230; and comment out the CD</p>
<p>so deb &#8220;http://ftp.us.debian.org/debian/ lenny main&#8221; becomes &#8220;deb http://192.168.2.133:3142/ftp.us.debian.org/debian/ lenny main&#8221;</p>
<p>The above lines save internet bandwidth by caching the files on the network</p>
<p>8- Now, we want the PC to request the same IP every time so that we always know how to connect to it.</p>
<p>edit /etc/network/interfaces,</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
initially it looks like this<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>auto lo<br />
iface lo inet loopback</p>
<p>allow-hotplug eth0<br />
iface eth0 inet dhcp</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
But we want it to look like this<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p># The loopback network interface<br />
auto lo<br />
iface lo inet loopback</p>
<p># The primary network interface<br />
allow-hotplug eth0<br />
iface eth0 inet static<br />
address 192.168.2.112<br />
netmask 255.255.255.0<br />
gateway 192.168.2.1</p>
<p>auto eth0</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>&#8212;-DONE&#8212;</p>
<p>And now we are probably set to connect to this PC every time (Static Network IP), and to use aptitude without waiting for ages to download the packages from the internet</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tjlug.org/2010/02/01/installing-debian-lenny-extra-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Multi Disk MySQL</title>
		<link>http://www.tjlug.org/2009/12/04/multi-disk-mysql/</link>
		<comments>http://www.tjlug.org/2009/12/04/multi-disk-mysql/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 21:43:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.tjlug.org/?p=297</guid>
		<description><![CDATA[For performance reasons, separating DBs to Multiple hard disks can be beneficial In Linux, when you want to include a directory for a database, you add a symbolic link ( Using the ln -s targetdir command), in Windows, there are no symbolic links, and Windows Shortcuts ( Via right click create shortcut ) don&#8217;t work [...]]]></description>
			<content:encoded><![CDATA[<p>For performance reasons, separating DBs to Multiple hard disks can be beneficial</p>
<p>In Linux, when you want to include a directory for a database, you add a symbolic link ( Using the ln -s targetdir command), in Windows, there are no symbolic links, and Windows Shortcuts ( Via right click create shortcut ) don&#8217;t work</p>
<p>The truth is, MySQL enables Symbolic Links in Windows by default, but you have to do it the MySQL way</p>
<p>MySQL is a file based database engine, you should be able to see a folder for every database run by your database engine, Now to move one of those DBs to a different directory or hard drive, you just copy it to the new destination and create a file <code><em><code>db_name</code></em>.sym then, within that plain text file, you can add </code><code>D:\data\db_name\ where </code><code>D:\data\db_name\ is the folder containing the MySQL files.</code></p>
<p>You should be good to go if you have moved the directory of the database to d:\data, but if you copied it, the copy in the original MySQL data directory will be used</p>
<p>You are done, Now you should experience the extra performance of combining disks, the closest it gets without RAID and a reformat, surely this is assuming the DBs are used evenly</p>
<p>But there are other reasons why you may want to do this, one of which is, when you want to compile all user data in a directory, So DBs that person creates using your server management software puts all that person&#8217;s software in one place so that when he or she requests a backup, you know what to send him/her</p>
<p>Enjoy</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tjlug.org/2009/12/04/multi-disk-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Debian Lenny and apt-cacher</title>
		<link>http://www.tjlug.org/2009/03/20/linux-debian-lenny-and-apt-cacher/</link>
		<comments>http://www.tjlug.org/2009/03/20/linux-debian-lenny-and-apt-cacher/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 23:50:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.tjlug.org/?p=167</guid>
		<description><![CDATA[Mama i&#8217;m comming home Back to Debian, as when i thought about it, i Don&#8217;t really like Ubuntu, what has it added, i still don&#8217;t know the difference between UBUNTU and Debian, Debian keeps a legal document that promises to never do what redhat once did, ubuntu does not, Debian has a Blue Background, and [...]]]></description>
			<content:encoded><![CDATA[<p>Mama i&#8217;m comming home</p>
<p>Back to Debian, as when i thought about it, i Don&#8217;t really like Ubuntu, what has it added, i still don&#8217;t know the difference between UBUNTU and Debian, Debian keeps a legal document that promises to never do what redhat once did, ubuntu does not, Debian has a Blue Background, and ubuntu has a color that i don&#8217;t know the name of, Besides, Hardy shipped with XEN not functional on my 64Bit and i had to wait for a long time to have it fixed, Lenny here i am.</p>
<p>To begin with, Why download the DVD or worse the 5 DVDs, i downloaded a CD (Or get the NetInstall CD), then install 1 copy from that CD, now install apt-cacher and the software you use will be cached on your network, My apt-cacher is installed inside a virtual machine, when i want to install another copy of lenny, i simply allow it to download from the internet, and after picking a mirror in the installer, i specify a proxy as http://192.168.0.133:3142/ and i will never have to download that package twice.</p>
<p>Better yet, the CD or DVD get outdated fast, this one keeps refreshing itself with the latest packages, and i can save Debian (The distro i love most) some bandwidth.</p>
<p>After the install, remember to change your repository lines so that a url like http://ftp.us.debian.org becomes http://192.168.0.133:3142/ftp.us.debian.org, Also fix that on the install that hosts the cache.</p>
<p>Great stuff right !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tjlug.org/2009/03/20/linux-debian-lenny-and-apt-cacher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lenny on ubuntu hardy 8.04 with xen paravirtualised</title>
		<link>http://www.tjlug.org/2009/02/26/lenny-on-ubuntu-hardy-804-with-xen-paravirtualised/</link>
		<comments>http://www.tjlug.org/2009/02/26/lenny-on-ubuntu-hardy-804-with-xen-paravirtualised/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 16:20:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[Xen]]></category>

		<guid isPermaLink="false">http://www.tjlug.org/?p=139</guid>
		<description><![CDATA[While i find out how it can be done paravirtualised, i will be intalling it HVM, then i will keep you posted on how i will convert it to a paravirtualised system as soon as i do, Here i will keep you posted how the HVM virtualised goes]]></description>
			<content:encoded><![CDATA[<p>While i find out how it can be done paravirtualised, i will be intalling it HVM, then i will keep you posted on how i will convert it to a paravirtualised system as soon as i do, Here i will keep you posted how the HVM virtualised goes</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tjlug.org/2009/02/26/lenny-on-ubuntu-hardy-804-with-xen-paravirtualised/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>S.M.A.R.T (SMART) data of hard drives under linux</title>
		<link>http://www.tjlug.org/2009/02/26/smart-smart-data-of-hard-drives-under-linux/</link>
		<comments>http://www.tjlug.org/2009/02/26/smart-smart-data-of-hard-drives-under-linux/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 13:27:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[hard disks]]></category>

		<guid isPermaLink="false">http://www.tjlug.org/?p=125</guid>
		<description><![CDATA[The results of the commands on this post are Here On windows, You can use speedfan, under linux you can read the smart data as follows Use the smartctl command 1- Checking for smart support, (All recent hard drives have it but you need to enable it in BIOS) smartctl -i /dev/sdb 2- Enable reading [...]]]></description>
			<content:encoded><![CDATA[<p>The results of the commands on this post are <a title="SMART data for a hard drive under linux" href="http://www.easywebdns.com/tutorials/Linux/Hard_Disk_SMART_DATA#Hard_disk_SMART_data_under_linux">Here</a></p>
<p>On windows, You can use speedfan, under linux you can read the smart data as follows</p>
<p>Use the smartctl command</p>
<p>1- Checking for smart support, (All recent hard drives have it but you need to enable it in BIOS)</p>
<p><code>smartctl -i /dev/sdb</code></p>
<p>2- Enable reading it</p>
<p><code>smartctl -s on -d ata /dev/sdb</code></p>
<p>See it</p>
<p><code>smartctl -d ata -H /dev/sdb</code></p>
<p>Read more</p>
<p><code>smartctl -d ata -a /dev/sdb</code></p>
<p>Now some manufacturer specific smart atributes exist, you need to google them out, Also smart is not definitive, if S.M.A.R.T data says ok but there is a ticking noise in your hard drive, Don&#8217;t trust the hardware data, get backup.</p>
<p>Some hard drives like the Samsung Spinpoint come with extensive diagnostics software, My 3 2.5&#8242; disks pass the test, pass the smart test, and tick when warm, i will let you know if it was the tick of death sometime soon</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tjlug.org/2009/02/26/smart-smart-data-of-hard-drives-under-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>
