@nixCraft

$ man ls

Is does one thing so well we don't need to modify it anymore

I love the Unix POSIX principle

πŸ–‹οΈ #bash #sh #zsh #ksh #csh #WomenWhoCode #640daysofcode #301daysofcode #730daysofcode #100DaysOfCode #1000DaysOfCode #Linux #POSIX #advancedProgramming #DEVCommunity

https://linux.die.net/man/1/ls

@Alonely0 @grumpydad @nixCraft
It is 64x1024GB definitely not a typographical error

It's also just 4 HDD's @ 16TB or 8 @ 8TB per drive

#bash #sh #zsh #ksh #csh #100DaysOfCode #Linux #POSIX #advancedProgramming

@nixCraft 32GB is low. 64GB is ok 128GB is good

DIskspace depends on the work. For me 64TB is ok, but barely

#bash #sh #zsh #ksh #csh #100DaysOfCode #Linux #POSIX #advancedProgramming

TIL how many thousands of sites #ytdlp supports to easily and properly get your video streams from

https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md

#bash #sh #zsh #ksh #csh #100DaysOfCode #Linux #POSIX #advancedProgramming

yt-dlp/supportedsites.md at master Β· yt-dlp/yt-dlp

A feature-rich command-line audio/video downloader - yt-dlp/yt-dlp

GitHub

@RL_Dane I've never stopped using #gkrellm. I use it on all #POSIX installs and even on #win64 when I run some games.

I use #htop in console mode and standard tiny #top on small ram systems

#bash #sh #zsh #ksh #csh #100DaysOfCode #Linux #POSIX #advancedProgramming

What is an SSH Tunnel & SSH Tunneling?

SSH tunneling is a method of transporting arbitrary networking data over an encrypted SSH connection.

I use 'lolcat' instead of third function described above because I love ❀️ lolcat output colours

However that is not everyone's cup of tea

#bash #sh #zsh #ksh #csh #100DaysOfCode #Linux #POSIX #advancedProgramming

function mkcd(){ [ ! -z "$1" ] && mkdir -p "$1" && cd "$_"; }

does a mkdir / cd dir for you

#bash #sh #zsh #ksh #csh #100DaysOfCode #Linux #POSIX #advancedProgramming

function psgrep() { ps axuf | grep -v grep | grep "$@" -i --color=auto; }

greps your processes and shows them in a nice manner (as a tree)

#bash #sh #zsh #ksh #csh #100DaysOfCode #Linux #POSIX #advancedProgramming