KISS πŸ‡ΊπŸ‡¦

Stop the war!

Stop the war in Ukraine! Fuck putin!

More information is at: https://war.ukraine.ua/.

There is a fund to support the Ukrainian Army: https://savelife.in.ua/en/donate/, and there is a special bank account that accepts funds in multiple currencies: https://bank.gov.ua/en/about/support-the-armed-forces. I donated to them. Please donate if you can!

Killer putin

Killer putin. Source: politico.eu.

Arrested putin

"It hasn't happened yet, but it will happen sooner or later. Beautiful photo, isn't it?" Source: twitter.

TIL: sudoedit

| comments

The command-line interface in Linux/UNIX is extremely powerful due to the combinable features of a shell and a vast number of different programs. You can discover new tools all the time. For example, I recently discovered that the sudo package has the sudoedit command to edit files as root.

So instead of

1
$ sudo vim /etc/hosts

you can

1
$ sudoedit /etc/hosts

The advantage of this is that the editor is run as your user, not as root, increasing security. Works in Linux and OS X.

There is a bit more information here: https://wiki.archlinux.org/index.php/Sudo#Editing_files.

Comments