this post was submitted on 13 Jun 2023
10 points (100.0% liked)

Linux

50486 readers
1129 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
 

Big fan of commandline tools such as vim, htop etc. What is in your opinion must have tools?

top 28 comments
sorted by: hot top controversial new old
[–] user@discuss.tchncs.de 6 points 2 years ago* (last edited 2 years ago)

Ncdu is a really useful little utility that shows you what directories are using the most space on whichever drive/directory you select. Really useful little piece of software.

hdparm is another neato one that let's you test the read speeds of your drives, though it's more so something ya use once and forget exists.

Also, though Neovim is more popular, Helix deserves some recognition. It's a rust based, vim inspired text editor which removes the need to configure it, making it easier for people trying to get into terminal text editors.

Edit: Jerboa removed the first name, my bad.

[–] wildbus8979@sh.itjust.works 5 points 2 years ago

xclip is incredibly useful to get and set data from the clipboard!

gopup is to html what jq is to JSON. It allows you to parse html to extract specific data for a given selector.

[–] starship_lizard@lemmy.world 5 points 2 years ago (1 children)

I mentioned this in another post, but tmux is awesome

[–] privsecfoss 1 points 2 years ago

Couldn't live without it!

[–] ds12@beehaw.org 3 points 2 years ago (2 children)

fzf for quickly matching file names especially deep in the directory hierarchy

ripgrep for quickly searching for text content within files

dtrx for handling the right extractions of different archive types

[–] wildbus8979@sh.itjust.works 3 points 2 years ago (1 children)

What is the difference between ripgrep and just plain grep?

[–] ForthEorlingas@lemmy.fmhy.ml 2 points 2 years ago (1 children)

ripgrep is a reimplementation of grep in Rust. It benchmarks faster for large file searches and also comes with quality of life features like syntax highlighting by default.

[–] ShitpostCentral@lemmy.world 1 points 2 years ago (1 children)

It also ignores files in .gitignore and some others by default

[–] eyolf@lemmy.world 3 points 2 years ago

It also has a much simpler and forgiving syntax. Just type rg anything and it finds anything

[–] ForthEorlingas@lemmy.fmhy.ml 3 points 2 years ago (1 children)

I basically live in nvim. Being able to configure my editor in an actual programming language makes it so much more useful to me than vim could ever be.

[–] privsecfoss 1 points 2 years ago

Also use nvim and love it. Not vim as the title says.

[–] 0xCAFE@feddit.de 3 points 2 years ago
[–] eyolf@lemmy.world 3 points 2 years ago

Ranger and/or vifm as file managers. Can't live without them

[–] kylian0087@lemmy.world 2 points 2 years ago* (last edited 2 years ago)

EDIT: lemmy changed where this comment went. (BUG)

[–] cefadroxilthranduil@lemmy.world 2 points 2 years ago
  • gcalcli : helps accessing google calendar using calendar api
  • neix : rss reader
  • I don't know if it counts but : fish shell
[–] vortexal@sopuli.xyz 2 points 2 years ago

They might have specific uses that most users might not need and there may be better alternatives but some of the ones I've been using are:

CISO - A command line tool for making compressed ISO files that can be used in emulators and some video game consoles running custom firmware.

RAR - The Linux version of WinRAR, which doesn't have a UI like the Windows version does.

Flatpak - Probably well known but in case a newer Linux user sees this, it's used to download and install flatpaks from Flathub.

[–] lucidmushr00m@lemmy.ml 2 points 2 years ago* (last edited 2 years ago) (2 children)

ffmpeg

alsamixer

And on a more devops front k9s https://k9scli.io/

[–] JollyRoberts@lemmy.ml 3 points 2 years ago

Love k9s! I just pull dnit down and used it again today.

[–] lenathaw@lemmy.ml 3 points 2 years ago

k9s is a game changer

argos-translate for offline machine language translation.

tmux & neovim for editing files and organizing the terminal displays.

asciinema for recording and playing back terminal sessions.

[–] fossesq@beehaw.org 2 points 2 years ago

I am thoroughly enjoying using mcfly.

[–] jdkfbdjdfhfkndd@dormi.zone 2 points 2 years ago* (last edited 2 years ago)

i use kibi as a text editor

not a cli tool, but i also have a terminal client called alacritty

also doas instead of sudo

[–] hal_canary@lemmy.sdf.org 2 points 2 years ago

off the top of my head:

  • vim
  • git
  • bash
  • make
  • whatever-compiler-im-using
  • curl
  • less
  • grep
[–] Fubarberry@lemmy.fmhy.ml 2 points 2 years ago

Kakoune (kak) has become my go to vim replacement. Keybinds are tweaked slightly to be more user friendly and more transparent about what it is you're doing.

I never mastered vim binding as well as I liked, but the more intuitive and better communicated binds for kak were easy to learn in comparison and I quickly swapped over.

[–] chris@lem.cochrun.xyz 2 points 2 years ago

I personally like bat, fd, rsync, btm, btop, rg, and nix. Nix is a package manager tho, so that's a whole bag of worms.

[–] ashley@lemmy.ca 2 points 2 years ago

bat is a nice one

[–] fleg@szmer.info 2 points 2 years ago
  • ranger and mc - both are file managers, and their approach is so different that I choose one of them I need at the moment depending on what do I want to do (mc for traditional file management, ranger for looking around the directory tree and peeking into files)
  • htop, tmux - classics
  • weechat, profanity - for my IM needs
  • ripgrep - for searching through files
  • magic-wormhole for file and ssh public key exchange
  • mosh for when the network conditions aren't ideal
  • nmap to see if that machine I've connected into the network is up and what IP did it get
  • bat for quick looking into files
  • gdb, with mandatory gdb dashboard
  • nvim for serious text and code editing, micro for more casual editing
load more comments
view more: next ›