<?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>Linux Live</title> <atom:link href="http://linuxlive.ponderworthy.org/feed/" rel="self" type="application/rss+xml" /><link>http://linuxlive.ponderworthy.org</link> <description>Getting Linux hardened and ready for live audio and other hard work</description> <lastBuildDate>Mon, 30 Aug 2010 13:59:53 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>Update BIOS by building FreeDOS CD</title><link>http://linuxlive.ponderworthy.org/2010/08/30/update-bios-by-building-freedos-cd/</link> <comments>http://linuxlive.ponderworthy.org/2010/08/30/update-bios-by-building-freedos-cd/#comments</comments> <pubDate>Mon, 30 Aug 2010 13:53:58 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[New]]></category><guid
isPermaLink="false">http://linuxlive.ponderworthy.org/?p=474</guid> <description><![CDATA[BIOS updates on Linux can be a problem.&#160; There are a very few BIOSes for which there are Linux utilities, and some for which the motherboard manufacturer provides ISOs, but for many, the only method provided is a DOS utility.&#160; For these, the excellent Sean Reifschneider posted a method: http://www.tummy.com/journals/entries/jafo_20080920_234755 which has just one buglet.&#160; [...]]]></description> <content:encoded><![CDATA[<p>BIOS updates on Linux can be a problem.&#160; There are a very few BIOSes for which there are Linux utilities, and some for which the motherboard manufacturer provides ISOs, but for many, the only method provided is a DOS utility.&#160; For these, the excellent Sean Reifschneider posted a method:</p><p>http://www.tummy.com/journals/entries/jafo_20080920_234755</p><p>which has just one buglet.&#160; At the end of the third line of code:</p><p>-b isolinux/isolinux.bin</p><p>there needs to be an addition; it needs to look like this:</p><p>-b isolinux/isolinux.bin \</p><p>Hopefully I can obtain permission to repost a fuller set of instructions <img
src='http://linuxlive.ponderworthy.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>]]></content:encoded> <wfw:commentRss>http://linuxlive.ponderworthy.org/2010/08/30/update-bios-by-building-freedos-cd/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Optimize compilations on 64-bit AMD and Intel CPUs</title><link>http://linuxlive.ponderworthy.org/2010/07/10/optimize-compilations-on-64-bit-amd-and-intel-cpus/</link> <comments>http://linuxlive.ponderworthy.org/2010/07/10/optimize-compilations-on-64-bit-amd-and-intel-cpus/#comments</comments> <pubDate>Sat, 10 Jul 2010 19:32:06 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[New]]></category><guid
isPermaLink="false">http://linuxlive.ponderworthy.org/?p=357</guid> <description><![CDATA[The best I've found so far for generic use, is this: ﻿﻿﻿-O3 -march=opteron -mtune=amdfam10 -m64 -mfpmath=sse -mcrc32 -ffast-math -fomit-frame-pointer If you are using a latest-generation AMD64 CPU, made by AMD, the following is recommended: -O3 -march=amdfam10 -m64 -mfpmath=sse -mcrc32 -ffast-math -fomit-frame-pointer For many applications, especially graphics and math-oriented, the -ffast-math item will need to be [...]]]></description> <content:encoded><![CDATA[The best I've found so far for generic use, is this:<pre>﻿﻿﻿-O3 -march=opteron -mtune=amdfam10 -m64 -mfpmath=sse -mcrc32 -ffast-math -fomit-frame-pointer</pre>If you are using a latest-generation AMD64 CPU, made by AMD, the following is recommended:<pre>-O3 -march=amdfam10 -m64 -mfpmath=sse -mcrc32 -ffast-math -fomit-frame-pointer
</pre>For many applications, especially graphics and math-oriented, the -ffast-math item will need to be removed.  -O3 may have to be replaced with -O2 for some code, too.]]></content:encoded> <wfw:commentRss>http://linuxlive.ponderworthy.org/2010/07/10/optimize-compilations-on-64-bit-amd-and-intel-cpus/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Check WWW sites for broken links</title><link>http://linuxlive.ponderworthy.org/2010/07/01/check-www-sites-for-broken-links/</link> <comments>http://linuxlive.ponderworthy.org/2010/07/01/check-www-sites-for-broken-links/#comments</comments> <pubDate>Thu, 01 Jul 2010 18:17:16 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[New]]></category><guid
isPermaLink="false">http://linuxlive.ponderworthy.org/?p=354</guid> <description><![CDATA[This: http://linkchecker.sourceforge.net/ works very well.  Its only issue is it doesn't understand mailto links, it thinks those are all bad.]]></description> <content:encoded><![CDATA[This:<a
href="http://linkchecker.sourceforge.net/" target="_blank">http://linkchecker.sourceforge.net/</a>works very well.  Its only issue is it doesn't understand mailto links, it thinks those are all bad.]]></content:encoded> <wfw:commentRss>http://linuxlive.ponderworthy.org/2010/07/01/check-www-sites-for-broken-links/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>New problems with nVidia chipsets</title><link>http://linuxlive.ponderworthy.org/2010/04/17/new-problems-with-nvidia-chipsets/</link> <comments>http://linuxlive.ponderworthy.org/2010/04/17/new-problems-with-nvidia-chipsets/#comments</comments> <pubDate>Sun, 18 Apr 2010 04:28:22 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[Video]]></category><guid
isPermaLink="false">http://linuxlive.ponderworthy.org/?p=350</guid> <description><![CDATA[In current distributions, there is a new nVidia driver, called "Nouveau".  Many nVidia video chipsets, even motherboard chipsets less than a year old, won't work under Nouveau.  For these, a procedure has been identified: http://linuxsoftwareblog.com/?p=232 Curiously, I found that the video mode setting on the end of the kernel line is very important.]]></description> <content:encoded><![CDATA[In current distributions, there is a new nVidia driver, called "Nouveau".  Many nVidia video chipsets, even motherboard chipsets less than a year old, won't work under Nouveau.  For these, a procedure has been identified:<a
href="http://linuxsoftwareblog.com/?p=232" target="_blank">http://linuxsoftwareblog.com/?p=232</a>Curiously, I found that the video mode setting on the end of the kernel line is very important.]]></content:encoded> <wfw:commentRss>http://linuxlive.ponderworthy.org/2010/04/17/new-problems-with-nvidia-chipsets/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Rebuild &#8216;yum&#8217; database in Fedora, to fix weird package install problems</title><link>http://linuxlive.ponderworthy.org/2010/03/21/rebuild-yum-database-in-fedora-to-fix-weird-package-install-problems/</link> <comments>http://linuxlive.ponderworthy.org/2010/03/21/rebuild-yum-database-in-fedora-to-fix-weird-package-install-problems/#comments</comments> <pubDate>Mon, 22 Mar 2010 00:12:17 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[New]]></category><guid
isPermaLink="false">http://linuxlive.ponderworthy.org/?p=339</guid> <description><![CDATA[Lots of weird package install problems in Fedora, can be fixed by rebuilding the 'yum' database, thusly: rm -f /var/lib/rpm/__db* rpm --rebuilddb yum clean all These problems often come up at first install.]]></description> <content:encoded><![CDATA[<p>Lots of weird package install problems in Fedora, can be fixed by rebuilding the 'yum' database, thusly:</p><p
style="margin-left: 40px;">rm -f /var/lib/rpm/__db*<br
/> rpm --rebuilddb<br
/> yum clean all</p><p>These problems often come up at first install.</p>]]></content:encoded> <wfw:commentRss>http://linuxlive.ponderworthy.org/2010/03/21/rebuild-yum-database-in-fedora-to-fix-weird-package-install-problems/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>A good FTP server</title><link>http://linuxlive.ponderworthy.org/2010/03/16/a-good-ftp-server/</link> <comments>http://linuxlive.ponderworthy.org/2010/03/16/a-good-ftp-server/#comments</comments> <pubDate>Tue, 16 Mar 2010 18:33:20 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[New]]></category><guid
isPermaLink="false">http://linuxlive.ponderworthy.org/?p=337</guid> <description><![CDATA[Recommended:  ProFTPd.  It admits of easy install and config, unlike some others. http://www.debian-administration.org/article/Setting_up_an_FTP_server_on_Debian]]></description> <content:encoded><![CDATA[Recommended:  ProFTPd.  It admits of easy install and config, unlike some others.<a
href="http://www.debian-administration.org/article/Setting_up_an_FTP_server_on_Debian" target="_self">http://www.debian-administration.org/article/Setting_up_an_FTP_server_on_Debian</a>]]></content:encoded> <wfw:commentRss>http://linuxlive.ponderworthy.org/2010/03/16/a-good-ftp-server/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Use all of your cores on multicore CPU (command line)</title><link>http://linuxlive.ponderworthy.org/2010/03/04/use-all-of-your-cores-on-multicore-cpu-command-line/</link> <comments>http://linuxlive.ponderworthy.org/2010/03/04/use-all-of-your-cores-on-multicore-cpu-command-line/#comments</comments> <pubDate>Thu, 04 Mar 2010 14:06:10 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[New]]></category><guid
isPermaLink="false">http://linuxlive.ponderworthy.org/?p=335</guid> <description><![CDATA[Here is an interesting project: http://code.google.com/p/ppss/ producing a shell script, which makes it quite easy to use multiple cores at once for many command-line operations, e.g., file format conversions and the like.]]></description> <content:encoded><![CDATA[Here is an interesting project:<a
href="http://code.google.com/p/ppss/" target="_blank">http://code.google.com/p/ppss/</a>producing a shell script, which makes it quite easy to use multiple cores at once for many command-line operations, e.g., file format conversions and the like.]]></content:encoded> <wfw:commentRss>http://linuxlive.ponderworthy.org/2010/03/04/use-all-of-your-cores-on-multicore-cpu-command-line/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Fedora Desktop Needs</title><link>http://linuxlive.ponderworthy.org/2010/03/02/fedora-desktop-needs/</link> <comments>http://linuxlive.ponderworthy.org/2010/03/02/fedora-desktop-needs/#comments</comments> <pubDate>Tue, 02 Mar 2010 13:41:53 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[New]]></category><guid
isPermaLink="false">http://linuxlive.ponderworthy.org/?p=333</guid> <description><![CDATA[For an easiest route to many Fedora desktop needs, including MP3, DVD, etc., try here: The Unofficial Fedora® FAQ]]></description> <content:encoded><![CDATA[For an easiest route to many Fedora desktop needs, including MP3, DVD, etc., try here:<a
href="http://www.fedorafaq.org/" target="_blank">The Unofficial Fedora® FAQ</a>]]></content:encoded> <wfw:commentRss>http://linuxlive.ponderworthy.org/2010/03/02/fedora-desktop-needs/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Windows Domain Controller in Linux</title><link>http://linuxlive.ponderworthy.org/2010/02/20/windows-domain-controller-in-linux/</link> <comments>http://linuxlive.ponderworthy.org/2010/02/20/windows-domain-controller-in-linux/#comments</comments> <pubDate>Sat, 20 Feb 2010 12:51:03 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[New]]></category><guid
isPermaLink="false">http://linuxlive.ponderworthy.org/?p=330</guid> <description><![CDATA[So far as this writer knows, the only install-it-and-go Windows domain controller in Linux, is Calculate Linux: http://www.calculate-linux.org/en which appears to be a very well-established distro, Gentoo-based.  There are semiseparate client and server distros in this flavor.]]></description> <content:encoded><![CDATA[So far as this writer knows, the only install-it-and-go Windows domain controller in Linux, is Calculate Linux:<a
href="http://www.calculate-linux.org/en" target="_blank">http://www.calculate-linux.org/en</a>which appears to be a very well-established distro, Gentoo-based.  There are semiseparate client and server distros in this flavor.]]></content:encoded> <wfw:commentRss>http://linuxlive.ponderworthy.org/2010/02/20/windows-domain-controller-in-linux/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Quick reset of root password with &#8216;grub&#8217;</title><link>http://linuxlive.ponderworthy.org/2010/02/01/quick-reset-of-root-password-with-grub/</link> <comments>http://linuxlive.ponderworthy.org/2010/02/01/quick-reset-of-root-password-with-grub/#comments</comments> <pubDate>Mon, 01 Feb 2010 18:06:56 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[New]]></category><guid
isPermaLink="false">http://linuxlive.ponderworthy.org/2010/02/01/quick-reset-of-root-password-with-grub/</guid> <description><![CDATA[If your boot loader is 'grub' (highly recommended), a very good method to reset your root password is described here: http://www.debianadmin.com/how-to-change-root-password-in-debian.html]]></description> <content:encoded><![CDATA[If your boot loader is 'grub' (highly recommended), a very good method to reset your root password is described here:<a
href="http://www.debianadmin.com/how-to-change-root-password-in-debian.html" target="_blank">http://www.debianadmin.com/how-to-change-root-password-in-debian.html</a>]]></content:encoded> <wfw:commentRss>http://linuxlive.ponderworthy.org/2010/02/01/quick-reset-of-root-password-with-grub/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 7/10 queries in 0.000 seconds using disk

Served from: linuxlive.ponderworthy.org @ 2010-09-04 03:08:00 -->