LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-30-2014, 04:49 PM   #1
turboscrew
Member
 
Registered: Apr 2009
Location: Nokia (town), Finland
Distribution: Mint, Debian
Posts: 601

Rep: Reputation: 46
Slack-newbie with SW selection questions


By friendly pressure by astrogeek I installed Slackware 14.1. this morning ;-)
Now I guess the next steps are:
1) getting the machine to network (no cable, just wifi)
2) start adding SW
The questions are, how do you use wifi?
- command line
- Network manager
- wicd

How/where do you get your SW
- any popular package managers around
- Repos? (astrogeek told me about SBo already - impressive site)

And one more: which DE is the most popular among "Slackwarians"?

Why I'm asking: I've realized that standards tend to save you from problems nobody can help you with.

[edit]
Ah, there was a poll: network manager v.s. wicd,
although command line was not included.

Last edited by turboscrew; 06-30-2014 at 05:09 PM.
 
Old 06-30-2014, 05:01 PM   #2
beder
Member
 
Registered: Apr 2011
Posts: 82

Rep: Reputation: 28
You answered your own questions

Quote:
The questions are, how do you use wifi?
- command line
- Network manager
- wicd
Any of those will work just fine, though NM or Wicd would probably be more suitable before you know what you're doing on the command line. To use NM just select it in networksetup and the widget should already be in KDE.
For Wicd install it through "slackpkg install wicd" (it's in the "extra" packages so it's not installed by default)

Quote:
How/where do you get your SW
- any popular package managers around
- Repos? (astrogeek told me about SBo already - impressive site)
Slackbuilds (Sbopkg is your friend) is the most popular place to find Slack-builds, though there are other places
 
1 members found this post helpful.
Old 06-30-2014, 05:02 PM   #3
BCarey
Senior Member
 
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639

Rep: Reputation: Disabled
Welcome to Slackware

Quote:
Originally Posted by turboscrew View Post
By friendly pressure by astrogeek I installed Slackware 14.1. this morning ;-)
The questions are, how do you use wifi?
- command line
- Network manager
- wicd
Both wicd and NetworkManager are easy to use and work well. Just try one.

Quote:
Originally Posted by turboscrew View Post

How/where do you get your SW
- any popular package managers around
- Repos? (astrogeek told me about SBo already - impressive site)
slackpkg+ is an extension to the standard slackpkg tool which allows you to add a number of repositories of high quality packages. It's worth noting that the full install of slackware already comes with tons of software. Maybe what you need is already there?

Brian
 
1 members found this post helpful.
Old 06-30-2014, 05:05 PM   #4
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,058

Rep: Reputation: Disabled
To choose your network manager just type as root:
Code:
netconfig
 
1 members found this post helpful.
Old 06-30-2014, 05:09 PM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Just wanted to add that wicd has interactive user interfaces for CLI and GUI, so if you want to work from the commandline you don't have to work with tools like wpa_supplicant if you don't want to.
 
Old 06-30-2014, 05:47 PM   #6
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware, VMs
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
I've used both NM and Wicd, both are excellent. I prefer Wicd on Slackware and Debian.

Last edited by hitest; 06-30-2014 at 06:01 PM. Reason: grammar
 
Old 06-30-2014, 06:03 PM   #7
metaschima
Senior Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Use wicd or network manager. The old way is just not flexible enough, especially for wifi. Note that both wicd and network manager have CLI interfaces, so this isn't CLI versus GUI.

For DEs and WMs, you should try them all and decide for yourself. It depends on what you want. Do you want something flashy and bloated, fast and minimalistic, or something in between ? No you usually can't have flashy without bloated.
 
1 members found this post helpful.
Old 06-30-2014, 06:13 PM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by metaschima View Post
No you usually can't have flashy without bloated.
Apparently you have never tried Enlightenment.
 
Old 06-30-2014, 07:23 PM   #9
metaschima
Senior Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by TobiSGD View Post
Apparently you have never tried Enlightenment.
I have and I was thinking of it, and it is pretty close.
 
Old 06-30-2014, 08:55 PM   #10
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,268
Blog Entries: 24

Rep: Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195Reputation: 4195
Quote:
Originally Posted by turboscrew View Post
By friendly pressure by astrogeek I installed Slackware 14.1. this morning ;-)
Now I guess the next steps are:
1) getting the machine to network (no cable, just wifi)
2) start adding SW
Hope I didn't twist your arm too hard! All intended to be helpful, but I am an unabashed Slackware fan!

I am not a big wifi user but have always used Wicd on my laptop when necessary without problem. I'll defer to others for more advice on that one...

Some tips on managing your software installs:

1. Under Slackware the "database" of all currently installed packages managed by the package tools is /var/log/packages/...
If you need to know if a package is installed, or version...

Code:
ls /var/log/packages |grep pkg_name_here

To see what files were installed by the package...

cat /var/log/packages/pkg_name_here
2. Slackbuilds from SBo are the best way to build, install and update packages not included with Slackware. But the concept of the "slackbuild" is actually copied from Slackware which builds all the distribution packages similarly. So learn the basic ideas of slackbuild scripts and everything else will become very easy!

You have mentioned needing Eclipse, so you will also need java which is no longer included with Slackware. So using the slackbuild to install java would probably be a safe and easy introduction to the concept.

Due to licensing restrictions, Pat no longer distributes java, but he includes the slackkbuild for it in the /extras/java/... directory on the install DVD (or get it here). You probably want the jdk.

The basic steps:

1. Get the source code and put into same directory as slackbuild and desc files (link provided in SBo scripts, you may have to look online for java)
2. (As root) chmod +x java.slackbuild; ./java.slackbuild - the completed package will be put into /tmp/jdk...txz
3. Install: installpkg /tmp/jdk [tab]

You are done!

You may want to archive the resulting package, or you can delete it at this point.

Welcome to Slackware and good luck!

Last edited by astrogeek; 06-30-2014 at 08:59 PM.
 
1 members found this post helpful.
Old 06-30-2014, 10:26 PM   #11
Sumguy
Member
 
Registered: Jul 2010
Location: Rural Kentucky, USA.
Distribution: BunsenLabs Linux
Posts: 465
Blog Entries: 2

Rep: Reputation: 119Reputation: 119
Slackware really shines with one of the lightweight WM/DEs, like Fluxbox or XFCE. (My favorite is Openbox, though...not included in the Slack install, but I hear it's available at Slackbuilds or on AlienBob's site).

Personally, I don't see the sense of having an efficient, nimble OS like Slackware, and then bogging it down with something like KDE.

(OP, you'll be profusely thanking AstroGeek.... The old saying is true: Once you Slack, you never go back!". I'm a Slackware noob myself- but I instantly realized that Slackware is the OS for me- I've tried a few others, but now my search is over!)
 
1 members found this post helpful.
Old 06-30-2014, 11:36 PM   #12
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by Sumguy View Post
Personally, I don't see the sense of having an efficient, nimble OS like Slackware, and then bogging it down with something like KDE.
KDE's resource usage is often exaggerated. If you actually use a large part of its functionality it should use more resources to try to build up the same functionality with other software on a WM, since KDE will be better integrated.

Also, what many people overlook: The OS and its user interface are nothing more than a tool meant to give to the user the functionality the user needs and wants. Obviously these needs and wishes are different for different users and can not be generalized. After all this is why we have different distributions, different WMs/DEs and in general different projects for any kind of software.

For that reason, it makes as much sense to run KDE on Slackware as it makes to run Openbox on Ubuntu, or any other WM/DE (or non at all) on any other distribution.

Last edited by TobiSGD; 06-30-2014 at 11:37 PM.
 
1 members found this post helpful.
Old 06-30-2014, 11:56 PM   #13
turboscrew
Member
 
Registered: Apr 2009
Location: Nokia (town), Finland
Distribution: Mint, Debian
Posts: 601

Original Poster
Rep: Reputation: 46
Quote:
Originally Posted by TobiSGD View Post
Apparently you have never tried Enlightenment.
Enlihtment is still around? :-)
Used it on Red Hat 3.x three decades ago.
 
Old 07-01-2014, 09:04 AM   #14
turboscrew
Member
 
Registered: Apr 2009
Location: Nokia (town), Finland
Distribution: Mint, Debian
Posts: 601

Original Poster
Rep: Reputation: 46
Got the wifi up this morning using network manager (no wicd, so the selection was obvious.)
Tried to write a message here using my new and shiny Slack, but the server became unavailable in the middle of writing it.

Have other people experienced unstability of LQ in the last couple of days?
Is it the time of day (or rather, night at my timezone) or something else?
 
Old 07-01-2014, 09:39 AM   #15
Sumguy
Member
 
Registered: Jul 2010
Location: Rural Kentucky, USA.
Distribution: BunsenLabs Linux
Posts: 465
Blog Entries: 2

Rep: Reputation: 119Reputation: 119
Quote:
Originally Posted by TobiSGD View Post
KDE's resource usage is often exaggerated. If you actually use a large part of its functionality it should use more resources to try to build up the same functionality with other software on a WM, since KDE will be better integrated.

Also, what many people overlook: The OS and its user interface are nothing more than a tool meant to give to the user the functionality the user needs and wants. Obviously these needs and wishes are different for different users and can not be generalized. After all this is why we have different distributions, different WMs/DEs and in general different projects for any kind of software.

For that reason, it makes as much sense to run KDE on Slackware as it makes to run Openbox on Ubuntu, or any other WM/DE (or non at all) on any other distribution.
Good point. It's like: If someone likes/wants KDE, they can at least have it with all the advantages of Slackware; and it'll likely run better on Slackware. It's just, to me, KDE seems so antithetical to the Slackware philosophy. I mean, I'm glad that there are so many choices of WMs/DEs in Slackware (You can never have enough choices...), running the gamut from Window Maker to KDE, but personally, if I ever have to do another Slack install, I'm leaving out all of the K-Krap. KDE reminds me of Windows! I was clicking around in XFCE (my current DE, until I install Openbox) when I first installed Slack- and clicked on some K program just to see what it was. It turns out it's a remote desktop sharing thingy. Just from clicking on it once, it made it open automatically every time I booted up (even though there was no entry for it in autostart!)- and even after I'd close it, I'd catch incoming connections trying to connect! I finally had to break the damn thing by removing one of it's main files, in order to stop the nonsense. KDE just seems so out-of-context in a distro that is about simplicity and user control!

Last edited by Sumguy; 07-01-2014 at 09:42 AM. Reason: Retarded fingers
 
  


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
ARM Slack -> Beagleboard newbie questions germanopratin Slackware 4 08-14-2011 07:26 AM
Newbie's questions about Slack -Pb- Slackware 8 12-22-2007 07:44 AM
Newbie just installed slack - quick questions ksl Slackware - Installation 3 07-04-2005 09:01 AM
slack newbie questions, vi, xorg 3button mouse, tripleboot with lilo darkleaf Slackware 7 02-24-2005 04:59 AM
Slack Newbie Questions tubatodd Slackware 7 07-01-2004 05:03 PM

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

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