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-18-2006, 07:23 PM   #16
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Rep: Reputation: 45

Quote:
Within 30 mins after posting my problems, nearly all of them are solved.
This is the best part of Slackware. Us Slackers are always eager to prove that everything works just fine in Slackware, once it's configured right.

have fun!
...aaron
 
Old 06-18-2006, 07:44 PM   #17
liquidtenmilion
Member
 
Registered: May 2004
Location: South Carolina
Distribution: Slackware 11.0
Posts: 606

Rep: Reputation: 32
Everything works everywhere once it's configured right.

The only thing different between different distros are package management, default settings, optimizations, included software, and versions. And those things can easily be changed.

Ultimately, you can run apt on slackware, and you can run pkgtools on Ubuntu, and if configured the same, you couldn't tell an Ubuntu machine from a Slackware machine. When configured the way you want it to be that is.

That's what makes distro hopping boring for me. No matter what distro I use, my experience, after maybe only 2 days-1 week configuring, is exactly the same.
 
Old 06-18-2006, 07:54 PM   #18
MannyNix
Member
 
Registered: Dec 2005
Location: ~
Distribution: Slackware -current
Posts: 465

Rep: Reputation: 53
Quote:
Originally Posted by drkstr
This is the best part of Slackware. Us Slackers are always eager to prove that everything works just fine in Slackware, once it's configured right.

have fun!
...aaron

From: http://distrowatch.com/dwres.php?resource=major

Quote:
Perhaps the best characteristic of this distribution I have heard is this: if you need help with your Linux box, find a Slackware user. A Slackware user is more likely to fix the problem than a user familiar with any other distribution.
do i look like a fanboy now?
 
Old 06-18-2006, 09:18 PM   #19
Xian
Member
 
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919

Rep: Reputation: 32
Quote:
Originally Posted by mannyslack
How funny. I had no idea that blurb was included in the summary.
 
Old 06-18-2006, 09:41 PM   #20
theoffset
Member
 
Registered: Aug 2005
Location: Guadalajara, Jal, Mexico
Distribution: Slackware Linux
Posts: 211

Rep: Reputation: 31
Quote:
Originally Posted by liquidtenmilion
That's what makes distro hopping boring for me. No matter what distro I use, my experience, after maybe only 2 days-1 week configuring, is exactly the same.
I always feel exactly the same. I find it pointless and boring to be jumping around between distros just checking which different software/config they have, when you could have the same with the distro you're using after you spend some time configuring it.
 
Old 06-19-2006, 04:39 AM   #21
dunric
Member
 
Registered: Jul 2004
Distribution: Void Linux, former Slackware
Posts: 498

Rep: Reputation: 100Reputation: 100
Quote:
Originally Posted by liquidtenmilion
The only thing different between different distros are package management, default settings, optimizations, included software, and versions. And those things can easily be changed.
I would also add build options(besides optimization), system of updates(fixes to stable, rolling, binary/source base etc.).

Sure, you can tweak one distro to any other, but it's a question if your investments(time and effort) will pay off when there is a complete solution to your needs already available.
 
Old 06-19-2006, 07:57 AM   #22
manishsingh4u
Member
 
Registered: Oct 2005
Location: Bhopal, India
Distribution: RHEL 6
Posts: 422

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by cwwilson721
I would modify /etc/rc.d/rc.inet1.conf for your dhcp and other card specific settings.
Quote:
Originally Posted by cwwilson721
The iptables script can still go in rc.local, or create a rc.firewall script in /etc/rc.d/ and make it executable.
Quote:
Originally Posted by dunric
See /etc/rc.d/rc.inet1.conf . You have to set USE_DhcP[1] to "yes". Also fill in your hostname for DHCP_REQUESTs.
Quote:
Originally Posted by dunric
Create /etc/rc.d/rc.firewall shell script and put your code inside. Also don't forget to make it executable
Thanks friends, I will try doing it when I get back home tonight.
 
Old 06-19-2006, 08:14 AM   #23
manishsingh4u
Member
 
Registered: Oct 2005
Location: Bhopal, India
Distribution: RHEL 6
Posts: 422

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by liquidtenmilion
Everything works everywhere once it's configured right.
I totally agree with u on this point. Whenever I install a new distribution, I feel like almost a lost guy in some new city. For example, the location of scripts. I always get confused when I switch among distributions.
In Fedora and Redhat
Code:
/etc/rc.d/init.d/smb start
In Ubuntu and Debian
Code:
/etc/init.d/samba start
And in Slackware
Code:
/etc/rc.d/samba start
But, as u read about it or get some help, you will find the concept is almost same for all of them. And as u get familiar with it, u get confortable with it.
But, till now there's no part of Slackware that I didn't like....GAIM is there, Kdevelop is there, skype works fine. httpd, vsftpd etc etc, all are working fine with no problems. Now, I wish to get this line to be true for me
Quote:
Once you go Slack, you never go back

Last edited by manishsingh4u; 06-21-2006 at 03:57 AM.
 
Old 06-19-2006, 11:10 AM   #24
Michael_S
Member
 
Registered: Oct 2004
Location: Pennsylvania, USA
Distribution: Debian
Posts: 87

Rep: Reputation: 36
Quote:
Originally Posted by liquidtenmilion
That's what makes distro hopping boring for me. No matter what distro I use, my experience, after maybe only 2 days-1 week configuring, is exactly the same.
I think most people distro-hop because they don't know enough to configure their install as much as they would like. So they keep hunting around, hoping that some available distribution either works exactly as they want out of the box or is easy enough to tweak to their personal preferences.

If you're lucky, you find something great and ... live happily ever after, I guess.

If you're like me, you sit down one day and realize that the combined 100+ hours you spent installing and partially configuring 12 versions of 8 distributions were mostly wasted. Picking one version, almost any version, and learning the ropes would have put me way ahead of where I am today.

Manually editing .conf files and running .tgz installs work on any distribution after all. (Just don't use another package manager afterwards.)
 
Old 06-19-2006, 01:09 PM   #25
katayamma
Member
 
Registered: Jan 2006
Posts: 37

Rep: Reputation: 15
Quote:
Perhaps the best characteristic of this distribution I have heard is this: if you need help with your Linux box, find a Slackware user. A Slackware user is more likely to fix the problem than a user familiar with any other distribution.
That is a VERY true statement. The reason it's true is because of Slackware's lack of "user friendly/idiot-friendly" scripts and interfaces. To use Slackware, you must understand the OS, how it works and how things interact with each other.

I tried Redhat, Debian, Caldera, etc. when I migrated from SunOS/Solaris and didn't like/trust their GUI interfaces. They had way too much overhead for my taste. Slackware on the other hand, was a down and dirty OS (at Slackware 8 and still at 10.2) that once you installed, you had to learn how to control or the beat would eat you alive.

To this day, I still use Slackware exclusively (unless forced by a customer to use something else) for all my commercial projects. I have three different ISP's with Slackware servers running web, mail, user authentication, etc. with very low down time. I've also got a customer using it for high-capacity/traffic SMB/fileserver applications with the 3-Ware 9XXXX PCI-E sata controller who's still kicking himself for ever having bought a Windows 2003 server for his other office.

Yeah, Debian and that ilk are nice for the home user, but real nerds are Slackers.

Cheers
 
Old 06-20-2006, 04:40 PM   #26
manishsingh4u
Member
 
Registered: Oct 2005
Location: Bhopal, India
Distribution: RHEL 6
Posts: 422

Original Poster
Rep: Reputation: 30
Now, I am trying to install Mplayer on my Slackware. I have installed the main package and some of it's dependencies which I could find through google. Right now I am getting this error when I try to start it.
Code:
root@Manish:~# mplayer
mplayer: error while loading shared libraries: libmp3lame.so.0: cannot open shared object file: No such file or directory
root@Manish:~#
Can anyone suggest where I can get this package?
 
Old 06-20-2006, 05:13 PM   #27
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
you'll need the package "lame-3.97-i386-1.tgz".
install it with "installpkg".
it should be on cd, i guess in the /l dir.

to check if it's already installed use:

ls /var/log/packages/lame*

( that will probably return nothing on your machine )

egag
 
Old 06-20-2006, 06:03 PM   #28
manishsingh4u
Member
 
Registered: Oct 2005
Location: Bhopal, India
Distribution: RHEL 6
Posts: 422

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by egag
you'll need the package "lame-3.97-i386-1.tgz".
install it with "installpkg".
it should be on cd, i guess in the /l dir.
Thank you egag but, I couldn't find the package in any of the 2 CDs. Anyway, I am looking for it on internet.
 
Old 06-20-2006, 06:19 PM   #29
drkstr
Senior Member
 
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191

Rep: Reputation: 45
MPlayer likes to be compiled from the source since it turns on or off functionality based on what it's './configure' finds on your system. You will probably have more success doing it this way.

regards,
...aaron

Last edited by drkstr; 06-20-2006 at 06:58 PM.
 
Old 06-20-2006, 06:21 PM   #30
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
sorry, i must have compiled it here....
you can get the sources here: http://lame.sourceforge.net/download/download.html

egag
 
  


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
About Slackware and FreeBSD ,Who is Fast? canglong Slackware 13 03-09-2009 11:23 AM
How Can I Use My Usb Stick Drive In Slackware grok82 Linux - Hardware 7 04-09-2006 05:23 PM
usb memory stick in slackware 10 MayaPT Linux - Newbie 1 10-02-2004 07:47 PM
Why is slackware so fast? dushkinup Slackware 4 03-20-2004 12:30 PM
Slackware 8.0 Help Needed!!! Fast!!! Eits0 Linux - General 3 06-19-2002 05:04 PM

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

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