LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 11-23-2003, 01:51 AM   #1
scott_R
Member
 
Registered: Jul 2003
Location: Brighton, Michigan, USA
Distribution: Lots of distros in the past, now Linux Mint
Posts: 748

Rep: Reputation: 31
CLI Linux


Sorry if this is a rehash, but I'm wondering if there's a good (what's the best) CLI based Linux available. Not something like Tom's Root Boot, something more along the line of SuSE/Mandrake/etc., that's cutting edge without the overhead. For example, I can install one of the above distros, not load X, but then I end up with a couple disks full of stuff I'm not using.

I know this sounds kind of nuts, but at the same time, I'm interested in how the "basic" side of Linux is improving. We all know Linux/GUI is right there, if not past MS windows in capability, and Bash rocks, but what about the applications? Are there "gui-ish"/curses cd burning programs that are as easy to use as the ones in X, and so on?

Thanks.
 
Old 11-23-2003, 05:46 AM   #2
spurious
Member
 
Registered: Apr 2003
Location: Vancouver, BC
Distribution: Slackware, Ubuntu
Posts: 558

Rep: Reputation: 31
If you want want a command line distro that's less than 100 mb, try ZipSlack. It's a reduced Slackware that's intended to be run from an Iomega Zip disk, but can be installed to a hard drive. See http://www.slackware.com

If you're really curious about how linux is put together, apparently Linux From Scratch (LFS) and Gentoo are good educational distros, but I haven't tried either (too time consuming).

About curses based programs: there are many under active development. I ssh into my linux boxes frequently, so I prefer the console programs.

CD burning: the best tools are the command utilities: mkisofs (to create ISO9660 files for burning), cdrecord, cdda2wav (to rip audio CDs) and cdrdao (to create SVCD/VCDs). I greatly prefer these commands over GUI front-ends. Browsing: I actually like links, and use it often. File management: Midnight Commander mc is a classic, but extremely useful even when you're in a GUI desktop environment. Newsreader: slrn is faster and more stable than pan. E-mail: mutt. Text editing: the usual suspects of vi, emacs etc. Spreadsheets: this category is where the console apps are weak. Most of them don't seem to be under active development. Gnumeric rules, but you need the Gnome libraries and X. Multimedia: you can actually run Mplayer from the console.
 
Old 11-23-2003, 06:28 AM   #3
scott_R
Member
 
Registered: Jul 2003
Location: Brighton, Michigan, USA
Distribution: Lots of distros in the past, now Linux Mint
Posts: 748

Original Poster
Rep: Reputation: 31
Actually, I was going more towards the "redundant" (favorite word tonight, sorry folks--it's been one ot those weeks) distributions. I've been using Linux since 1997, so being a newbie isn't something I'm too worried about. However, I was asking more for a distro that's CLI-only, that still has nice menu style command line stuff that a newbie could use (or a Point of Sale; POS sounds too harsh) clerk could use. Hence, the 'curses' reference. Slackware is great, and slackware gurus are powerful entities in their own right, but I'm more curious if there is a CLI/(N)Curses distro out there. Debian/Slackware/LFS/Gentoo, etc don't really count. I mean more something that's newbieish without X.
 
Old 11-23-2003, 10:46 AM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
You can run either Redhat or Mandrake without running X. linuxconf used to be the CLI configuratin tool but I dont' think its included any more in the latest releases. Trustix is an excellent CLI only distro based on redhat but documentation is sparse for the beginner and no all in one config tool like linuxconf.
 
Old 11-23-2003, 10:49 AM   #5
iainr
Member
 
Registered: Nov 2002
Location: England
Distribution: Ubuntu 9.04
Posts: 631

Rep: Reputation: 30
SuSE is easily installed without X and yast2 still works fine in curses mode.
 
Old 11-23-2003, 01:25 PM   #6
spurious
Member
 
Registered: Apr 2003
Location: Vancouver, BC
Distribution: Slackware, Ubuntu
Posts: 558

Rep: Reputation: 31
If you want an all-curses interface, you would probably be curious about cursed GTK+, which is a ncurses-based library front-end for gtk+ apps.
 
Old 11-23-2003, 11:17 PM   #7
2damncommon
Senior Member
 
Registered: Feb 2003
Location: Calif, USA
Distribution: PCLINUXOS
Posts: 2,918

Rep: Reputation: 103Reputation: 103
Quote:
I was asking more for a distro that's CLI-only, that still has nice menu style command line stuff that a newbie could use (or a Point of Sale; POS sounds too harsh) clerk could use.
Use some simple shell scripts to create a menu to easily start needed tasks for casual users.
 
Old 11-24-2003, 04:11 AM   #8
jayakrishnan
Member
 
Registered: Feb 2002
Location: India
Distribution: Slacky 12.1, XP
Posts: 992

Rep: Reputation: 30
Dont install the XWindows system simple,
Any distro will do then, like redhat, u can choose what u what to install in the custom installation mode
 
Old 11-24-2003, 05:27 AM   #9
8nasmith
Member
 
Registered: Oct 2003
Location: Cornwall, UK
Distribution: Fedora Core 4
Posts: 268

Rep: Reputation: 30
whats cli
 
Old 11-24-2003, 05:29 AM   #10
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
command line interface
 
Old 11-26-2003, 03:36 AM   #11
anjan_bhushan
LQ Newbie
 
Registered: Jul 2003
Distribution: Suse, Mandrake, Redhat, Knoppix ,Solaris, Debian,Vector
Posts: 16

Rep: Reputation: 0
Try Slackware or Slackware variant Vector . I will advice use use Vector first.
Thanks
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I want to use a sniffer soft on Linux CLI mode. Please suggest one for me. 80mail Linux - Networking 5 08-12-2005 08:42 AM
wt cli() does in linux ?? mehuljv Linux - Newbie 2 04-11-2005 04:17 AM
Linux distro to learn CLI while keeping XP? babyphil Linux - Distributions 5 06-08-2004 04:58 PM
Linux BitTorrent CLI fr0zen Linux - Software 2 12-26-2003 03:58 AM
I want CLI ONLY linux--How? bluceree Linux - Software 8 05-02-2003 04:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 10:13 PM.

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