re:publica 2019 – Frank Rieger: Cyberwar, hybride Kriegführung, Desinformation
Unix tools introduced. Today: pgrep
pgrep looks through the currently running processes and lists the process IDs. Use
pgrep -f 'process_name'
to find the process ID of a process.
Tocotronic
Acht Eimer Hühnerherzen
So steht es um den Fluglärm in Köln
Faktenreiche Zusammenfassung als Brief an Minister Hendrik Wüst.
Goldene Zitronen
15.04.2019
70 Dollar pro Tonne CO2 in den G20-Nationen
480 Milliarden Dollar pro Jahr würde es kosten, um bis 2050 über 85% des weltweiten Energiebedarfs aus Wind, Sonne, Erdwärme und Wasserkraft zu erzeugen.
630 Milliarden Dollar pro Jahr würde es bringen, wenn in den G20-Ländern jede Tonne CO2 mit 70 Dollar besteuert würde.
GOT revisited – with PROLOG
Unix tools introduced. Today: Readonly SFTP
To create a user (sftp) with readonly access via sftp to a single directory (/var/sftp_readonly), perform the following steps:
sudo su #become root useradd sftp #create new user passwd sftp #set a password groupadd sftp_readonly #create a group mkdir /var/sftp_readonly #create a directory usermod -G sftp_readonly sftp # add user to group chmod 755 /var/sftp_readonly/ #allow others to read cp /etc/ssh/sshd_config ~/sshd_config.bck #backup your ssh config editor /etc/ssh/sshd_config # edit your ssh_config
Add the following lines to the bottom of /etc/ssh/sshd_config
Match Group sftp_readonly X11Forwarding no AllowTcpForwarding no ChrootDirectory /var/sftp_readonly/ ForceCommand internal-sftp
Also make sure that the following line is present
Subsystem sftp internal-sftp
Reload your ssh service
sudo service ssh reload
Ende der Braunkohle und Ökonomische Verwerfungen…
“I think Google has stopped indexing the older parts of the Web.”
Dług
Filmrunde 3.4.2019
Linux Kernel etc.
Nettes Blog mit einer Serie zur Linux-Kernel-Programmierung
“Android is open source” is the joke of the year
The frequency of blog posts from frustrated Android-Developers/Entrepreneurs seems to be rapidly increasing…
https://gbl08ma.com/developing-for-android-is-like-being-a-demonetized-youtuber/
“Raise the nose, HAL.” “I’m sorry, Dave, I can’t do that.”
This article looks like a must-read for software developers.
“The flight management computer is a computer. What that means is that it’s full not of aluminum bits, cables, fuel lines and all the other accoutrements of aviation. It’s full of lines of code. And that’s where things get dangerous.”
Also published here
https://spectrum.ieee.org/how-the-boeing-737-max-disaster-looks-to-a-software-developer
Kubernetes is the new OS …
Internetplattformen und Pseudo-Anonymität
Wieso haften auf sog. Internetplattformen eigentlich die Plattformen und nicht die Nutzer für Rechtsverstöße?
Ein Artikel aus dem Jahr 2011
Urheberrecht dem Patentrecht angleichen
Dieser Kommentar auf Heise schlägt zur Umsetzung von Uploadfiltern folgendes vor:
- Aufbau einer Datenbank mit allen urheberrechtlich geschützten Werken.
- Eingang in die Datenbank per Antrag.
- Teilweise Finanzierung der Antragsbearbeitung durch den Antragsteller.
- Alles was nicht in der Datenbank ist, muss auch nicht vom Uploadfilter überprüft werden.