LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 06-08-2003, 11:32 AM   #1
Greg21
Member
 
Registered: Jan 2002
Posts: 72

Rep: Reputation: 15
Should I switch?


I've been using RH8 for the past 5 or 6 months and let me tell you - its annoying. First of all, it feels less like im using linux and more like im using red hat - some wannabe windows clone. Its full of half-baked config utilities and makes getting help very annoying (no one seems to know what file to edit for which version).

Should I switch to Slackware? I know its considered more difficult to work with, what will I get out of it? Will I still be able to run all the apps I currently run in red hat? Can I install RPM's (I seem to remember there's a utility)? Will it support all my hardware that is currently supported under RedHat?

What are the pro's?
What are the con's?

I don't really know the pro's (though I suspect it's more configurable then redhat)

Cons:
Hard to install
Hard to configure
Harder to use
Lack of support for native format (tzg or whatever)
.. more?

Pros:
Configurable
.. more?

Thanks!
Greg
 
Old 06-08-2003, 11:54 AM   #2
CodeWarrior
Member
 
Registered: Mar 2003
Location: US
Distribution: Kubuntu 6.06
Posts: 173

Rep: Reputation: 30
I am a first time slack user. I was thinking of going with Redhat 9.0, and I am glad I didn't. Slackware is not as hard to install as you might think. I installed it fine on the first try. Just follow the on screen instructions step by step and do some research as to how you want to set your PC up(dual boot, only Linux etc). Most of my important hardware was detected properly and setup and I was plesently suprised since my PC was only around 8 months old. The only real concern I had with it in general, was for slack to recognize my IDE controllers and my drives, I figured with at least that much detected I could install the system and then, if I had to, have it recognize my other devices.

That being said, there are still many things that were not configured just the way I wanted or were not detected. It takes some time to learn how to configure those things, but once you learn the concepts, you can do it a second time real easy. Another selling point of slack to me was that it is supposed to be the closest distro to real UNIX. That is what I wanted because I really want to use it to do programming. All in all I think the distro is VERY nice and efficient. Many things are not done for you, but that is what makes things challenging and allows you to learn. Just give it a try and see for yourself, thats what I did. There are a lot of online places that you can get it for real cheap.
 
Old 06-08-2003, 12:06 PM   #3
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
My only advice is, try it, what do you have to lose. If you aren't happy with it, you can always switch back to another distro.
I personally love slack, its the only distro I use currently as desktop and server use.
 
Old 06-08-2003, 12:45 PM   #4
terminator
Member
 
Registered: May 2003
Distribution: Slackware
Posts: 35

Rep: Reputation: 15
1. Slack is easy to install if you follow the instructions during setup and have some ideas of dual boot
2. You need to setup some hardware devices by yourself, e.g., sound card, X (though xfree86setup can help you detect the video card), but most devices are probed automatically
3. Slack is easy to configure, almost everything you need to tune is in a single file under /etc/. Unlike RH, Slack does not play "hiding and searching" games with you. However do not expect to have automatic config tools as in RH/Windows.
4. Slack is easy to use once you get every tune-up done.
5. Slack package (tgz) is simple and easy to manipulate. Forget about any non-tgz packages like RPM or DEB.
6. Slack makes you learn fast, RH make you dumb. ;-)
 
Old 06-08-2003, 01:19 PM   #5
quietguy47
Member
 
Registered: Mar 2003
Location: Everett
Distribution: Slackware
Posts: 805

Rep: Reputation: 35
Slackware does support rpm(some say better than redhat).
Also, you can just rpm2tgz if you wish.
For the most part, I think source is much better(tar.gz)
 
Old 06-08-2003, 01:50 PM   #6
contrasutra
LQ Guru
 
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445

Rep: Reputation: 47
Yeah, I agree with what everyone said.

Slackwares installation is (IMO) better than RH/MDK/etc. It is strait and to the point. Choose Keyboard, Mouse, packages, LILO, done, and ive never had problems with "packages not found" like RH/MDK.

That said, much of the configuration is post-install. But Config files are really much easier, They are plain text files, and you just change the settings, very strait forward.

If you want to learn, go slack. Its generic, so anything you learn in Slackware will work in any other distro, unlike the "Big boys".


And for no package support. What about linuxpackages.net , its a whole site devoted to Slack Packs.
 
Old 06-08-2003, 10:08 PM   #7
Greg21
Member
 
Registered: Jan 2002
Posts: 72

Original Poster
Rep: Reputation: 15
Well I did it and i'm typing this from slack 9.

Its different I couldn't even successfully make a user account! I got it so I could login with the accout i attempted to make, but no home directory seemed to be made (or set) and I couldn't startx because I had no home directory!

Its apparent that after 6 months on RH I don't know how to use linux.

And my mousewheel doesnt seem to work looks like i've got my work cut out for me!

Greg

Greg
 
Old 06-08-2003, 10:16 PM   #8
chakkerz
Member
 
Registered: Dec 2002
Location: Brisbane, Australia
Distribution: a few...
Posts: 654

Rep: Reputation: 32
Slackware does have a lot of good points. It is stable and linux like. Something RedHat doesn't seem to be.

There are some quirks, but you always get them. It seems more stable for development than debian, and everything works first go. Provided you do it right. In contrast compiling xchat 2.0.0 on SuSE took something like 6 hours of hunting for dependencies. (dial up doesn't help this either). On slackware it compiled straight up.

Anyway, it's linux ... similar to Pokemon, gotta try em all...
 
Old 06-09-2003, 01:33 AM   #9
cav
Member
 
Registered: Feb 2003
Location: Chicago
Distribution: Slackware 10.2
Posts: 154

Rep: Reputation: 30
Well, I went from Red Hat 8 to slack, and basically thats when I really started getting into linux. Slack teaches you just how much the command line rules. As for the mouse wheel, its actually pretty simple:

edit your XF86Config file in /etc/X11, go to the section called something like "core pointers input device section" and add in the lines:

Option "ZAxisMapping" "4 5"
Option "Resolution" "120"

Basically 4 and 5 refer to the buttons that represent up and down on the mousewheel, and Resolution 120 sets the speed of the mouse pointer across the screen. This can be changed to suit your preference. Hope that helps.
 
Old 06-09-2003, 05:55 AM   #10
RRepster
Member
 
Registered: Dec 2002
Location: aksarben
Distribution: Several
Posts: 117

Rep: Reputation: 15
>>I couldn't even successfully make a user account!

Yup you'll be building a lot of stuff yourself in Slack but that's part of what's so great about it. Anywhooo the command you're looking for in a console as root is: "adduser"

source: "Running Linux" O'Reilly books, p156
 
Old 06-09-2003, 06:58 AM   #11
chakkerz
Member
 
Registered: Dec 2002
Location: Brisbane, Australia
Distribution: a few...
Posts: 654

Rep: Reputation: 32
i hear that ... similar to debian, you start to learn to use the console more and more. And lets face it, command line based OS's are better than GUI, the leve of control, the speed, no need to go through menu after menu ... just straight to the point. The catch is ... you have to know what the command is.

But that's half the fun ...

Course after three days of trying to get something working and not having a clue what to look for online, you start to think "yes ... fun ... where's my crowbar ... i'll show you fun..."

erm ... stay calm ...

Never the less ... it's nice to learn what makes the inside of a OS tick ... Slackware goes closer than any distro i've used so far ... without compromising its being a linux distribution in favour of being "redhat" or "rpm based"
 
Old 06-09-2003, 11:47 AM   #12
killi
Member
 
Registered: Apr 2003
Location: Norway
Distribution: Diff
Posts: 440

Rep: Reputation: 30
try slack
 
Old 06-10-2003, 11:26 AM   #13
shreev
Member
 
Registered: Apr 2003
Location: India
Distribution: Slackware 10
Posts: 37

Rep: Reputation: 15
I myself have tried both redhat and mandrake(which I used for quite a while) until I started using slack, and man is it cool, there is no way I'm going back!!

I was initially apprehensive about using tgz instead of rpms , however they aren't so bad .. and the install is pretty easy (mebbe not so pretty as the others - but it does its job very well...).

One thing u won't get is any friendly gui configuration tools (such as in mandrake) but it makes u learn faster.

I have also found it to be more stable - all scripts are nicely commented - so u feel like u r in control of the system unlike mandrake...

With this forum to help u I would definitely suggest slackware - so far, every problem I faced, I found an answer for right here!!

Thanks everyone...and Greg21..I wud say ... GO FOR IT!! its definitely worth it.
 
Old 06-10-2003, 01:29 PM   #14
JustSlack
Member
 
Registered: Jun 2003
Location: Gurnee, IL
Distribution: Mandrake
Posts: 65

Rep: Reputation: 15
If you're willing to learn, read, and ask questions, then Slackware is for you. If you want a powerful minimalist system that you can built to your liking, then Slack is for you. If you like sleeping, then Slackware is not for you.
 
Old 06-10-2003, 03:37 PM   #15
contrasutra
LQ Guru
 
Registered: Mar 2003
Location: New Jersey
Distribution: Arch Linux
Posts: 1,445

Rep: Reputation: 47
Quote:
try slack
I HATE when people do that. So in response to your wry reply, heres my rebutle:

Try RedHat!

Beat that!
 
  


Reply



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
why switch? NOT because it's not MS titanium_geek Linux - News 61 10-12-2006 10:50 PM
thread switch results in kernel stack switch superstition Linux - General 1 05-17-2005 11:48 PM
Switch help LughLinux Linux - Software 1 08-05-2004 07:48 AM
set up DSL thru SWITCH - winXp connected to SWITCH too husz Linux - Newbie 5 04-22-2004 12:08 AM
how to switch off ... Xing Linux - Software 4 10-13-2003 07:33 AM

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

All times are GMT -5. The time now is 05:26 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