this post was submitted on 07 Nov 2023
105 points (94.9% liked)

Linux

47237 readers
3343 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
 

Thank you so much, comrades! I am feeling pretty comfortable with linux mint, and now would like some suggestions for some absolutely necessary FOSS or free license software for the OS. So far I have the standard, Firefox, ThunderBird, LibreOffice, yada yada. Thank you again to everyone on the linux comm! sankara-salute

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 10 months ago* (last edited 10 months ago) (2 children)

Logseq is a pretty nice FOSS alternative to Obsidian I came across recently. Tmux is absolutely necessary for any terminal work. Wezterm is my favorite terminal emulator because you can easily disable all of the shortcuts except very few you want (tmux handles most of terminal stuff for me). Some new alternatives to old command line utilities:

  • bat is cat but 1000 times better. I love it so much!
    fun factI also recently learned that it's safer, because you can have a file that has some bad command, then the backspace character several times, and cat doesn't display the characters "deleted" by the backspaces (but it still executes). Bat doesn't do that.
  • fd is better find
  • rg (ripgrep) is better grep
  • zoxide is better cd
  • dust is better du
[–] [email protected] 2 points 10 months ago (2 children)
[–] [email protected] 2 points 10 months ago (1 children)

I use zoxide plus fzf which ends looking like this.

My default go-to for a better cd was teleport when I still was on bash. The tp command can be aliased to cd. I don't think it will run on other shells though.

[–] [email protected] 1 points 10 months ago

Here is an alternative Piped link(s):

this

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.

[–] [email protected] 1 points 10 months ago (1 children)

What? It's literary in my comment.

[–] [email protected] 2 points 10 months ago

Oh, Sorry I didn't notice also thanks to tell us about bat. It's much better than cat.

[–] [email protected] 1 points 10 months ago (1 children)

Personally, instead of Tmux, I'd recommend trying Zellij. I started with Zellij right out of the gate, but a friend of mine who dislikes Tmux a lot quite enjoyed Zellij, so I assume it's somewhat better.

[–] [email protected] 1 points 10 months ago

I know about Zellij, but in its current state, I think it doesn't make sense for me to switch. I really lobe my Tmux setup, and I don't think I would be able to replicate it on Zellij, mainly because of Tmux plugins I use. I also don't think that Zellij currently has any advantages over Tmux except for better default config and user friendliness that I don't need. I'm looking forward to the Zellij ecosystem getting better tho. Some day, I will probably make the switch. The WASM tabs feature looks extremely promising!