LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
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 04-12-2022, 12:42 PM   #1
Hani
LQ Newbie
 
Registered: Apr 2022
Posts: 1

Rep: Reputation: 0
Smile Linux terminal


Hi, which is the best program for writing in terminal. I need 32-bit program and also it should use as little as possible system resources. I need such program for computers in my school. They are really old and that is why i need light program for Linux terminal writing.
 
Old 04-12-2022, 12:49 PM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by Hani View Post
Hi, which is the best program for writing in terminal. I need 32-bit program and also it should use as little as possible system resources. I need such program for computers in my school. They are really old and that is why i need light program for Linux terminal writing.
If I understand you correctly you want a light, command-line only Linux distribution for old 32bit machines in your school? Are these machines PC architecture? How much RAM/CPU/HDD do they have, or how old are they, roughly?

In most cases I guess a so-called netinst of Debian Stable should do nicely.
 
Old 04-12-2022, 12:56 PM   #3
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,239

Rep: Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322
This is the best terminal-based text editor I can recommend:

https://micro-editor.github.io/
 
Old 04-12-2022, 01:03 PM   #4
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,503

Rep: Reputation: Disabled
If you stick with a command line install, it won't use much resources.

This may be all you need - https://files.devuan.org/devuan_chimaera/minimal-live/
https://files.devuan.org/devuan_chim...nimal-live.txt

If talking about a writing program for the console, most editors should suffice, but you can get a word processor for use in the console. http://cowlark.com/wordgrinder/index.html
 
Old 04-12-2022, 01:11 PM   #5
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,927

Rep: Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320
there is no best. There are a lot of lightweight text editor out there. First of all you can use vi everywhere, it is available and designed exactly to run everywhere (including low-end hosts).
But there are a lot of others: emacs, nano, editor of mc, ne just to name a few.
And still you can find a lot of info on the net: https://lateweb.info/10-best-lite-co...uxeasy-to-use/
 
Old 04-12-2022, 03:05 PM   #6
rclark
Member
 
Registered: Jul 2008
Location: Montana USA
Distribution: KUbuntu, Fedora (KDE), PI OS
Posts: 488

Rep: Reputation: 180Reputation: 180
I used to be a 'vi' guy for years, but have moved over to 'nano' for console work. I find it a bit easier to use. Matter of taste I suppose. Nano is usually included in a distro like vi is.
 
Old 04-12-2022, 08:54 PM   #7
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,342
Blog Entries: 28

Rep: Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145
I prefer vim, but there's a learning curve; it was written long before a number of conventions (like CTRL-C and CTRL-X, to name two) became conventions. It was written for use over telephone line connections to remote Unix mainframes, so its author made it as light-weight he could. (In fact, I remember one of my co-workers using just such a connection in the mid-1970s long before I ever touched a computer keyboard; he would place his phone handset in a special crade and dial in. He was an economist, so I have no idea what software he was using).

If you don't want or don't have time to deal with the learning curve, I'd recommend nano.
 
Old 04-14-2022, 08:58 PM   #8
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
If you want a real word processor, forget terminal based, even a 32-bit system with 512MB and 1024x768 can run Abiword under something like Debian with LXDE.

But if what you really want is a simple text editor, then use nano as default like already suggested; people familiar with vi/vim/emacs will use that themselves anyway without you making it default or putting it on a menu or whatever you intend to do with it. So at least make sure all three are installed.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: 179 Color Schemes For Your Gtk-Based Linux Terminal (Gnome Terminal, Tilix, Xfce Terminal, More) LXer Syndicated Linux News 0 07-28-2019 04:50 AM
Ubuntu terminal look like linux mint terminal? caa1980 Ubuntu 6 08-13-2009 12:16 PM
LXer: The Terminal Test: Do you have to use the terminal in Linux? LXer Syndicated Linux News 0 01-01-2009 06:50 PM
Difference between a Shell terminal window and the KDE Linux Console terminal window? bostonantifan Fedora 2 03-25-2007 07:23 PM
TightVNC Ver terminal Services.. also looking for terminal Services for linux 2782d4 Linux - Security 3 05-20-2004 02:30 AM

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

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