LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-21-2005, 08:56 PM   #1
shilo
Senior Member
 
Registered: Nov 2002
Location: Stockton, CA
Distribution: Slackware 11 - kernel 2.6.19.1 - Dropline Gnome 2.16.2
Posts: 1,132

Rep: Reputation: 50
Ideas for running Slackware


This is a little bit different type of post. Not really looking for assistance, per se, nor is this a guide.

I assume most everyone reading this forum runs Slackware. A question that might come up is, "What cool stuff can I do with Slackware?" Here's a list of some things (some I have done, some I haven't) that can make for a pretty cool setup.

Comment on these. Add new ideas. Flesh out the ideas that are presented (make them newbie friendly).

Hopefully with these ideas (and the ones that others are sure to add), anyone can have a "Super Slackware System"

Ideas
Code:
Lose un-needed packages (?)
Install custom kernel (2.6.x)
Install NVidia driver (or whatever you need)
Con Kolivas patch (?)
Set up caching-name-server
Set up NTP daemon (use daemon, not cron job)
Generate certificates (for use with Sendmail/Apache)
Set up Sendmail properly
Set up SAMBA
Set up Apache
Set up LDAP server (believe it needs to be installed first)
Install MPlayer (and all the codecs)
reset RTC (recommended by mplayer)
	/usr/bin/echo 1024 > /proc/sys/dev/rtc/max-user-freq
Install Dropline Gnome (gets me Gnome, PAM, hal, and dbus)
Install ddclient (or any program to track dynamic IP address changes)
Set up howl/mdns/whatever to work
Install Jinzora (?)
Install Squirrelmail (?)
Tweak ProDVD to ALWAYS work (key wrapper + permissions.  See website.)
Set up firewall
Install HylaFAX (?)
Install Asterix (?)
Tweak udev rules for optical devices (and iPod, while I'm at it)
	Add file /etc/udev/rules.d/local.rules
		# Optical Devices
		# Added by Shilo 09/12/2004
		#BUS="ide", KERNEL="hdc", NAME="%k", SYMLINK="dvd dvdrw cdroms/dvdrw cdroms/cdrom0", MODE="0660", GROUP="cdrom"
		#BUS="ide", KERNEL="hdd", NAME="%k", SYMLINK="cdrom dvdrom cdroms/dvdrom cdroms/cdrom1", MODE="0660", GROUP="cdrom"
		KERNEL="hdc", SYMLINK="dvd dvdrw cdroms/dvdrw cdroms/cdrom0"
		KERNEL="hdd", SYMLINK="cdrom dvdrom cdroms/dvdrom cdroms/cdrom1"

		# Windows formatted iPod mini support
		BUS="scsi", SYSFS{model}="iPod            ", KERNEL="sd?2", NAME="ipod", SYMLINK="%k", MODE="0777", GROUP="ipod"
	Edit out the optical device settings in /etc/udev/scripts/make_extra_nodes.sh
Number-lock tweak
	# Set console number lock on at boot.  Added by Shilo 7/11/2004
	for tty in /dev/tty[2-6]; do
	/usr/bin/setleds -D +num < $tty
	done
	#
edit /etc/hosts to get rid of some ads
Set up ALSA (the usual, plus dmix, etc.  Use /etc/asound.conf, /etc/modprobe.conf)
Set up IPv6 (?)
Use cron.daily and rsync to keep mirror of -current locally
Enable graphical lilo (no bootsplash required)
Disable system bell
Change to runlevel 4
Set up CUPS
Configure X (use ALL the autoconfiguration tools, compare results, manually edit config, remember new video drivers)
Configure lilo with "compact" and "quiet"
 
Old 11-21-2005, 09:34 PM   #2
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
Run a distcc daemon at boot.
Install logitech_applet.
Create some ram folder: mount -t tmpfs -o size=810M,mode=777 tmpfs /mnt/ram/
Install submount.
Put alsactl restore in /etc/rc.d/rc.local
Add some graphics at lilo splash.
Deny all in /etc/hosts.deny
Create a pre-shared samba folder (why not /home/ftp ?).
INTENSIVE use of /etc/skel
Bind window$ keys with xbindkeys (left one to a terminal, and print screen to ksnapshot).
Tweak xinit.rc's.
Put a small video and a small mp3 in /home/ftp for testing purposes.
Put monafonts in /usr/local/share/fonts, in order to have japanese, chinese and many other fonts.
The KDE applet to mount .iso, .ccd and .bin/.cue is far from perfect, but it can do it.
Put 7za in /usr/bin
Some xmms skins in /usr/share/xmms/Skins
Numlockx, of course.
Etherwake is useful too.
Alltray can clear the workspace.
Ndiswrapper.
Bluetooth, bluez stuff.
Adobe reader.
Set up vsftpd.
Install timidity in order to listen midi music.
Install vnc.
Install rar and unrar.
Foobillard is a MUST.
Dillo is a light browser fine for pentium-1 class PC's.
RipperX since grip requires gnome.
For a gaming machine, enemy territory and the mod named true combat (free games(as in beer)).
Twinkle + zrtp for true SIP VOIP.
Open VPN.
TOS rulez in /etc/rc.d/rc.firewall:
iptables -A PREROUTING -t mangle -p tcp --dport ftp -j TOS --set-tos Minimize-Delay
iptables -A PREROUTING -t mangle -p tcp --sport ftp-data -j TOS --set-tos Maximize-Throughput
etc...

Last edited by Linux.tar.gz; 04-21-2007 at 04:20 PM.
 
Old 11-21-2005, 09:58 PM   #3
slackwh0re
LQ Newbie
 
Registered: Oct 2003
Posts: 16

Rep: Reputation: 0
i noticed nobody had this on the list.. its the only one i could think of:

traffic shaping

if you use your slackware box at home as a NAT router for several computers, and have a low upload bandwidth cap (like most cable ISPs impose) then this is useful. it will prioritise your outgoing traffic into rule sets, which ensures the more important data gets uploaded in preference to other data. for example, the simple ACK/SYN packets part of TCP/IP communication can be given 1st preference, over something like bittorrent traffic. this ensures that the quality of your internet is maintained.
 
Old 11-21-2005, 11:01 PM   #4
shilo
Senior Member
 
Registered: Nov 2002
Location: Stockton, CA
Distribution: Slackware 11 - kernel 2.6.19.1 - Dropline Gnome 2.16.2
Posts: 1,132

Original Poster
Rep: Reputation: 50
Love the unrar idea. Can't believe I forgot that.

Also forgot:

ClamAV
SpamAssasin
 
Old 11-21-2005, 11:41 PM   #5
speedbump
Member
 
Registered: Aug 2003
Location: Vallejo, California
Distribution: Slackware 10.1 --Current w/ Dropline
Posts: 61

Rep: Reputation: 15
Get Slack to work as a fully qualified member workstation in a w2k3 ADS (Not hard, not easy - I've done this)
 
Old 11-22-2005, 04:32 AM   #6
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
The idea of making Slackware a workstation in a w2k3 ADS makes me sick!
 
Old 11-22-2005, 06:20 AM   #7
mazebane
Member
 
Registered: Aug 2004
Location: UK
Distribution: Slackware
Posts: 42

Rep: Reputation: 15
A kernel with support for a speedtouch usb modem, mainly because its so common as the free modem for new adsl connections in the UK. A couple of scripts to run with the firmware that would have to be downloaded before hand.

A mud client.

An option to install a very limited install with the option of adding kdrive and matchbox for X.

Just some things i would like
 
Old 11-22-2005, 08:30 AM   #8
Dngrsone
Member
 
Registered: Nov 2005
Location: Centrally located far from everywhere
Distribution: Ubuntu, Smoothwall
Posts: 30

Rep: Reputation: 15
WINS Server (yes, I'm demented)
Folding at Home
Learn how to compile a kernel that works. (okay, so I'm a demented n00b )
 
Old 11-22-2005, 10:20 AM   #9
soulestream
Member
 
Registered: Nov 2005
Posts: 183

Rep: Reputation: 30
for my server(headless)

do a base install
setup samba
setup cups/ipp
mount my shares
cron jobs for backup
tweak bash
webmin (swat/cups) for remote admin

setup serial conection to my test routers

for my desktop

install
build new kernel
install dropline gnome
setup tvtime
setup mplayer
setup azureus
mount external drives
setup ipp printing
program mulitmedia keys on keyboard
cron jobs for backup
tweak bash
start irssi

i dont really use my desktop much anymore other than for downloading and multimedia (got a laptop)

nothing fancy but it works well for me

soule
 
Old 11-22-2005, 10:45 AM   #10
tuxdev
Senior Member
 
Registered: Jul 2005
Distribution: Slackware
Posts: 2,012

Rep: Reputation: 115Reputation: 115
setup Xterminals of your main desktop
automount for the rest of my family
TiMidity server interface
Lilypond
Denemo
Vim!
 
Old 11-22-2005, 11:34 AM   #11
speedbump
Member
 
Registered: Aug 2003
Location: Vallejo, California
Distribution: Slackware 10.1 --Current w/ Dropline
Posts: 61

Rep: Reputation: 15
Quote:
Originally posted by Linux.tar.gz
The idea of making Slackware a workstation in a w2k3 ADS makes me sick!
Makes me sick too.... but I gotta live in the real world.

Believe me, I would like nothing better that to dump ADS, and put up a Samba solution. I use linux wherever possible here at work, but the boss-man is married to Microsoft.

I'm conducting a "silent invasion" with "baby steps".
 
Old 11-22-2005, 01:02 PM   #12
chrisortiz
Member
 
Registered: Nov 2005
Distribution: Slackware, and of course the super delux uber knoppix universal live recovery cd
Posts: 429

Rep: Reputation: 30
my post is going to be kind of a joke, but here it is anyway.

you could use your slackware box to burn copies of all those AOL cd's you get in the mail. Then you would have as many coasters as you need.
 
Old 11-22-2005, 01:32 PM   #13
raska
Member
 
Registered: Aug 2004
Location: Aguascalientes, AGS. Mexico.
Distribution: Slackware 13.0 kernel 2.6.29.6
Posts: 816

Rep: Reputation: 31
Quote:
Originally posted by chrisortiz
my post is going to be kind of a joke, but here it is anyway.

you could use your slackware box to burn copies of all those AOL cd's you get in the mail. Then you would have as many coasters as you need.
"If you are intelligent enough to get Linux running on your computer,
why in the name of all that's holy would you want to use AOL?"

-- Cliff Robertson's reaction to AOL's offering for the Linux platform.
 
Old 01-10-2006, 04:32 AM   #14
c.m.klaij
Member
 
Registered: Dec 2004
Location: netherlands
Distribution: suse, slackware, dsl, debian
Posts: 68

Rep: Reputation: 15
For a Super Slackware System it would be nice to also get things working as user and spend some time on security matters.

My experience is that once everything works in Slack as root, you have to decide for yourself how to bring it to your users (security?), this can be quite tricky. It would also be nice to have a guide on how to make/keep slack secure (updating patches, host.allow & deny, firewall(?), virus scan(?) etc...)
 
Old 01-10-2006, 08:30 PM   #15
Vgui
Member
 
Registered: Apr 2005
Location: Canada
Distribution: Slackware
Posts: 496

Rep: Reputation: 31
I recently had some fun making a media box using Slackware. It was a mini sized computer, and I set it up to be headless. Basically it logs in automatically on boot up, starts X then xmms, then a media control program that passes mouse clicks / scroll wheeling to cxmms-curses. Pretty neat to be able to shift songs, control the volume, stop and play with just a mouse. The media box now sits by my bed and I use it either with headphones or old cheap speakers. Pretty neat stuff.
 
  


Reply

Tags
stuff



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slackware NOT running as I spected Shagrath239 Slackware 7 02-06-2005 11:11 PM
how to get php running on slackware fatum Linux - Software 2 01-20-2004 12:32 PM
--> :) slackware running, but still need help in tuning, thanks! pumpuli Linux - Newbie 3 01-08-2004 05:50 PM
running Win95 apps using Wine. Any ideas? szmartby Linux - Software 0 09-29-2003 03:31 AM
running outta ideas digital bots Linux - Newbie 3 03-02-2002 01:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration