this post was submitted on 11 Jul 2024
52 points (94.8% liked)

Linux

46778 readers
1703 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I wanted to have a separate laptop where I only use the terminal for my use cases. At the moment I am somewhat confident using the terminal, but I think limiting myself to tty only would build my confidence even more. Any tips?

EDIT: I am already using nvim and I already have installed a minimal distro (Arch). I just need advice on how to actually run this system effectively.

you are viewing a single comment's thread
view the rest of the comments
[–] TunaCowboy@lemmy.world 22 points 1 month ago (1 children)

Just don't install a DE? Am I missing something?

[–] theshyprisoner@lemmy.ml 6 points 1 month ago (1 children)

Well yeah, but I want to know any tips on doing it effectively. If I just "don't install a DE" I wouldn't know where to go from there.

[–] bobs_monkey@lemm.ee 4 points 1 month ago (2 children)

If I'm reading your post right, you basically want a fully functional system that is console only (no GUI), right? So when you go to install, just simply skip installing the desktop environment/window manager.

That, or you can set it up to where your system boots to the console, and you can activate the DE/WM if you want to (like startx for X11). Each environment is different, but I think it's removing the line for starting the DE/WM from either systemctl or maybe a hook, I forget.

[–] theshyprisoner@lemmy.ml 2 points 1 month ago

Yes, I know how to this. I think the way I'm saying it is confusing so let me explain. I know how to install a minimal system without a GUI, however I needed advice on the tools to be able to run this system effectively (i.e. tmux, byobu, and other things people have been mentioning).

[–] PlasticExistence@lemmy.world 1 points 1 month ago

With systemd, you set the default target to something other than a desktop environment.