PostgreSQL coub express.js freeware git jquery laravel links linux macos mysql node.js php powershell python ubuntu vim virtualbox анекдот блог игры интересно стихи цитаты

Install cmatrix (Debian, Ubuntu)
sudo apt install cmatrix

vim ~/.screenrc
blankerprg cmatrix -abs -u5 # check out cmatrix -h
idle 60 blanker


man grep
-v, --invert-match
       Invert the sense of matching, to select non-matching lines.
Example
cat access_log_with_utm_source.log | sudo grep -v "gclid\|msclkid" > no_gclid_msclkid.log


sudo apt install flameshot
Nothing special, but, so long dear Shutter .)
Only missing "active window only" screenshot option, but it isn't critical.
interface & tools smaple/example


keyboard setup hotkey (XFCE) example



Message of the day for your console. Just for fun.
Step1
sudo apt install fortune fortunes fortunes-ru cowsay lolcat
Step2
# vim ~/.bash_aliases
## ru variant
alias ff='fortune ru | cowsay | lolcat'
## en variant
alias ff='fortune | cowsay | lolcat'
## run each time bash running
ff
Alias name is up to you, for sure.
Result



That could help in weird cases (like livewire stuck out of local APP_ENV, for example).
alias ar-clear-all='rm -rf ./storage/framework/{cache, sessions, testing, views} && rm -f ./bootstrap/cache/* && php artisan optimize:clear && php artisan cache:clear && php artisan config:clear && php artisan route:clear && php artisan clear-compiled && composer dump-autoload'


aghr