The Linux Questions community has voted and declared KDE Plasma "Desktop Environment of the Year 2018", Kdenlive "Authoring App of the Year", Dolphin "File Manager of the Year" and Konsole "X Terminal Emulator of the Year" for second year in a row.
I created a GoFundMe for helping me to buy the computer at https://www.gofundme.com/for-buying-a-new-computer-for-developing-fedilab
It's for a Librem 15 version 4 (Only if I get enough funds otherwise, any other ideas are welcomed). Thanks.
Ein FreeBSD-Entwickler spricht über systemd:
The Tragedy of systemd
Benno Rice https://2019.linux.conf.au/schedule/presentation/156/ systemd is, to put it mildly, controversial.
Make your Bash scripts detect more errors, add this line early in a script:
`set -eu -o pipefail`
`set -e` makes the script fail if a command exits with a non-zero exit status.
`set -u` lets the script fail when you're trying to use not yet defined variables.
`set -o pipefail` will pass on the error from a failed piped command, e.g. `false | true` will then fail, where it would have succeeded otherwise. This one is not available in dash, but in busybox' ash it is.
A simple way to browse the web with the IPv4 address of a remote machine:
Install and configure:
sudo apt install tsocks
cat << EOF > ~/.tsocks.conf
server = 127.0.0.1
server_type = 5
server_port = 1080
EOF
Run in a shell:
ssh -D 1080 myotherhost
Run in another shell:
tsocks firefox -P myotherprofile --no-remote
WARNING: IPv6 connections are not proxied.
mirror.init7.net tritt die Nachfolge von mirror.switch.ch an: https://twitter.com/init7/status/1057200188694163456?s=09
Meine Katze <3
https://www.koalatux.ch/Gizmo%20High%20Five.mp4