LinuxQuestions.org
Go Job Hunting at the LQ Job Marketplace
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices

Reply
 
Thread Tools
Old 05-23-2007, 09:52 PM   #1
slimm609
Member
 
Registered: May 2007
Location: Chas, SC
Distribution: slackware, gentoo, fedora, LFS, sidewinder G2, solaris, FreeBSD, RHEL, SUSE, Backtrack
Posts: 329
Thanked: 13
must have command line tools.


[Log in to get rid of this advertisement]
What are your must have command line tools that don't come standard with slackware??

I would like everyones opinion on this
slimm609 is offline     Reply With Quote
Old 05-23-2007, 11:14 PM   #2
H_TeXMeX_H
Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 6,714
Blog Entries: 2
Thanked: 213
Well, these are useful to me:

mcrypt (encryption):
http://mcrypt.sourceforge.net/

nano (command line text editor)
http://www.nano-editor.org/

rkhunter (checks for root kits) (not a 'must have', but almost)
http://www.rootkit.nl/

unrar (if you must deal with rar archives )
http://freshmeat.net/projects/unrar/

pdftk (nice toolkit for PDF manipulation ... merge, split, etc.)
http://www.accesspdf.com/pdftk/

paco (source package management ... you could use other things like checkinstall, etc.)
http://paco.sourceforge.net/downloads.html
H_TeXMeX_H is online now     Reply With Quote
Old 05-24-2007, 12:10 AM   #3
folkenfanel
Member
 
Registered: Sep 2004
Location: formerly Fanelia and Zaibach
Distribution: Slackware 13 with KDE 3.5 and GNOME 2.18.2, OpenSolaris
Posts: 255
Thanked: 5
Wink nano comes with Slackware (AP series)

nano: nano (Nano's ANOther editor, an enhanced free Pico clone)
nano:
nano: nano is a small, free, and friendly editor from the GNU project. It
nano: aims to copy Pico's look and feel while providing additional (or
nano: disabled by default) features that are missing from Pico, such as
nano: "search and replace" or "go to line and column number".
nano:
nano: Chris Allegretta is Nano's author.
nano:
nano:
nano:
folkenfanel is offline     Reply With Quote
Old 05-24-2007, 08:29 AM   #4
Indiestory
Member
 
Registered: Aug 2006
Location: Aberdeen, Scotland
Distribution: Slack, *BSD
Posts: 164
Blog Entries: 1
Thanked: 0
MPD coupled with mpc and ncmpc, constant music play back, as long as the root file system is mounted
Indiestory is offline     Reply With Quote
Old 05-24-2007, 08:55 AM   #5
dracolich
Senior Member
 
Registered: Jul 2005
Location: Va Beach
Distribution: Slackware
Posts: 1,220
Thanked: 1
unrar - unpacking .rar archives

dar - making backups
dracolich is offline     Reply With Quote
Old 05-24-2007, 09:24 AM   #6
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 2,866
Thanked: 227
My lifesavers (some of them at least) for the commandline...

Not in any particular order -

mcabber: Jabber client for the console

sendxmpp: send Jabber messages from the commandline (or in cron jobs!)

mp3splt: split huge mp3 and ogg files into separate mp3 songs without decoding/recoding

cryptmount: for handling encrypted container files as a non-root user

truecrypt: for handling encrypted container files that I use in Windows as well

ldapvi: for comfortably changing entries on an LDAP server using vi as the editor

antiword: for reading MS Word documents in a console

setpwc: for configuring my Philips webcam

ifplugd, ifmetric: to manage my wired and wireless network connections on my laptop

mtr: combines traceroute and ping in a curses based diagnose tool

All of the above can be found as Slackware packages in my repository: http://www.slackware.com/~alien/slackbuilds/

Cheers, Eric
Alien Bob is offline     Reply With Quote
Old 05-24-2007, 10:30 AM   #7
GregLee
Member
 
Registered: Feb 2004
Location: Waimanalo, HI
Distribution: Slackware 10, Fedora 6
Posts: 308
Thanked: 0
fm displays text files one screen full at a time, like more, but formats the text, like fmt, following some formatting directions within the text, like man, and displays or prints text with trees and phonetic text written in unicode, optionally creating Postscript or pdf. The source code distribution is fm-1.0j.tar.gz at ftp://ling.lll.hawaii.edu/pub/greg.
GregLee is offline     Reply With Quote
Old 05-24-2007, 11:17 AM   #8
lord-fu
Member
 
Registered: Apr 2005
Location: Ohio
Distribution: Slackware && freeBSD
Posts: 675
Thanked: 0
truecrypt, nano, rkhunter, rdesktop, and some scripts I wrote for backups,

{runs out and checks AlienBobs mention of mtr)

Last edited by lord-fu; 05-24-2007 at 11:19 AM..
lord-fu is offline     Reply With Quote
Old 05-24-2007, 01:39 PM   #9
H_TeXMeX_H
Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 6,714
Blog Entries: 2
Thanked: 213
Ah, I remember one more:

wv (convert from '.doc' to other formats)
http://wvware.sourceforge.net/
H_TeXMeX_H is online now     Reply With Quote
Old 05-24-2007, 02:19 PM   #10
pdw_hu
Member
 
Registered: Nov 2005
Location: Budapest, Hungary
Distribution: Slackware, Gentoo
Posts: 346
Thanked: 0
feh - picture viewer based on imlib
moc - console music player
pdw_hu is offline     Reply With Quote
Old 05-24-2007, 03:13 PM   #11
lord-fu
Member
 
Registered: Apr 2005
Location: Ohio
Distribution: Slackware && freeBSD
Posts: 675
Thanked: 0
Sorry, one more must have; screen.
There was a post on here one time where we showed our top 10 most used commands, that would kinda fit nicely into here....I thought that was a cool thread.

Last edited by lord-fu; 05-24-2007 at 03:14 PM..
lord-fu is offline     Reply With Quote
Old 05-24-2007, 03:27 PM   #12
H_TeXMeX_H
Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 6,714
Blog Entries: 2
Thanked: 213
yeah, but screen is included with slackware.
H_TeXMeX_H is online now     Reply With Quote
Old 05-24-2007, 05:33 PM   #13
ludist
Member
 
Registered: Nov 2005
Location: Greece
Distribution: Slackware
Posts: 129
Thanked: 0
nload (network monitor)
ludist is offline     Reply With Quote
Old 05-24-2007, 08:10 PM   #14
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,138
Thanked: 0
I would like to add:

htop : http://htop.sourceforge.net
Curses based process monitor

bashburn : http://bashburn.sourceforge.net
Console based burn software.
gbonvehi is offline     Reply With Quote
Old 05-25-2007, 01:57 AM   #15
Old_Fogie
Senior Member
 
Registered: Mar 2006
Distribution: SLACKWARE 4TW! =D
Posts: 1,321
Thanked: 0
Don't be put off by the name, it plays libre' oggs which is why I truly like this one:

http://www.slackbuilds.org/repositor...ia/mp3blaster/

Lastly, one of my all time favorites even on my fast pc's for me is "midnight commander" in Slackware. I'm still learning it, there are so many features.

I find it amazing how it can move multiple files on a pc blazing fast. For example, if I have a kernel un-tarred and wanted to move it and there are thousands of files, it just moves them. But in konqueror, or even krusader, you wait for the file count, you get many pauses, etc. Midnight commander just rips thru that stuff. Even over the lan. I also like that you can use 'mcedit' for a quick text file, such as 'mcedit ./slack-desc' for those times you want to make a file in console. I'm not a VI guy
Old_Fogie is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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
Command line/tools in CentOS/RHEL ? tuxuser19 Red Hat 5 10-01-2006 08:07 PM
C++ Interfacing with command line tools khermans Programming 2 04-14-2005 03:00 PM
writing gui wrappers for command line tools Genjix Programming 2 01-10-2005 10:25 AM
group command line tools m2azer Linux - General 4 10-31-2004 10:37 PM
how do I set a path for my java command line tools darkone66669 Linux - Newbie 1 04-19-2004 07:28 PM


All times are GMT -5. The time now is 07:50 AM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration