Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
06-16-2004, 07:25 AM
|
#1
|
Member
Registered: Feb 2003
Location: Germany
Distribution: Slackware 9.1
Posts: 77
Rep:
|
workstation without X?
Hi,
I'd would like to test how far I can build a system which accomplishes the common workstation functions without going back to X-related applications at as much comfort as possible.
Do you have any experience with a projekt like that?
Which general approach would you recommend?
Which applications would you recommend?
Vincent
|
|
|
06-16-2004, 07:36 AM
|
#2
|
LQ Newbie
Registered: Apr 2004
Posts: 2
Rep:
|
i'd recommend the following applications for a textmode only workstation:
browser: lynx, links (graphical with svgalib iirc)
mail: mutt, pine
irc: bitchx, irssi
im: centericq
editor: vi
file manager, ftp client: midnight commander
other: screen
best regards
|
|
|
06-16-2004, 07:44 AM
|
#3
|
Member
Registered: Jul 2003
Location: --> X <-- You are here.
Distribution: Slackware, OpenBSD
Posts: 305
Rep:
|
Hi!
I have a Pentium 133MHz, with 90 MB of RAM running Slackware 9.1 and it works pretty well. You actually have a ton of text-only applications that are very powerful under Slackware.
My recommendations:
1. Word Processing: Vim + TeX + ispell + enscript.
2. E-mail: mutt or pine. Of course, mutt is more powerful, but pine is easier.
3. WWW: links.
4. FTP: NcFTP.
5. File operations: mc or bash ( of course!  ).
6. Programming: gcc, python, perl, etc (all work in console mode).
7. Spreadsheet: sc.
8. Audio: mpg321 or workbone.
9. News: tin or trn.
10. Graphics: seejpeg.
11. Games: the entire 'Y' group of packages.
12. Telecom/BBS: minicom (if you need to use a modem) or ssh.
Etc... etc... Check out the 'A', 'AP' and 'N' groups of packages for more ideas. Make sure you use 'screen' to manage all this, and you are all set!
Some people might even say that you only need to learn emacs and you will be able to do all this and more!
Of course, using X11 is a bit more comfortable for some of these functions, but console mode still offers a ton of functionalities, and run very well even on limited machines.
Hope this helps! 
|
|
|
06-16-2004, 08:18 AM
|
#4
|
Member
Registered: Feb 2003
Location: Germany
Distribution: Slackware 9.1
Posts: 77
Original Poster
Rep:
|
Thx so far!
Would you recommend using gpm?
I've heard that it is possible to play videos in text mode via ascii. This would be a nice gimmick, too!
Noryungi: What do you meant, I should use 'screen'? 
|
|
|
06-16-2004, 08:33 AM
|
#5
|
Member
Registered: Sep 2003
Location: Spijkenisse, Netherlands
Posts: 119
Rep:
|
screen is a program. From the package description:
screen (screen manager with VT100/ANSI terminal emulation)
Screen is a full-screen window manager that multiplexes a physical
terminal between several processes (typically interactive shells).
Each virtual terminal provides the functions of a DEC VT100 terminal
and several control functions from the ISO 6492 (ECMA 48, ANSI X3.64)
and ISO 2022 standards (e.g. insert/delete line and support for
multiple character sets). There is a scrollback history buffer for
each virtual terminal and a copy-and-paste mechanism that allows
moving text regions between windows.
Never used it... but it sounds cool :-) Think I'll try it myself as well :-)
|
|
|
06-16-2004, 08:34 AM
|
#6
|
Senior Member
Registered: Nov 2003
Location: London, England
Distribution: Ubuntu
Posts: 1,460
Rep:
|
See http://freshmeat.net/projects/screen - screen is a wonderful gadget that allows multiple shells to be run on one console. Plus it has the dead handy ability to be detached and re-attached.
So if you're in the middle of some convoluted task and have to log out, you detach the screen, log out, then come back, log back in, re-attach screen, and it's like you never left.
When I was at uni, I used to have screen running 24/7, as it meant I could login on any machine, re-attach my screen, and have email, MUD, lynx et al instantly accessible, just like that..
|
|
|
06-17-2004, 12:41 AM
|
#7
|
Senior Member
Registered: Sep 2003
Location: Indiana
Distribution: Slackware 15.0
Posts: 1,272
Rep:
|
agree with most of the above suggestions, BUT, have to put in a plug for my favorite newsreader, slrn
|
|
|
06-17-2004, 07:36 PM
|
#8
|
Member
Registered: Jul 2003
Location: --> X <-- You are here.
Distribution: Slackware, OpenBSD
Posts: 305
Rep:
|
Hi!
Yes, 'screen', as described, is a pretty good program that allows you to have multiple virtual consoles on one terminal. Sorry about this, I was not very clear in my original post!
As for 'gpm', I never use it, since I think it actually distracts from the console/typing itself. Besides, few console applications are 'gpm' aware. I think 'links' is one exception there.
|
|
|
06-17-2004, 10:07 PM
|
#9
|
Senior Member
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145
Rep:
|
Actually GPM is very comfortable to copy & paste text in the console 
I usually do a ls to get a package i want to install, then i just doble-click it (highlight the file) then midle click, and magic, don't have to type it :P
Forgot to say that using links with -g option (uses framebuffer) works very good too, it's almost like using a browser on X.
Last edited by gbonvehi; 06-17-2004 at 10:54 PM.
|
|
|
06-17-2004, 10:12 PM
|
#10
|
LQ Guru
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852
|
I have been using my laptop without any GUI for quite some time. I can do just as much as I can on my desktop.
You can also watch videos without X. Mplayer can play videos on the framebuffer.
|
|
|
All times are GMT -5. The time now is 08:45 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|