I’ll start:

  • Tmux
  • vim
  • ghidra
  • okteta (hex editor)
  • speedcrunch (calculator with bit manipulation)
  • python3 with IPython for nice reply and embed(), pwntools
  • @spauldo@lemmy.ml
    link
    fedilink
    52 years 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
  • Sebito
    link
    fedilink
    4
    edit-2
    2 years ago
    • Kitty
    • fish + all the shell builtins
    • LunarVim (Neovim)
    • git + lazygit
    • openssh
    • npm
    • cargo
    • docker

    Edit:

    • wget
    • httpie
    • tar & (un)zip
  • @GustavoM@lemmy.world
    link
    fedilink
    42 years 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
      • @GustavoM@lemmy.world
        link
        fedilink
        English
        12 years 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”

  • @PlexSheep@feddit.de
    link
    fedilink
    3
    edit-2
    2 years ago

    Adding to that:

    • neovim for workstations
    • curl
    • wget
    • zsh

    Edit: So essentially for me, I forgot to include it: vim, my beloved, always and for ever

      • @PlexSheep@feddit.de
        link
        fedilink
        12 years ago

        Im not really into the bash simplicity, but it’s proven and stable.

        I just have a git repo with configs on my git Server, I make changes regularly and roll them out with a quick bash script.

  • @iks@lemmy.world
    link
    fedilink
    32 years ago
    • zsh+ohmyzsh
    • tilix
    • neovim
    • fzf
    • exa
    • pv
    • htop+iotop+nethogs
    • iperf3
    • nc
    • socat
    • nmap
    • python3
    • ansible
    • lolcat
  • @lo_fi@lemmy.world
    link
    fedilink
    2
    edit-2
    2 years ago

    A few from the top of my head:

    • git
    • neovim
    • nix (package manager)
    • mpv + yt-dlp (stream music from yt with --no-video argument)
    • unbound
    • caddy (quickly spin up local web servers with https)

    Edit: almost forgot, I’ve been using zsh + znap package manager and loving it.

  • @0xd4n@lemmy.ml
    link
    fedilink
    22 years ago
    • vim
    • bashtop
    • cmus
    • ghidra
    • jq (pretty print Json)
    • screen
    • hexedit
    • python3 with pwntools
    • GCC, g++, make & libc6-dev
    • gdb with pwndbg
    • alacritty
  • @ik5pvx@lemmy.world
    link
    fedilink
    22 years ago

    The first 3 things I always add after a fresh install: aptitude emacs (-nox for servers) tree

    Then it depends what the machine is for.