LinuxQuestions.org
Help answer threads with 0 replies.
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 10-11-2014, 12:16 PM   #1
musetto
LQ Newbie
 
Registered: Jun 2012
Location: Fontaniva, Italy
Distribution: ParrotSec, Antix
Posts: 15

Rep: Reputation: Disabled
Text-only / text-based linux distributions


Hello, everybody.

I have a laptop with a partially broken video-card and faulty keyboard. Apart from that the CPU is a 64-bit model and very fast with 4 GB of Ram.
I tried tens of modern distributions (most of them 64-bit version) but they all fail because of errors related to the video-card (at least I think so) and sometimes the keyboard.

However, I managed to load and work with some "old" distributions like Puppy Linux 4.3.1 though in 800 x 600 or 1024 x 768. Besides, Salix Linux 14 manages to complete the installation in 64-bit mode (the only one!)

I overcome the faulty keyboard with a cheap USB keyboard which quite perfectly overlaps the original keyboard.

1) My first question is: can you suggest me a good text-based 64-bit distribution which can allow more than basic operation (for instance, ethernet configuration, sound manager, text-based browser like elinks, and so on)?
Please, note that also ttylinux 16 64-bit fails and never complete the boot!!

2) Besides, can you suggest some other text-based distribution for a Pentium I 166 MHz, 128 MB RAM?

3) What do you think of Sparky Linux CLI version?

4) And about FreeBSD i386 version, does it deserve a try?

Thank you in advance.
 
Old 10-11-2014, 12:34 PM   #2
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
i installed fedora-20 on a netbook with a cracked screen (i basically use it as a diy nas). i disabled the graphical login at boot by running:
Code:
sudo ln -s /lib/systemd/system/runlevel3.target /lib/systemd/system/default.target
 
Old 10-11-2014, 12:56 PM   #3
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,240

Rep: Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322
Slackware.

Everything in Slackware that has the option of not being linked against X is not linked against X. Slackware includes links in its default install, and it gives you ways to set up your wired and wireless network connections without using X.

Slackware also is (in)famous for not booting into X by default.

Last edited by dugan; 10-11-2014 at 01:04 PM.
 
Old 10-11-2014, 03:22 PM   #4
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
1. Text-based distro: Slackware or (my preference) Salix — Slackware with added user friendliness!

2. Pentium I will need a non-pae kernel, which narrows the field. I'd suggest Antix, which will run in 128MB even with the GUI. They recommend a Pentium II for best performance, but cutting out the GUI would obviously take care of that.

3. Sparky is very good. I've only used version 3.4 with Xfce, though.

4. Frankly I can never see the point of BSD, so I've never used it. If it's so wonderful, why does hardly anyone use it? And before the fanboys get going and say "hardly anyone uses Linux compared with Windows", look at the data on web-servers: mostly running Linux — the only big-name company with BSD that I know of is Yahoo.
 
Old 10-11-2014, 08:11 PM   #5
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
Δ mac-osx is based on the bsdi kernel.
 
Old 10-11-2014, 08:19 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,997

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628
In a real sense, all distro's are based on two parts. The underlying OS and some window manager. You don't need to install the window manager but in some cases it isn't easy to avoid. Somewhat easy to remove.

Big distro's tend to offer a way to just install cli or JEOS. Opensuse, debian, Centos and such are good choices.


I've used FreeBSD and the NetBSD over the last few decades. They work good.

In all of this I have to say that maybe your systems could boot to gui.
 
Old 10-11-2014, 08:19 PM   #7
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
The "server" or "minimal" version of nearly any distro will be cli-only, and you can install all of the cli-only programs you want on it using the standard package management system.
 
Old 10-12-2014, 07:53 AM   #8
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,671
Blog Entries: 4

Rep: Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945
Unlike MS-Windows, Linux/Unix uses a client/server graphic user interface (XWindows/XOrg). This means that there are two functional units: the part that builds the display, and the part that renders it. The two don't have to be on the same machine. Therefore, you can connect to your "busted" machine, and use it with a GUI, from any other machine. (And this is not the "Windows Remote Desktop" approach, which is schlepping bitmaps around ...)
 
Old 10-12-2014, 08:28 AM   #9
jmccue
Member
 
Registered: Nov 2008
Location: US
Distribution: slackware
Posts: 698
Blog Entries: 1

Rep: Reputation: 382Reputation: 382Reputation: 382Reputation: 382
Quote:
Originally Posted by musetto View Post
2) Besides, can you suggest some other text-based distribution for a Pentium I 166 MHz, 128 MB RAM?
I think this may be a tough option, but a search of distrowatch may help. There is also INX which seems intriguing but I have yet to try it out, it does not seem to exist in distrowatch.

Quote:
Originally Posted by musetto View Post
4) And about FreeBSD i386 version, does it deserve a try?
yes, but I think it's system requirements may also be heading up. But I think NetBSD will work fine. I have it on a old AMD 333MHz (=PII?) which I use as a file backup system. Seems zippy and and have not had any issues. Getting linux on that system has proved difficult starting with kernel 2.6

John
 
Old 10-12-2014, 10:10 AM   #10
replica9000
Senior Member
 
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,129
Blog Entries: 2

Rep: Reputation: 260Reputation: 260Reputation: 260
Try a Debian net-install image.
 
Old 10-12-2014, 10:35 AM   #11
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
On reflection, I suspect that the differences between distros are reduced if you only use the CLI. Obviously, there will still be a difference between huge (Debian) and tiny (CentOS, Slackware), and between enterprise-class (Debian Stable) and bleeding-edge (Debian Sid). But if you consider other differences:
1. preferred GUI (and few distros are equally convenient with all the GUIs they offer) is obviously irrelevant.
2. installers will be much the same (unless, like Arch, they don't bother with one). The intricacies of Anaconda are not paralleled in keyboard-based installers.
3. distinctive "house-keeping tools" are generally GUI. Ubuntu's Software Centre may be a far cry from package-kit, but "apt-get install X" is no surprise after "yum install X".
 
Old 10-13-2014, 05:14 AM   #12
Germany_chris
Senior Member
 
Registered: Jun 2011
Location: NOVA
Distribution: Debian 12
Posts: 1,071

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Arch just install the base and go, centos also has a text installer.
 
Old 10-13-2014, 05:53 AM   #13
mjolnir
Member
 
Registered: Apr 2003
Posts: 820

Rep: Reputation: 99
You can of course do a full install and run it mostly cli. I'm posting this from the cli of Ubuntu 14.04 and Elinks. I've configured the install to boot to the command line first. Once you work out the details you can experiment with lighter WM's that may work with your video card, lxde etc.

Last edited by mjolnir; 10-13-2014 at 05:59 AM.
 
Old 10-13-2014, 02:04 PM   #14
musetto
LQ Newbie
 
Registered: Jun 2012
Location: Fontaniva, Italy
Distribution: ParrotSec, Antix
Posts: 15

Original Poster
Rep: Reputation: Disabled
Hello to everybody and thank you very much for your precious comments.

I decided to re-install Salix Ratpoison since it is based on Slackware on the 64-bit half-broken laptop.

Then, I am going to partition the hard-disk and try debian.
 
  


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
LXer: The Qt-based Tea Text Editor: Managing Image and Text Files in One Application LXer Syndicated Linux News 0 07-30-2012 07:51 PM
[SOLVED] Bash command to 'cut' text into another text file & modifying text. velgasius Programming 4 10-17-2011 04:55 AM
join 2 text files based on first number present in every line of the 2 text files markraem Linux - Software 4 01-25-2010 06:26 AM
Text-Based Linux williamjonah Linux - Software 7 08-29-2005 02:03 PM
why use text based Linux dcc Slackware 13 04-26-2005 11:23 AM

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

All times are GMT -5. The time now is 03:28 AM.

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