LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-28-2009, 11:49 PM   #1
peonuser
Member
 
Registered: Mar 2008
Location: Where ever I am.
Distribution: Various
Posts: 177
Blog Entries: 172

Rep: Reputation: 21
gui-less


I have an old laptop that works great, but is not really meant for the gui. it runs debian just fine. I am looking for recommendations for software to use that is command line only. I have used ssh to access servers and foobarred machines so it will not be totally unfamiliar with it. Any recommendations would be appreciated.
 
Old 05-29-2009, 12:16 AM   #2
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,307

Rep: Reputation: 2743Reputation: 2743Reputation: 2743Reputation: 2743Reputation: 2743Reputation: 2743Reputation: 2743Reputation: 2743Reputation: 2743Reputation: 2743Reputation: 2743
That's a very vague qn. Tell us what you want to achieve, we'll suggest options...
Which version of debian?
 
Old 05-29-2009, 08:19 AM   #3
Valkyrie_of_valhalla
Member
 
Registered: Jan 2006
Location: Romania
Distribution: Suse 12.0, Slackware 12.1, Debian, Ubuntu, Gentoo
Posts: 301

Rep: Reputation: 30
Erm why not use a more lightweight window manager such as xfce? That works on almost any computer

If you really want just the command line, there was somebody once who tried as an experiment to do everything from there, and put up a nice list of usefull programs... but I can't seem to find it, will post back if I do.

All I remembered was links or elinks as a CLI web browser.
 
Old 05-29-2009, 08:26 AM   #4
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by peonuser View Post
I have an old laptop that works great, but is not really meant for the gui.
Didn't laptops appear on the market after the GUI was in common use?

The point is that I think laptops--in general--are intended to run a GUI system. To be sure, "old" often means "slow".
 
Old 05-29-2009, 03:36 PM   #5
peonuser
Member
 
Registered: Mar 2008
Location: Where ever I am.
Distribution: Various
Posts: 177

Original Poster
Blog Entries: 172

Rep: Reputation: 21
i looking for th usual programs such as word processing. spreadsheet, and database. I want to be able to do everthing on a minimal drive. I want to be able to travel with a laptop where I do not have to worry if something happens to it. i.e. being looked at while at customs or the like, I am running a p1 166 with 96 megs memory (less video ram). running pre-lenny with icewm and fluxbox. When I installed and early version of lenny I could not get X11 to work, so I put pre-lenny back on it. I may need to try it again.
 
Old 05-29-2009, 04:02 PM   #6
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
You can run X on this hardware without much problems. Something like DSL should run whithout any major problem, with icewm, fluxbox or something similar.

Quote:
Originally Posted by peonuser View Post
i looking for th usual programs such as word processing. spreadsheet, and database.
If you have something in mind (i.e., the msworks suite for DOS) let us know, because in such case you might want to run something like FreeDOS instead

I know no word processor for command line (wordperfect for dos works ok in dosbox, though). In the unix world the standard would be to use plain text files formated with TeX. I know not much about spreadsheets, and as far as I know there's no clone of msaccess for text mode if that's what you mean.
 
Old 05-29-2009, 04:11 PM   #7
anarchyinc
Member
 
Registered: Dec 2008
Distribution: Debian SID Xfce
Posts: 40

Rep: Reputation: 16
Quote:
Originally Posted by peonuser View Post
I have an old laptop that works great, but is not really meant for the gui. it runs debian just fine. I am looking for recommendations for software to use that is command line only. I have used ssh to access servers and foobarred machines so it will not be totally unfamiliar with it. Any recommendations would be appreciated.
If you really want a GUI-less environment, just don't install or start the X server. If your computer has an issue running the fatter desktops you can try out Xfce, awsome, fluxbox.. so on and so forth. A true "minimal Debian install" (ie uncheck the box that says desktop when installing) has just the terminal.
 
Old 05-29-2009, 04:17 PM   #8
cardinals_fan
LQ Newbie
 
Registered: Jan 2008
Location: Alaska
Distribution: SliTaz, NetBSD, & Slackware
Posts: 16

Rep: Reputation: 0
Take a look at these:
http://kmandla.wordpress.com/2009/02...an-it-all-fit/
http://kmandla.wordpress.com/2009/05...ure-reference/

Actually, just read the whole blog. Amazing stuff.
 
Old 05-30-2009, 12:07 AM   #9
peonuser
Member
 
Registered: Mar 2008
Location: Where ever I am.
Distribution: Various
Posts: 177

Original Poster
Blog Entries: 172

Rep: Reputation: 21
Thanx, I will certainly look at vwm. I have used freedos, but it does not have the power of linux. besides I want to run everthing native. Someone told me about sc or oleo for the spreadsheet. sqllite or mysql for the database with php5/php-cli for the frontend, and probably stay with vim as the word processor. antiword was suggested as an addon tool. I might look at emacs. I might even consider the freebasic compiler to write code to handle data since I have a decent knowledge of basic. sed and awk are other tools also something to learn.hnb was recommended as a good note-taker program. then there was ledger to do accounting looks like it is based on gnucash.

Thanx for all the help.

Last edited by peonuser; 05-30-2009 at 12:37 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
gui read out of back end command lines from gui front end activation? how? Siljrath Linux - General 0 10-24-2008 10:11 AM
Writing GUI front-ends: what language + what GUI library? pear Programming 7 07-07-2008 08:17 AM
[Ubuntu GUI] Changing GUI from Gnome to wmaker MangaManiac Linux - Laptop and Netbook 8 05-08-2005 03:17 PM
KDE gui vs. Gnome GUI Curt6000 Linux - Newbie 11 11-10-2004 01:37 PM
Isn't Windows 95 or 98 a better GUI solution for old machines than an old Linux GUI lynchmob09 General 10 04-20-2004 01:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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