bash¶
How to put apart "call" and source in bash¶
1 | |
Good error handler for bash¶
1 2 3 4 5 6 7 8 9 10 11 12 | |
1 2 3 4 5 | |
Pure bash whois client¶
1 2 3 | |
Remove leading zeroes ${VAR##+(0)}¶
1 2 3 4 5 6 7 8 | |
Found here.
URLencode for Shell using jq¶
1 2 3 4 5 | |
Who has eaten all the swap?¶
1 2 3 4 5 6 7 8 | |
When the password was changed?¶
chage -l $USER— show password "aging" statuspasswd -S $USER— show user's "status"zgrep -Fw passwd /var/log/* /var/log/*/* | grep -Fw $USER— look for passwd(1) report