this post was submitted on 14 May 2023
28 points (100.0% liked)

Linux

47368 readers
1113 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 have always been discovering new things about Linux distros while distro hopping. And when I get something I really like, I just copy the package name and make sure I install it in every distro I use in the future.

Let me start:

  1. Clipboard manager (Gpaste)
  2. KDE connect
you are viewing a single comment's thread
view the rest of the comments
[–] eshep@social.trom.tf 7 points 1 year ago (7 children)

@Owell1984 Having #vim and #tmux in liveOS should be standard practice.

[–] Owell1984@lemmy.ml 2 points 1 year ago (6 children)

I didn't know about tmux. I haven't heard much about it. What's it's purpose and what use would it have for a general user?

[–] normalmode@mastodon.social 2 points 1 year ago (1 children)

@Owell1984 @eshep It has 2 basic functions:

  1. It allows you to add (effectively) tab pages to your shell, and split each page into multiple windows. Yes your terminal can likely do this, but this is running inside your shell, so it works the same way if you’re logged in locally or running over SSH.

1/2

[–] normalmode@mastodon.social 5 points 1 year ago* (last edited 1 year ago) (1 children)

@Owell1984 @eshep 2. Your tmux session runs in a server process, so if you close the enclosing terminal or disconnect from your SSH session, everything in your tmux session keeps running and you can reconnect to it later on.

You can also have a bunch of tmux sessions running in a single tmux server, and switch between them with a couple of keystrokes.

Once you start using tmux (or screen) it’s very hard to imagine going back to life without it!

2/2

[–] eshep@social.trom.tf 3 points 1 year ago

@Owell1984 @normalmode I'm perty sure I'd go mad if I had no way of installin one of em. 😅

load more comments (4 replies)
load more comments (4 replies)