home.social

#ncdu — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ncdu, aggregated by home.social.

fetched live
  1. # Wochenrückblick, Ausgabe 149 (2026-27)

    Themen:

    🖥️ 1 TB immer voll – DaisyDisk und GrandPerspective helfen

    📸 Kleine Galerie aller Titelbilder aus dem Blog

    🗺️ Bikerouter: Download-Problem in iOS/iPadOS 26.5.2

    📷 Alt, aber treu: meine Nikon D500

    💉 FSME-Impfung

    🔊 In dieser Woche gehört: Greg Downey

    #Wochenrückblick #Apple #MacStudio #NVMe #DaisyDisk #GrandPerspective #ncdu #Blog #Bikerouter #Nikon #FSME #Impfung #Techno

    marcusjaschen.de/blog/2026/202

  2. IDEs, UNIX, AND THE LEGACY WORKFLOW THAT NEVER WENT AWAY

    Words of Wisdom are dispensed in the article

    I have a workflow consisting of

    • screen
    • bash or one of
    • csh
    • ksh
    • zsh
    • vim or
    • vim.motif
    • function third(){ awk '{if (NR%3==0){print "\033[32m" $0 "\033[0m"} else{print}}'; }
    • function psgrep() { ps axuf | grep -v grep | grep "$@" -i --color=auto; }
    • function mkcd(){ [ ! -z "$1" ] && mkdir -p "$1" && cd "$_"; }
    • gcc
    • g++
    • asm
    • ln
    • go from golang
    • lsd
    • ncdu

    These choices are deliberate. I want and demand the fastest programming ENV: which follow the UNIX principle & KISS

    quotes

    tl;dr*

    Unix already solved many IDE problems decades ago using small cooperating tools instead of one large application.

    • bash
    • coreutils
    • less
    • tmux
    • nvialready form a complete and focused development environment for many Unix workflows.

    The shell becomes the workspace, the terminal manages sessions, and the editor remains small and predictable

    sources:

    man sh(1)

    man ls(1)

    man coreutils(1)

    man less(1)

    man screen(1)

    man tmux(1)

    man vim(1)

    gnu.org/software/screen/

    repo.or.cz/code-notes.git/blob

    go.dev/doc/install

    go.dev/doc/tutorial/getting-st

    #programming #UNIX #gcc #g++ #asm #ln #golang #lsd #ncdu #ncurses #BSD #freeBSD #ghostBSD #openBSD #Linux #OpenSource #POSIX

  3. #ncdu running in #MiNT on #Atari #falcon

    Didn't have to change a line, just to pass the cross prefix to configure.

  4. #tersoftware de linha de comando

    #jq - formatação e bonitificação de texto em formato JSON
    #bat - um #cat com asas :)
    #ncdu - interface em ncurses pro #du, muito útil pra encontrar (e apagar) diretórios e arquivos gigantes no disco
    #ranger - navegador de arquivos com atalhos do vim
    #z - acessa pastas frequentemente utilizadas diretamente
    #fzf - backend de fuzzy search compatível com todos os sabores de shells e vim.
    #fd - um #find mais intuitivo
    #rg - um #grep mais intuitivo, com mais funcionalidades (e mais rápido)

  5. A new-to-me tool that is wonderfully useful, I've immediately been able to use it on a few machines this week: NCurses Disk Usage, aka ncdu.

    If you occasionally need to get an idea where your hard drive space is going to, check it out!

    dev.yorhel.nl/ncdu

    #Linux #ncdu #OpenSource #FOSS

  6. Today I added support for `borg create --list` output to #ncdu-export, allowing you to interactively preview a #borg snapshot creation inside of #ncdu.

    github.com/wodny/ncdu-export/p

    I also found and fixed/worked around a nasty bug making #ncdu crash when emoji file names were encountered:

    github.com/wodny/ncdu-export/p

    #Borgbackup

  7. 3 kleine Helfer: Festplattenplatz analysieren, hakendes ProtonVPN, Rottöne für besseren Schlaf

    tube.tchncs.de/videos/watch/87

  8. I was just running `ncdu` on my server and wondered if there is a quicker way. Apparently there is! `gdu` claims to be faster, and I tried it.

    > all CPU cores at 100% load

    Yep, satisfying :drgn_flat_owo:

    #Linux #SysAdmin #ncdu #gdu

  9. Visualiser facilement la taille des dossiers en console avec #NCDU 😉
    PS : la mauvaise qualité de la vidéo est due au fait que c'est un enregistrement réalisé sur un remote lui-même en remote 🤨 Ouai... une dinguerie 🤪

  10. #ncdu2

    dev.yorhel.nl/doc/ncdu2

    This seems to work.. but I had to download the compiler of a language I never heard of before to build the binary.. oldskool!

    #zig
    #ncdu

  11. The #terminal can be a bit daunting if you've never approached it before. One of the biggest hold backs for a lot of people switching to #linux is being afraid of troubleshooting in the terminal. I figured, let's break the ice a bit shall we? We can install #hollywood, #ncdu & #cmatrix using just the terminal in #linuxmint by running some very simple and easy commands! Come follow along!

    Terminal Basics - Installing cmatrix, hollywood and ncdu - Linux Mint

    youtube.com/watch?v=N5QzmdE0Tx

  12. It wasn't until today that I tried #gdu as a replacement for #ncdu

    gdu is..stupidly fast. I have wasted so much time on big directory trees with ncdu

    #Linux #ArchLinux #foss