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

Original solution is here

Short explain
:%s/^M//g
Use Ctrl+v-m to input ^M in Linux
Use Ctrl+q-m to input ^M in Windows

I-i-i, wanna fall from the stars


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



aghr