<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://junktrap.naihl.net/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>junktrap slackware</title>
        <description></description>
        <link>http://junktrap.naihl.net/</link>
        <lastBuildDate>Tue, 21 Apr 2009 00:19:23 -0700</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://junktrap.naihl.net/lib/images/favicon.ico</url>
            <title>junktrap</title>
            <link>http://junktrap.naihl.net/</link>
        </image>
        <item>
            <title>Getting Slackware 12.0 installation media to boot on older BIOS</title>
            <link>http://junktrap.naihl.net/doku.php?id=slackware:boot_problems</link>
            <description>Slackware 12.0 installation media has trouble booting on older machines. I recently acquired a dual processor Pentium 266 (Tyan motherboard), but could not get the Slackware 12.0 installation media to boot. Other Linux versions, such as Fedora, SuSe, etc. all booted up fine.</description>
        <category>slackware</category>
            <pubDate>Sat, 29 Mar 2008 14:01:18 -0700</pubDate>
        </item>
        <item>
            <title>Slackware General Configuration Notes</title>
            <link>http://junktrap.naihl.net/doku.php?id=slackware:general_config_notes</link>
            <description>Setting up a DHCP server

 Edit /etc/dhcpd.conf:

Change the values to reflect your own network, including the domain-name-servers and domain-name options.

Add the following line to /etc/rc.d/rc.local:

This presumes that the network interface DCHP lease requests will be coming on is eth0.</description>
        <category>slackware</category>
            <pubDate>Sun, 25 Mar 2007 17:38:06 -0700</pubDate>
        </item>
        <item>
            <title>Compiling the Slackware kernel</title>
            <link>http://junktrap.naihl.net/doku.php?id=slackware:kernel</link>
            <description>Here is a quick, step-by-step guide to compiling a new kernel under Slackware. These steps have been tested several times and work for me, but your mileage may vary. Take appropriate precautions...!

	*  Get the latest kernel from &lt;http://www.kernel.org&gt;
	*  Move the linux-2.x.x.x.tar.bz2 to /usr/src
	*  bzip2 -d linux-2.x.x.x.tar.bz2
	*  tar xvf linux-2.x.x.x.tar
	*  cd linux-2.x.x.x
	*  cp /usr/src/linux/.config /usr/src/linux-2.x.x.x
	*  make oldconfig (To keep current kernel setup)
	*  make …</description>
        <category>slackware</category>
            <pubDate>Sun, 25 Mar 2007 17:39:14 -0700</pubDate>
        </item>
        <item>
            <title>Configuring Linux HA on Slackware</title>
            <link>http://junktrap.naihl.net/doku.php?id=slackware:linux_ha</link>
            <description>Summary

 This section details my efforts to set up an HA cluster for Apache webservers in Slackware. Setting up HA on Linux is covered in detail at Linux HA website.

Hardware requirements

 For the simplest cluster, two servers are required. For the purposes of this exercise, the servers have hostnames of haserver1 and haserver2. Each server will need two network cards, one for regular traffic, and one dedicated to the heartbeat for the HA cluster.</description>
        <category>slackware</category>
            <pubDate>Sun, 25 Mar 2007 17:36:35 -0700</pubDate>
        </item>
        <item>
            <title>Configuring RAID1 on Slackware 12.0</title>
            <link>http://junktrap.naihl.net/doku.php?id=slackware:mdadm_raid</link>
            <description>This article describes how to configure software RAID1 under Slackware 12.0. This presumes you are installing Slackware 12.0 in a new installation with two identical (or close to identical) capacity drives. This article does not discuss the Slackware installation process, and in fact presumes the reader is familar with it.</description>
        <category>slackware</category>
            <pubDate>Fri, 20 Jul 2007 10:28:56 -0700</pubDate>
        </item>
        <item>
            <title>Useful Slackware Scripts</title>
            <link>http://junktrap.naihl.net/doku.php?id=slackware:scripts</link>
            <description>Slackware post-install setup script


This is an excellent script I came across, which easily allows you to configure Slackware software packages normally found on a server. The code is below, but you can also find the latest version here.



Check CPU speed

Checks CPU speed and sets the governor to 'on demand'</description>
        <category>slackware</category>
            <pubDate>Sun, 23 Dec 2007 11:09:15 -0700</pubDate>
        </item>
        <item>
            <title>Installing Slackware 11.0 on the IBM Thinkpad 600E</title>
            <link>http://junktrap.naihl.net/doku.php?id=slackware:slackware11_on_thinkpad600e</link>
            <description>Introduction

 Installing Slackware 10.2 on an IBM Thinkpad 600E was a relatively simple task. As you will see here, doing both an upgrade and a clean installation of Slackware 11.0 to an IBM Thinkpad 600E isn’t any more difficult. First we will discuss the process to upgrade a Slackware 10.2 installation to Slackware 11.0. Thanks to instructions written by Slackware creator Patrick Volkerding (contained in UPGRADE.TXT on the Slackware 11.0 distribution media), the process is suprisingly pain-…</description>
        <category>slackware</category>
            <pubDate>Sun, 23 Dec 2007 11:09:15 -0700</pubDate>
        </item>
        <item>
            <title>Slackware</title>
            <link>http://junktrap.naihl.net/doku.php?id=slackware:slackware_main</link>
            <description>Slackware 12.0

	*  Configuring Slackware 12.0 on an IBM Thinkpad R31

	*  Configuring RAID1 on Slackware 12.0

	*  Configuring sudo

	*  Getting Slackware 12.0 installation media to boot on older BIOS

Slackware 11.0 &amp; 10.2

	*  Slackware 10.2 on an IBM Thinkpad 600E</description>
        <category>slackware</category>
            <pubDate>Fri, 03 Apr 2009 07:59:19 -0700</pubDate>
        </item>
        <item>
            <title>Configuring sudo</title>
            <link>http://junktrap.naihl.net/doku.php?id=slackware:sudo</link>
            <description>Normally if you want to run a command which requires root privileges you first have to type 'su -', type your root password and then type the command. However you can bypass this by using the 'sudo' command. But first you have to configure it like this:</description>
        <category>slackware</category>
            <pubDate>Thu, 21 Feb 2008 12:46:15 -0700</pubDate>
        </item>
        <item>
            <title>Installing Slackware 10.2 on the IBM Thinkpad 600E</title>
            <link>http://junktrap.naihl.net/doku.php?id=slackware:thinkpad600e</link>
            <description>Introduction

 Getting Linux working on this particular laptop has been a challenge in the past. Various versions of RedHat, SuSE, Mandrake/Mandriva were all partially but not completely successful. A frequent problem was getting the sound working, and then later, wireless networking.</description>
        <category>slackware</category>
            <pubDate>Sun, 25 Mar 2007 17:34:21 -0700</pubDate>
        </item>
        <item>
            <title>Configuring Slackware 12.0 on an IBM Thinkpad R31</title>
            <link>http://junktrap.naihl.net/doku.php?id=slackware:thinkpadr31</link>
            <description>Video

 The default xorg.conf file is set to use xorg.conf-vesa. Attempting to run startx will give you a nice rainbow color changing screen, and no X display. To fix it, copy xorg.conf-fbdev to xorg.conf. Then edit /etc/lilo.conf and look for the following:</description>
        <category>slackware</category>
            <pubDate>Sun, 19 Apr 2009 20:31:50 -0700</pubDate>
        </item>
    </channel>
</rss>
