this post was submitted on 11 Jul 2023
170 points (96.7% liked)

Linux

47373 readers
732 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’ll start:

  • Tmux
  • vim
  • ghidra
  • okteta (hex editor)
  • speedcrunch (calculator with bit manipulation)
  • python3 with IPython for nice reply and embed(), pwntools
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago
  • alacritty
  • neovim
  • tmux
  • vifm - terminal file manager with vi keybindings.
  • zathura - pdf reader with vi keybindings.
  • inxi - prints information about your hardware.
  • tldr - cheat sheet for common commands
  • qalculate - the most powerful calculator I've seen. There are qt, gtk and cli versions of it.
  • moreutils - collection of tools. My favourite is vidir, it opens directory structure in your terminal text editor, so that you can rename multiple files easily.