<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://base.thinkevolving.org/lib/styles/feed.css" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>BaseVolving sci:cs:linux</title>
        <description></description>
        <link>http://base.thinkevolving.org/</link>
        <lastBuildDate>Tue, 07 Sep 2010 15:00:45 -0700</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://base.thinkevolving.org/lib/images/favicon.ico</url>
            <title>BaseVolving</title>
            <link>http://base.thinkevolving.org/</link>
        </image>
        <item>
            <title>sci:cs:linux:etchinstall</title>
            <link>http://base.thinkevolving.org/sci:cs:linux:etchinstall?rev=1184801332</link>
            <description>This is my brief notes on how to install Debian Etch AMD64

Base System

Compile kernel

required packages

build-essential gcc-3.3 fakeroot debhelper libncurses5-dev wget bzip2 udev yaird

build kernel


cd /usr/src
wget ... linux-2.6.20.1.tar.bz2
tar xvvjf linux-2.6.20.1.tar.bz2
ln -s linux-2.6.20.1 linux
cd linux
make menuconfig
	# [Intel P4;CONFIG_SATA_*;...]
make-kpkg clean
sudo fakeroot make-kpkg --revision=whatever kernel_image
cd /usr/src
sudo dpkg -i linux-2.6.20.1-whatever.deb

cd /boo…</description>
            <pubDate>Wed, 18 Jul 2007 16:28:52 -0700</pubDate>
        </item>
        <item>
            <title>sci:cs:linux:fglrx</title>
            <link>http://base.thinkevolving.org/sci:cs:linux:fglrx?rev=1194114325</link>
            <description>8.42 + AIGLX

GLX_EXT_texture_from_pixmap is missing

 &lt;http://gentoo-wiki.com/HOWTO_XGL/Troubleshooting#GLX_EXT_texture_from_pixmap_is_missing&gt; 
LD_LIBRARY_PATH=/usr/lib compiz --replace gconf &amp;
LD_PRELOAD=/usr/lib/opengl/xorg-x11/lib/libGL.so compiz --replace gconf
 &lt;http://www.phoronix.com/forums/showthread.php?t=5947&amp;page=6&gt;</description>
            <pubDate>Sat, 03 Nov 2007 11:25:25 -0700</pubDate>
        </item>
        <item>
            <title>sci:cs:linux:fs</title>
            <link>http://base.thinkevolving.org/sci:cs:linux:fs?rev=1225058067</link>
            <description>Hdd check disable:
sudo tune2fs -c 0 -i 0

Hdd check change from 30 to 50:
sudo tune2fs -c 50 /dev/hdx@To see the actual settings:
sudo dumpe2fs /dev/whateverfsck : check and repair a Linux file system
dosfsck : check and repair MS-DOS file systems
e2fsck : check a Linux ext2/ext3 file system
expiry : check and enforce password expiration policy
fsck.ext2 : check a Linux ext2/ext3 file system
fsck.ext3 : check a Linux ext2/ext3 file system
fsck.minix : a file system consistency checker for Linux…</description>
            <pubDate>Sun, 26 Oct 2008 14:54:27 -0700</pubDate>
        </item>
        <item>
            <title>sci:cs:linux:lennyinstall</title>
            <link>http://base.thinkevolving.org/sci:cs:linux:lennyinstall?rev=1226384645</link>
            <description>This is my brief notes on how to install Debian Lenny

Base System

Compile kernel

required packages

build-essential fakeroot debhelper libncurses5-dev wget bzip2 udev yaird kernel-package

build kernel


cd /usr/src
wget ... linux-2.6.22.2.tar.bz2
tar xvvjf linux-2.6.22.2.tar.bz2
ln -s linux-2.6.22.2 linux
cd linux
make menuconfig
	# [Intel P4;...]
make-kpkg clean
sudo fakeroot make-kpkg --revision=whatever kernel_image
cd /usr/src
sudo dpkg -i linux-2.6.22.2-whatever.deb

cd /boot
mkinitrd.y…</description>
            <pubDate>Mon, 10 Nov 2008 22:24:05 -0700</pubDate>
        </item>
        <item>
            <title>sci:cs:linux:xorg</title>
            <link>http://base.thinkevolving.org/sci:cs:linux:xorg?rev=1194028574</link>
            <description>open source ati driver

 howto radeon</description>
            <pubDate>Fri, 02 Nov 2007 11:36:14 -0700</pubDate>
        </item>
    </channel>
</rss>
