<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[tips - themainframe.ca]]></title><description><![CDATA[Technology, Culture, and Opinion]]></description><link>http://themainframe.ca/</link><image><url>http://themainframe.ca/favicon.png</url><title>tips - themainframe.ca</title><link>http://themainframe.ca/</link></image><generator>Ghost 3.41</generator><lastBuildDate>Wed, 15 Apr 2026 16:58:03 GMT</lastBuildDate><atom:link href="http://themainframe.ca/tag/tips/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[Slackware Linux Tips]]></title><description><![CDATA[<!--kg-card-begin: markdown--><p>Slackware Linux is arguably one of the oldest, surviving versions of Linux; it is my distribution of choice. I am currently running Slackware 12.1 with the shiny 2.6.24.5 smp kernel. Slackware is very robust and secure, it does not use a lot of system overhead to</p>]]></description><link>http://themainframe.ca/slackware-linux-tips/</link><guid isPermaLink="false">5a0f621ed646822baa21231a</guid><category><![CDATA[linux]]></category><category><![CDATA[slackware]]></category><category><![CDATA[tips]]></category><dc:creator><![CDATA[hitest]]></dc:creator><pubDate>Wed, 30 Jan 2008 03:51:33 GMT</pubDate><content:encoded><![CDATA[<!--kg-card-begin: markdown--><p>Slackware Linux is arguably one of the oldest, surviving versions of Linux; it is my distribution of choice. I am currently running Slackware 12.1 with the shiny 2.6.24.5 smp kernel. Slackware is very robust and secure, it does not use a lot of system overhead to run. This means that Slackware will run very efficiently on high-end machines and also on older hardware. Slackware has a reputation for being very difficult to use, this reputation is partly deserved.<br>
<a href="http://www.flickr.com/photos/danielmorrison/226221250/"><img src="http://themainframe.ca/images/070128-slack-1.jpg" alt></a></p>
<p>Slackware does not use many graphical interfaces to set-up, configure your computer. You will be required to use a text editor and a root shell prompt to set-up many of the system functions. The installation procedure uses a ncurses based installer, an easy-to-use text based installer. If you are willing to learn, read, and have a lot of fun, then give Slackware Linux a try. If you feel comfortable with navigating on the command-line interface and using a text editor you will love Slackware. Once a Slacker, always a Slacker:-)</p>
<p>In this post I would like to post a few tips, tricks that’ll help you to get your Slackware system up and running. My suggestions work for me, but, feel free to modify as needed, it is your system:-)</p>
<ol>
<li>Slackware typically defaults to run level three. If you would like a graphical log-in prompt open up your favourite text editor and edit /etc/inittab</li>
</ol>
<p>For example you could use nano: #nano /etc/inittab</p>
<p>Change</p>
<p>id:3:initdefault:</p>
<p>To</p>
<p>id:4:initdefault:</p>
<ol start="2">
<li>
<p>If you would like your monitor to be able to go into power save mode then edit /etc/X11/xorg.conf<br>
Add the following line in your Monitor section.<br>
Option “dpms”</p>
</li>
<li>
<p>I recommend that if you wish to optimize your Slackware system to run efficiently that you use the JFS (Journaling File System) when you set-up your root partition. I’ve found that the JFS uses less system resources particularly on older hardware:-)</p>
</li>
<li>
<p>Slackware 12 is able to auto-mount devices, media. If you would like to enable this functionality for your regular user then edit /etc/group<br>
Add your regular user to the following groups: plugdev, cdrom, audio, video, floppy</p>
</li>
<li>
<p>To set-up sound:</p>
</li>
</ol>
<p>This will be done as root at run level three</p>
<h1 id="alsaconf">alsaconf</h1>
<h1 id="alsamixer">alsamixer</h1>
<h1 id="alsactlstore">alsactl store</h1>
<p><a href="http://www.flickr.com/photos/robk/34037000/"><img src="http://themainframe.ca/images/070128-slack-2.jpg" alt></a></p>
<ol start="6">
<li>To set-up your display settings and configure x windows run this command at run level 3.</li>
</ol>
<h1 id="xorgconfig">xorgconfig</h1>
<p>*Note you can also run xorgsetup which will set-up your monitor automagically, but, I prefer the finer settings of xorgconfig.</p>
<ol start="7">
<li>To add a user to your slackware system</li>
</ol>
<h1 id="adduser">adduser</h1>
<ol start="8">
<li>To switch between graphical environments:</li>
</ol>
<p>If you’ve done a full install of Slackware, which I highly recommend then you can switch between the various desktop environments (KDE, Flux, Blackbox, etc.) by issuing the following command at the run level three prompt:</p>
<h1 id="xwmconfig">xwmconfig</h1>
<ol start="9">
<li>
<p>An excellent resource to use for trouble shooting, gathering information is the Slackware book. You can obtain the Slackware book at the Slackware site: <a href="http://www.slackware.com">http://www.slackware.com</a><br>
<a href="http://www.flickr.com/photos/pressthebuttononthetop/188648433/"><img src="http://themainframe.ca/images/070128-slack-3.jpg" alt></a></p>
</li>
<li>
<p>Using Slackware you have the luxury of installing software from a number of sources.</p>
</li>
</ol>
<p>A) You can compile software directly from source code.<br>
B) You can use Slackware build scripts to compile software. I recommend the following site as a trustworthy repository of build scripts, software: <a href="http://www.slackbuilds.org/">http://www.slackbuilds.org/</a><br>
C) You can also download software directly from the Slackware site to update your system: <a href="http://www.slackware.com/">http://www.slackware.com/</a><br>
D) You can use the src2pkg utility to create Slackware packages that can be installed on your system. This is a nifty utility that you can use to transform source code into .tgz packages: <a href="http://distro.ibiblio.org/pub/linux/distributions/amigolinux/download/src2pkg/">http://distro.ibiblio.org/pub/linux/distributions/amigolinux/download/src2pkg/</a><br>
E) A good resource for installing, upgrading packages is the slackbook: <a href="http://www.slackbook.org/html/book.html#PACKAGE-MANAGEMENT">http://www.slackbook.org/html/book.html#PACKAGE-MANAGEMENT</a><br>
11. If you would like a software firewall on your Slackware system you can use this firewall generator for IP tables: <a href="http://www.slackware.com/%7Ealien/efg/">http://www.slackware.com/%7Ealien/efg/</a></p>
<p>I think that you will enjoy Slackware Linux. Happy Slacking!</p>
<p>hitest</p>
<!--kg-card-end: markdown-->]]></content:encoded></item></channel></rss>