I’ll start:

  • Tmux
  • vim
  • ghidra
  • okteta (hex editor)
  • speedcrunch (calculator with bit manipulation)
  • python3 with IPython for nice reply and embed(), pwntools
  • Fryboyter@discuss.tchncs.de
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    1 year ago
      • Fryboyter@discuss.tchncs.de
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        For me, this is the main reason why I use micro. And because I don’t like the handling of vim. Funnily enough, I’ve been playing around with Helix for a while now and I really like the editor, even though it’s a modal editor, just like vim. Maybe because of the selection → action model. The question is, do I like Helix better than micro? I still have to answer that question for myself at some point.

  • Slayer 🦊@lemmy.fmhy.ml
    link
    fedilink
    arrow-up
    7
    ·
    1 year ago

    I see a lot of the good ones are already mentioned. But I can’t use a linux system for more than an hour without ‘thefuck’ installed

  • Ticktok@lemmy.one
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    1 year ago

    One that I didn’t see on here that I’ve added to my list

    • tldr
      • simplified man pages with common example commands.-

    If on desktop

    • distro-box
    • yakuake
  • spauldo@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    1 year ago

    For everything:

    • vi/vim
    • ssh & sshd

    For everything except firewalls:

    • C, C++, Perl, Common Lisp, Scheme programming tools
    • lynx
    • wget/curl
    • git
    • ksh (on *BSD)
    • telnet (yeah, there’s equipment that still uses telnet out there)

    For a desktop:

    • Emacs
    • xterm
    • GNU plotutils
    • TeXlive
    • X11 utilities (xcalc, editres, etc.)
    • Atmel and Arduino toolchains
    • xpdf
    • KDE
    • KiCad
    • GIMP
    • Inkscape
    • Firefox
    • Chromium
    • Kerbal Space Program
  • GustavoM@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    1 year ago
    • docker (What, you never wanted to use a optimized version of cmatrix that uses only 512KiB of ram while barely scratching your CPU?)
    • foot
    • brave
    • (on docker) btop, cmatrix, lynx
    • physicswizard@lemmy.ml
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 year ago

      What is this optimized cmatrix you speak of? The normal one slows my desktop to a crawl when it runs.

      • GustavoM@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Basically, a “handcrafted” cmatrix with compilation flags focused on optimization and the musl library (which is “technically better” than glib, a standard library on most distros).

        Do feel free to try it out however, its only 139KiB – click here.

        tl;dr guide on how to get it running

        1- Install docker (docker on most distros – docker.io on ubuntu and friends)

        2- sudo usermod -aG docker (addyourusernamehere)

        3- reboot

        4- run it with “docker run -it --rm --log-driver none --net none --read-only defnotgustavom/cmatrix:marchedition”

  • moroviintaas@infosec.pub
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 year ago
    • vim
    • git
    • rust (via rustup)
    • codium
    • pycharm ce
    • nu (shell)
    • starship (shell prompt)
    • firefox
    • sway
    • alacritty
    • python
    • iproute (or whatever package has ip in distro)
    • keepassxc
    • gcc/g++
    • make
    • podman (or docker)
  • mfz@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    To add to all great comments here I have one that I’ve used for ages and not seen mentioned here: lftp

    It supports many protocols for ftp like over ssh and allows for shaky connections with resume and back in the days when this was more common I used to just run it in the background to download huge files that took days to download and it would gracefully just reconnect/resume/retry until done.

  • Andy@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago
    • Tmux
    • NeoVim
    • Git
    • FZF
    • Fish
    • ssh Lots of others, but these are the day-to-day
    • Lanthanae@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      +1 for fish shell. The lack of POSIX compliance really doesn’t matter at all day-to-day, but all the qol features that the shell has absolutely do matter and they are so worth it.