PDA

View Full Version : Console Only Distro



Woodsyx
March 2nd, 2009, 02:33 AM
I remember seeing screenshots of someone running a distro that split the screen into 4 console instances but I can't remember what he was running. Does anyone know if that's possible with Ubuntu or any other Distro or was I just seeing 4 open console windows and have a poor memory.

kk0sse54
March 2nd, 2009, 02:41 AM
You mean something like Screen? (http://upload.wikimedia.org/wikipedia/commons/7/72/GNU_Screen.png). You can also easily make a commandline only environment out of pretty much any distro.

namegame
March 2nd, 2009, 02:43 AM
For a "strictly CLI" distribution you could install Arch without X, Ubuntu-minimal, or something else like that. You could also look into INX, it's a LiveCD that is strictly CLI.

It could have been a distribution running a tiling window manager as it's "DE"

Examples include, dwm, awesome, and xmonad.

Any distribution can run these.

Bölvağur
March 2nd, 2009, 03:01 AM
I use awesome + vimperator plugin for firefox on my laptop, and it is so great :). The only problem with that is that wireless isn't automatically detected, but a short script fixed that (and connects way faster).

Tiling window managers are not cli only, as you can guess from me having firefox it just manages the windows differently, are very light and are more powerful with the commandline than GNOME imo.

cookieofdoom
March 2nd, 2009, 04:19 AM
If you're going CLI only I recommend OpenSUSE. You can use screens with it (it's probably in the repos, I don't know, though), and it's got an amazing configuration manager for the command line called "YAST". Just run yast from the command line.

Arch boots faster, and if you know Linux well it can be a better option.

MaxIBoy
March 2nd, 2009, 04:31 AM
Are you talking about something like this?
http://arch.kimag.es/resized/88685096.png
This is an X window manager. It's a lot like the one you probably currently use, but it's designed to let you "tile" the windows. Often, people use them to tile a lot of terminals.




Or this?
http://upload.wikimedia.org/wikipedia/commons/thumb/7/72/GNU_Screen.png/684px-GNU_Screen.pngThis actually is running in full textmode, x11 isn't being run at all. You don't even need a graphics card at all to use one of these. However, these are more useful if you use a framebuffer to increase the resolution past 80 lines and 25 characters per line.

Woodsyx
March 2nd, 2009, 05:27 AM
Are you talking about something like this?
http://arch.kimag.es/resized/88685096.png
This is an X window manager. It's a lot like the one you probably currently use, but it's designed to let you "tile" the windows. Often, people use them to tile a lot of terminals.




Or this?
http://upload.wikimedia.org/wikipedia/commons/thumb/7/72/GNU_Screen.png/684px-GNU_Screen.pngThis actually is running in full textmode, x11 isn't being run at all. You don't even need a graphics card at all to use one of these. However, these are more useful if you use a framebuffer to increase the resolution past 80 lines and 25 characters per line.

I was thinking of something more along the lines of the first screenshot. So one of the packages listed on this site? http://xwinman.org/

Any recommendations on whats better/less bugs/something else...

adamlau
March 2nd, 2009, 05:51 AM
Any distro with a tiling WM will do what you are asking (which is not distro specific).