diff --git a/config.toml b/config.toml
index 4fcbc42..f2b41b1 100755
--- a/config.toml
+++ b/config.toml
@@ -1,7 +1,9 @@
baseurl = "https://mehl.mx/"
languageCode = "en-GB"
title = "Max Mehl"
-theme = [ "hugo-sustain", "hugo-cloak-email", "hugo-mastodon-comments" ]
+theme = [ "hugo-sustain", "hugo-cloak-email", "hugo-mastodon-comments", "hugo-snap-gallery" ]
+PygmentsStyle = "friendly"
+pygmentsCodeFences = true
[blackfriday]
# preserves linebreaks, and transforms to
@@ -57,3 +59,7 @@ extensions = [ "hardLineBreak" ]
identifier = "contact"
weight = 400
url = "/contact/"
+
+[privacy.youtube]
+ disable = false
+ privacyEnhanced = true
diff --git a/content/blog/2013-10-28-organising-micro-task-emails-in-thunderbird.md b/content/blog/2013-10-28-organising-micro-task-emails-in-thunderbird.md
index d0afe98..c629819 100644
--- a/content/blog/2013-10-28-organising-micro-task-emails-in-thunderbird.md
+++ b/content/blog/2013-10-28-organising-micro-task-emails-in-thunderbird.md
@@ -7,37 +7,36 @@ categories:
- Tech
tags:
- email
- - free software
- - gnu/linux
- - organisation
- - thunderbird
+ - gnu-linux
+ - guide
+ - tools
---
The title of this post sounds very significant but to be honest, it’s a small thing.
Everybody has her/his/its own workflow regarding emails. For example me: I LOVE folders! When it comes to the crunch I probably would be able to organise my whole life into folders.
-Well, at least this is what I thought until I began my internship at FSFE. I was used to a high income rate (do you say so?) before but something changed: Normally I read my emails and if something’s important, I open a new task in my taskmanager or simply write it down. In the office I also read lot’s of emails and can put them easily in folders via filters (in Thunderbird and with qmail/maildrop on my mailserver), for example emails in mailing lists.
+Well, at least this is what I thought until I began my internship at [FSFE](https://fsfe.org/). I was used to a high income rate (do you say so?) before but something changed: Normally I read my emails and if something’s important, I open a new task in my taskmanager or simply write it down. In the office I also read lot’s of emails and can put them easily in folders via filters (in Thunderbird and with qmail/maildrop on my mailserver), for example emails in mailing lists.
-But now it is more often the case that by reading those emails, there are beginning some mini-tasks: Commit this translated file on the server, answer these emails, send out that package to a fellow (but not today, do it next Monday), and most importantly, book some restaurants for the General Assembly. You see, these are all small tasks, but they exist. In dozens. And I’m quite sure they will increase. But creating for each micro task a new task in my task manager (Getting Things Gnome by the way) is overload as well.
+But now it is more often the case that by reading those emails, there are beginning some mini-tasks: Commit this [translated](https://fsfe.org/contribute/translators/) file on the server, answer these emails, send out that package to a [fellow](https://fsfe.org/fellowship/) (but not today, do it next Monday), and most importantly, book some restaurants for the General Assembly. You see, these are all small tasks, but they exist. In dozens. And I’m quite sure they will increase. But creating for each micro task a new task in my task manager ([Getting Things Gnome](http://gtgnome.net/) by the way) is overload as well.
-For that I’m a forgetful technocrat sometimes, I wanted to pre-empt any mistakes and searched for methods to mark/tag those emails when reading them. Afterwards it should always be possible to find these marked/tagged with one click. In short, I needed a Remembrall, that additionally tells me, what I exactly forgot.
+For that I’m a forgetful technocrat sometimes, I wanted to pre-empt any mistakes and searched for methods to mark/tag those emails when reading them. Afterwards it should always be possible to find these marked/tagged with one click. In short, I needed a [Remembrall](http://harrypotter.wikia.com/wiki/Remembrall), that additionally tells me, what I exactly forgot.
Dear ladies and gentlemen, here’s my odyssey of finding the perfect method for me:
- 1. Well, because I LOVE folders (did I ever mentioned that before?) I just thought of drag-and-dropping the emails I wanted to be able to find again in another folder like „To-Do“ or „To answer“. This has the disadvantage that the original email isn’t anymore where it has been before. An email belonging to a mailing list’s thread is away and this causes even more inorganisation. Dead End.
- 2. Okay, when moving emails is not suitable, why not copying them into separate folders? Well, this is possible but requires 2 to 4 mouse clicks in thunderbird (no, I don’t want to use another mail client) and includes the danger to copy(/move it in the wrong folder (I hate dropdown menus…). Dead End.
- 3. For I’m a proud user of the calendar/task addon Lightning, I have also the possibility to create tasks and events out of emails. But this also requires to much information for micro tasks and lacks the same problem as creating tasks in my GTG: it costs too much time and is overpowered.
- 4. Shame on all technical stuff, let’s to it the old way: writing it down on my notepad with my…does ANYONE have a pen here? And where the hell is my notepad by the way?! Dead End.
- 5. Yes, I finally found a solution which is quite simple but requires some searching. In Thunderbird you have the possibility to create virtual folders (Yeah, more folders!). In these folders, you can collect all emails that match specific criteria, similar to those of the „normal“ email filters for incoming mails. But as a first step one could simply tag or mark an email:
+1. Well, because I LOVE folders (did I ever mentioned that before?) I just thought of drag-and-dropping the emails I wanted to be able to find again in another folder like „To-Do“ or „To answer“. This has the disadvantage that the original email isn’t anymore where it has been before. An email belonging to a mailing list’s thread is away and this causes even more inorganisation. Dead End.
-
SSH-Server: server1.net -Username on server: client -Home directory of user on server: /home/client -Username local machine: user -Local mount directory: /home/user/remote/server1+``` +SSH-Server: server1.net +Username on server: client +Home directory of user on server: /home/client +Username local machine: user +Local mount directory: /home/user/remote/server1 +``` + On your GNU/Linux, please assure that following programs are installed. Some of them (ssh-askpass, zenity) are only used in step IV and V: -
openssh-client, sshfs, ssh-askpass, zenity+`openssh-client, sshfs, ssh-askpass, zenity` Now create a directory in which the remote storage should be mounted in. Don’t worry about the space on your hard disk: This directory is remote and there are only temporary files stored on your local device. In this example I’ll use _/home/user/remote/server1_. It could also be _/fsfe/lol/wtf/nsa/_ if this directory would exist. Now, start a terminal/shell to fill in following commands as a normal user. -
user@local:~$ ssh -p 22 client@server1.net
+`ssh -p 22 client@server1.net`
If asked for a password, fill in the password of ‚_client_‚ (the webhoster should have given it to you). If you are now connected to the server1.net, you are just one step away from mounting it. Close the connection or terminal, open it again and type:
-user@local:~$ sshfs -p 22 client@server1.net: /home/user/remote/server1/ -o follow_symlinks
+`sshfs -p 22 client@server1.net: /home/user/remote/server1/ -o follow_symlinks`
This command connects to ‚_server1.net_‚ as the user ‚_client_‚ using the SSH protocol over the standard _port_ 22. Then it mounts the home directory of ‚_client_‚ on the local directory ‚_/home/user/remote/server1_‚ which we created beforehand. Additionally we added the option ‚_follow_symlinks_‚ so that links of the server work on our local machine as well. If you have a look at _/home/user/remote/server1_, you should see the exact same content than in the home directory on your server or if you connect via FTP/SFTP. Congratulation! Now play around with it, try to edit, upload and download files.
To unmount (speak: disconnect) the directory, type
-user@local:~$ fusermount -u /home/user/remote/server1
+`fusermount -u /home/user/remote/server1`
Now you mount the home directory of ‚client‘. If you want to mount another directory on the server (e.g. _/home/client/exchange_), use this modified command:
-user@local:~$ sshfs -p 22 client@server1.net:/home/client/exchange/ /home/user/remote/server1/ -o follow_symlinks
+`sshfs -p 22 client@server1.net:/home/client/exchange/ /home/user/remote/server1/ -o follow_symlinks`
In the next step, we will make the connection and mounting more comfortable, even if you are handling with more than one server.
-
-_**III. Using hostnames
-
-**_
+## Using hostnames
Now that you know how (and that) the system works, we will make it easier. Of course it is quite annoying to type in the whole server-address and port each time. Instead of _sshfs -p 22 client@server1.net[…]_, you can simply type _sshfs server1_. How? Just open the SSH configuration file _/home/user/.ssh/config_ with you desired text editor and add:
-Host server1 +``` +Host server1 HostName server1.net Port 22 User client+``` Save it and try to use this shortcut. It also works for normal SSH connection like ‚_ssh server1_‚. For the _Host_ variable, you could use any name you can remember easily, for instance _privateserver_. - -_**IV. Using Public and Private Keys**_ +## Using Public and Private Keys + +Pretty smooth, isn’t it? Well, it gets even better! You have to admit that typing a password each time you connect is quite harrassing. This gets even worse if you are used to connect to many servers. On the one hand, you could use password managing tools... or [Public/Private key authentication](https://en.wikipedia.org/wiki/Public-key_cryptography)! For those who don’t know much about it, let me say: This sounds terribly complicated, but you don’t have to understand it completely. -Pretty smooth, isn’t it? Well, it gets even better! You have to admit that typing a password each time you connect is quite harrassing. This gets even worse if you are used to connect to many servers. On the one hand, you could use password managing tools… or Public/Private key authentication! For those who don’t know much about it, let me say: This sounds terribly complicated, but you don’t have to understand it completely. - For this guide, you only have to know: There are two keys (files). The one is private, you should never give it to anyone! It’s like a key to your safe, if someone achieves it, he can get everything that is secured in this safe. But the other file is public, you can give it to everyone if you want so. Now it gets a bit weird, so I try to make it as simple and abstract as possible. Let’s say, the public key is a chest that no one except the owner can open. Inside this chest, there is a supersecret word that no one except the owner knows. You put an exact copy of this chest on your server and each time you try to connect, you say „Hey, I’m the legitimate user of this server. Give me my chest, I will open it with my secret key and tell you, what the supersecret word is!“. The server will give you the chest (public key), you open it with your private key and tell the server the supersecret word. If you were right, the server lets you in. -
- Note: This example is so ridiculously abstract that I had to laugh while writing it down. Every security expert, IT guy and cryptography scientist would knock me down for this but I hope it made you understand the principle of this very smart method. And if you ask yourself now „Why does the server know the supersecret word? Isn’t this insecure?“ or „Isn’t is insecure to send such a sensitive code word over the internet?“: You’re absolutely right! But be assured, that the public-key cryptography uses some awesome tricks to avoid security leaks like these and others. If you want to, read about it! -
+> **Note**: This example is so ridiculously abstract that I had to laugh while writing it down. Every security expert, IT guy and cryptography scientist would knock me down for this but I hope it made you understand the principle of this very smart method. And if you ask yourself now „Why does the server know the supersecret word? Isn’t this insecure?“ or „Isn’t is insecure to send such a sensitive code word over the internet?“: You’re absolutely right! But be assured, that the public-key cryptography uses some awesome tricks to avoid security leaks like these and others. If you want to, read about it! It is quite easy to make this system happen. Again we need a terminal to generate the two keys: -user@local:~$ cd ~/.ssh/
-user@local:~/.ssh$ ssh-keygen -t dsa
+```bash
+cd ~/.ssh/
+ssh-keygen -t dsa
+```
This neat script asks a.) in which file you want to save the new keys. The standard is set to _/home/user/.ssh/id_dsa_ and I recommend this. Most programs automatically search for keys in this destination. In step b.) it asks you for a password. This is quite important because if someone achieves your private key, he still needs a password to use it. After this short procedure, you have two new files in _/home/user/.ssh_ – id\_dsa and id\_dsa.pub. As you can imagine, id_dsa.pub is your public key, the other is the secret one.
-
+
Now we have to put the public key (chest) on the server we want to connect to. This could be done by a simple command:
-user@local:~$ ssh-copy-id -i /home/user/.ssh/id_dsa.pub client@server1.net
+`ssh-copy-id -i /home/user/.ssh/id_dsa.pub client@server1.net`
By this, you automatically connect as a legitimate user to your server (with the password used in step II) and put the public key in the _/home/client/.ssh/authorized_keys_. This file simply collects all public keys (chests) of users that are allowed to connect to the server. If a stranger tries to connect to your server but there is no chest his secret key belongs to, he of course cannot open the connection to your server.
@@ -136,25 +127,23 @@ Now disconnect from your server and try to connect via _ssh server1_. Your devic
If this is not the case or you want to make your configuration even better, add the following lines on the bottom of your _/home/user/.bashrc_ (or if you’re not using bash, the respective rc file of your shell):
-alias ssh='ssh-add -l > /dev/null || ssh-add -t 7200; ssh'
+`alias ssh='ssh-add -l > /dev/null || ssh-add -t 7200; ssh'`
By this, you say to your shell: „Everytime I type the command ’ssh‘, you should instead (alias) 1.) check if I already added my key to the local keyring. If not so (||), 2.) add my key to the keyring, but only keep it there for 7200 seconds (you can also keep this away or increase it). Only if you made this sure, use the command ssh to connect to my server“. Every command line program that uses ssh to connect to a server (and there are some, e.g. git, sshfs…) now uses this procedure – no matter if you close the terminal or lock the screen.
Of course, this also works with sshfs to mount your remote storages. If you remember our first line to mount the server, we have a much shorter line now without any password request:
-user@local:~$ sshfs server1: /home/user/remote/server1/ -o follow_symlinks
+`sshfs server1: /home/user/remote/server1/ -o follow_symlinks`
And these steps were quite important for the next section where we will write a shell script to make it much more easier – and even graphical!
-
-_**V. Using a shell script
-
-**_
+## Using a shell script
Our setting is very smooth now, but it could still be improved. If you want to connect to many servers and don’t want to use your shell every time or don’t want to remember the HOSTs you used in your .ssh/config, you’re free to modify and use this shell script:
-#!/bin/bash
+```bash
+#!/bin/bash
### VARIABLES TO BE CHANGED ###
# Preconfigured HOSTs in ~/.ssh/config that should be used
@@ -200,7 +189,7 @@ function mount {
}
# Ask if all preconfigured SSHFS drives should be unmounted
-function unmountquestion {
+function unmountquestion {
zenity --question --text="Unmount all preconfigured\nSSHFS drives now?"
if [ "$?" = "0" ]; then
unmount # unmount function
@@ -234,15 +223,15 @@ sshadd # sshadd function
while :
do
mount # mount function
-done
-
-
+done
+```
Save this script to some place (e.g. _/home/user/sftp-mount.sh_) and make it executable (chmod +x /home/user/sftp-mount.sh). For example, you are now ready put a shortcut in your panel or on your desktop to make it easily accessible. Please note that zenity, sshfs and ssh-askpass should be installed.
Please test the procedures written above on your servers and (if they have SSH access) webspaces. On my 4 webspaces and my vServer it works perfectly with my Debian Sid system. Please contact me or write in the comments if you have any problems or if some steps could be improved – nobody’s perfect :)
-_**Appendix**_
+
+## Appendix
I know following hosters that provide webspace with SSH access. This list is very short so please add more by writing in the comments!
@@ -252,4 +241,4 @@ I know following hosters that provide webspace with SSH access. This list is ver
* All-Inkl.com (>= Premium, 9,95€/mon)
* Hetzner.de (>= Level19, 19,90€/mon)
- [1]: https://src.mehl.mx/mxmehl/network-mount
\ No newline at end of file
+[1]: https://src.mehl.mx/mxmehl/network-mount
diff --git a/content/blog/2014-01-14-why-free-choice-of-routers-is-an-unnegotiable-must.md b/content/blog/2014-01-14-why-free-choice-of-routers-is-an-unnegotiable-must.md
index 98a44e6..da45599 100644
--- a/content/blog/2014-01-14-why-free-choice-of-routers-is-an-unnegotiable-must.md
+++ b/content/blog/2014-01-14-why-free-choice-of-routers-is-an-unnegotiable-must.md
@@ -7,67 +7,37 @@ categories:
- Political
- Tech
tags:
- - compulsory routers
- - crypto
- - free software
+ - routers
+ - fsfe
- germany
- - gnu/linux
- - leaks
- - network
- - nsa
- - router
+ - gnu-linux
- security
- - snowden
+ - policy
---
-
- In my opinion, the latest NSA leaks reached a new level of boldness.
Oh wait, maybe you are one of the people that keep saying „Of course NSA is spying on all of us, but I’m safe: I use Tor/VPN, deleted my Facebook account, and I completely switched to secure operating systems, so I got this going for me.„. If so I congratulate you, these are important steps and I hope there will be more people like you.
-
- But as the introducting sentence states, the latest information of NSA’s mass surveillance goes much further than only spying in social networks and intercepting phone calls. This time, it’s about your home and your network itself. To be concrete: It’s about your router located somewhere in your rooms. Internal, top secret classified presentations show that NSA is actively searching for vulnerabilities in industry and home routers and is buying exploits if needed. And if all of these steps aren’t enough, they just implant a backdoor chip granting full remote access. -
+{{< gallery >}} + {{< figure src="/img/blog/nsa-headwater-screen.jpg" caption="NSA Headwater Implant" >}} +{{< /gallery >}} -- If you hear about an massively exploited vulnerability or a cooperating router vendor, I would expect you to switch the router or at least install updated/other firmware on the device. But what if you are not able to this because your Internet Service Provider (ISP) forces you to use his and no other device? -
+But as the introducting sentence states, the latest information of NSA’s mass surveillance goes much further than only spying in social networks and intercepting phone calls. **This time, it’s about your home and your network itself**. To be concrete: It’s about your router located somewhere in your rooms. Internal, top secret classified presentations show that NSA is actively searching for [vulnerabilities in industry and home routers](www.wired.com/threatlevel/2013/09/nsa-router-hacking/) and is [buying exploits](http://www.afterdawn.com/news/article.cfm/2013/09/22/nsa_buys_zero_day_exploits_from_vupen) if needed. And if all of these steps aren’t enough, they just [implant a backdoor chip](http://www.spiegel.de/international/world/catalog-reveals-nsa-has-back-doors-for-numerous-devices-a-940994.html) granting full remote access. -- -
+If you hear about an massively exploited vulnerability or a cooperating router vendor, I would expect you to switch the router or at least install updated/other firmware on the device. But what if you are not able to this because your Internet Service Provider (ISP) forces you to use his and no other device? -
- „That’s incredible!“ you might think, but that’s the case in some countries and with some providers. They won’t give you your internet access credentials if you want to use a different device, or they simply use non-standard plugs and protocols. So you have a large group of people forced to use only one router model. We call this Compulsory Routers.
ISPs‘ policies like this create many problems and some of those are
-
- „And what has this to do with the NSA stuff?“
More than you might think. Imagine a country with 4 big ISPs and all with Compulsory Routers. In the best case after some years, there might be around 10 router models from 5 vendors in use in most households and smaller/middle-sized companies. You don’t have to be paranoid to know that this is an open invitation for intelligence agencies to cooperate with the vendors or create remote attack tools for the few used router models.
-
- If your router, the first device behind the connection jack in your wall, is compromised, your whole network is compromised as well, no matter how strong your encryption techniques or your passwords are.
And we? We would just have to endure this because we cannot buy the technology we trust in and we cannot use alternative Free Software firmwares. So it’s self-evident that we as freedom loving people have to do something about this problem to secure our own IT infrastructure!
-
- Compulsory Routers are not only a technical, but also a political one. In Germany, we have a similar situation and until now it’s not clearly regulated what ISPs are allowed to enforce. Some great volunteers have worked together with Matthias and me on this issue for a longer period and we had remarkable success.
But we’re still not done yet and there are many countries in which such policies are not forbidden or regulated yet. Maybe your’s is as well?
If so or if you don’t know exactly, please read and contribute to our wiki entry where we wrote down many interesting background information, some argumentation guidelines, and tips how to stress the topic in media and public. If there are any questions, you can contact me anytime.
-
][1]
-- Today is I love Free Software day 2014. Using the slogan „I love Free Software but I love you more“ this day should not only be used to thank our significant others for their love but also to say „thank you“ to people who work hard to ease one’s everyday tasks with the software they develop. -
+{{< figure src="http://fsfe.org/campaigns/ilovefs/artwork/graphics/ilovefs-banner-large-en.png" class="text-center" >}} + +> Today is [I love Free Software day 2014](http://ilovefs.org). Using the slogan „I love Free Software but I love you more“ this day should not only be used to thank our significant others for their love but also to say „thank you“ to people who work hard to ease one’s everyday tasks with the software they develop. Have you ever been in an IRC channel? @@ -29,32 +24,39 @@ If not, you should try it, it’s a great and easy way of communication and very If yes, then the term „IRC Bouncer“ might be familiar to you. It keeps „you“ online 24/7 in the channel, although your device at home is offline. During this time, your slot in the channel is reserved by your bouncer. -[
][2]In this blog post, I’d like to present ZNC to you, a beautiful piece of Free Software which you can install easily on a server, is highly configurable and consumes only little server resources.
+{{< gallery >}}
+ {{< figure src="/img/blog/ilovefs-znc.png" caption="Screenshot of ZNC" >}}
+{{< /gallery >}}
+
+In this blog post, I’d like to present [ZNC](http://wiki.znc.in/ZNC) to you, a beautiful piece of [Free Software](https://fsfe.org/about/basics/freesoftware.html) which you can install easily on a server, is highly configurable and consumes only little server resources.
„What the hell should this be for?!“ you’re asking? Well, since I’m presenting ZNC, I can give you a few examples of the mightyness of this software:
- * Basic Functions
- * If you’re leaving the channel, ZNC can set an individual away status and reply to anyone how’s calling you directly in the channel or in a query that you’re unavailable at the moment
- * You can add multiple IRC networks with only one account and one port. Similar bouncers like psybnc are unable to do this. You can edit your networks separately, for example with different nicknames or away messages
- * You don’t want to quit IRC even if you have to because the ongoing discussion is so interesting? No problem with ZNC. ZNC can buffer the channel chat and queries to you, so you can everything if you’re back again. This also helps if you had connection issues and come back a few minutes later – you’ll never miss anything again
+## Features
-Well, these are only the basic functions. Below I added several others which have convinced me to keep using ZNC and nothing else. Of course, it’s Free Software (Apache 2.0 License) and it’s quite actively developed. If you have no server or no time to install something on it, you can also use one of the many ZNC providers for free.
+* If you’re leaving the channel, ZNC can set an individual away status and reply to anyone how’s calling you directly in the channel or in a query that you’re unavailable at the moment
+* You can add multiple IRC networks with only one account and one port. Similar bouncers like psybnc are unable to do this. You can edit your networks separately, for example with different nicknames or away messages
+* You don’t want to quit IRC even if you have to because the ongoing discussion is so interesting? No problem with ZNC. ZNC can buffer the channel chat and queries to you, so you can everything if you’re back again. This also helps if you had connection issues and come back a few minutes later – you’ll never miss anything again
-If you like ZNC as much as I do, please consider helping them to improve the software or just donate to keep the very useful wiki alive!
+Well, these are only the basic functions. Below I added several others which have convinced me to keep using ZNC and nothing else. Of course, it’s Free Software (Apache 2.0 License) and it’s quite actively developed. If you have no server or no time to install something on it, you can also use one of the many [ZNC providers](http://wiki.znc.in/Providers) for free.
+
+If you like ZNC as much as I do, please consider [helping them](https://github.com/znc/znc) to improve the software or just [donate](http://wiki.znc.in/ZNC:Site_support) to keep the very useful wiki alive!
Further cool functions you might find useful:
- * Administration
- * Installation is super-simple: Get the newest version, configure, make and make install. Then execute an configuration script which asks for the most important parameters while explaining them to you. Ready.
- * Upgrade is very easy. Some days ago I upgraded from 0.2x to 1.2, a large version step. No problem at all, all configuration has been adapted
- * Multi-user: You can set up an infinite amount of users per server/port, each with several networks.
- * ZNC has a great webpanel which lets you administer everything. Of course, you can also do this directly in you IRC client if you’re connected
+Administration:
- * Nerdy stuff
- * To protect you from suprises, you can enable modules like fail2ban (to block password bruteforcers), ctcpflood or crypt (to chat encrypted with other znc users without having them to install an extra plugin or client)
- * You can automatically change your nick if you’re going offline. For example with „username_offline“ you make clear that you’re definitely not available
- * You can create custom CTCP replies. Try to write /ctcp USERNAME version and you’ll get detailed information about his IRC client. With ZNC, you can simply overwrite the default reply and send something generic instead
- * You can even get shell access through your IRC client if you enable the function. Dunno what’s the advantage of this but it’s cool, right? ;)
+* Installation is super-simple: Get the newest version, configure, make and make install. Then execute an configuration script which asks for the most important parameters while explaining them to you. Ready.
+* Upgrade is very easy. Some days ago I upgraded from 0.2x to 1.2, a large version step. No problem at all, all configuration has been adapted
+* Multi-user: You can set up an infinite amount of users per server/port, each with several networks.
+* ZNC has a great webpanel which lets you administer everything. Of course, you can also do this directly in you IRC client if you’re connected
- [1]: http://ilovefs.org
- [2]: https://blog.mehl.mx/uploads/ilovefs-znc.png
\ No newline at end of file
+Nerdy stuff:
+
+* To protect you from suprises, you can enable modules like fail2ban (to block password bruteforcers), ctcpflood or crypt (to chat encrypted with other znc users without having them to install an extra plugin or client)
+* You can automatically change your nick if you’re going offline. For example with „username_offline“ you make clear that you’re definitely not available
+* You can create custom CTCP replies. Try to write `/ctcp USERNAME version` and you’ll get detailed information about his IRC client. With ZNC, you can simply overwrite the default reply and send something generic instead
+* You can even get shell access through your IRC client if you enable the function. Dunno what’s the advantage of this but it’s cool, right? ;)
+
+[1]: http://ilovefs.org
+[2]: https://blog.mehl.mx/uploads/ilovefs-znc.png
diff --git a/content/blog/2014-02-21-wirklich-sichere-whatsapp-alternativen.md b/content/blog/2014-02-21-wirklich-sichere-whatsapp-alternativen.md
index 6069eb0..4e31f89 100644
--- a/content/blog/2014-02-21-wirklich-sichere-whatsapp-alternativen.md
+++ b/content/blog/2014-02-21-wirklich-sichere-whatsapp-alternativen.md
@@ -6,20 +6,14 @@ categories:
- Deutsch
- Tech
tags:
- - android
- - apple
- chat
- - crypto
- - facebook
- - free software
- - network
- - nsa
- security
- - snowden
- whatsapp
---
-
Nachdem diese Woche bekannt wurde, dass Facebook es endlich geschafft hat, WhatsApp-Gründer Jan Koum und Brian Acton mit einer stolzen Summe von rund 16 Milliarden US-Dollar zum Verkauf ihrer Firma zu bewegen, fragen sich viele, was sich nun in Sachen Privatsphäre ändern wird – und wie man dem entgegenwirken kann. In diesme Artikel werde ich erläutern, was man bei der Wahl des richtigen Messengers beachten sollte, warum Threema nicht die Lösung ist und was wirklich sichere Alternativen sind.
+Nachdem diese Woche bekannt wurde, dass Facebook es endlich geschafft hat, WhatsApp-Gründer Jan Koum und Brian Acton mit einer stolzen Summe von rund 16 Milliarden US-Dollar [zum Verkauf ihrer Firma](http://www.sueddeutsche.de/wirtschaft/uebernahme-in-der-technikbranche-facebook-kauft-whatsapp-1.1893830) zu bewegen, fragen sich viele, was sich nun in Sachen Privatsphäre ändern wird – und wie man dem entgegenwirken kann. In diesme Artikel werde ich erläutern, was man bei der Wahl des richtigen Messengers beachten sollte, warum Threema nicht die Lösung ist und was wirklich sichere Alternativen sind.
+
+{{< figure src="/img/blog/rip-whatsapp.jpg" class="text-center" >}}
## Grundlegendes
@@ -37,13 +31,11 @@ Jetzt geht in sozialen Netzwerken und in Onlinemagazinen die Suche nach Alternat
**Threema** ist dafür ein trauriges Beispiel. Der kostenpflichtige Dienst wirbt mit hohen Verschlüsselungsstandards, den meisten Funktionen von WhatsApp und sicheren Servern in der Schweiz – und wird deswegen von vielen teils seriösen Zeitungen als „der NSA-Ärgerer“ oder „sicherer Hafen für private Kommunikation“ gepriesen. Doch es gibt ein grundlegendes Problem mit Threema: Es ist keine Freie Software.
-> **Freie Software? Was’n das?Lieber Oskar, +``` +Lieber Oskar, das stimmt doch gar nicht. Richtig ist 4. @@ -109,11 +101,13 @@ Außerdem fahre ich bald nach Mallorca, soll ich dir was mitbringen? Beste Grüße -Oskar+Oskar +``` -Wenn man diese Mail nach einigen Tagen öffnet, fragt man sich zurecht, was denn nun ein Bierkrug mit einer falschen Behauptung zu tun hat. Besser ist dabei der bereits erwähnte Inlinequote („Zitat zwischen den Zeilen“): +Wenn man diese Mail nach einigen Tagen öffnet, fragt man sich zurecht, was denn nun ein Bierkrug mit einer falschen Behauptung zu tun hat. Besser ist dabei der bereits erwähnte Inlinequote ("Zitat zwischen den Zeilen"): -
Lieber Oskar, +``` +Lieber Oskar, Oskar schrieb: > 2 + 2 = 5 @@ -126,21 +120,23 @@ nicht. Richtig ist 4. Ich hätte gerne einen Bierkrug. -Gruß Max+Gruß Max +``` Das macht Unterhaltungen wesentlich übersichtlicher. -###### Antwort-Knopf +#### Antwort-Knopf Wie schon im ersten Abschnitt erwähnt, kann man Mails an mehrere Empfänger schreiben. Wenn man also auf eine Mail antwortet, die an mehrere Leute adressiert wurde, sollte man seine Antwort in den meisten Fällen auch an alle schreiben. Die meisten E-Mail-Programme bieten dafür einen „Allen antworten“-Knopf, der automatisch alle Empfänger und den ursprünglichen Sender einbindet. Das spart Zeit und Nerven und ist nur sinnvoll, damit etwa Fragen des ursprünglichen Senders nur ein mal beantwortet werden müssen bzw. aufeinander eingegangen werden kann – so wie im echten Leben. -### Weiterleitungen +## Weiterleitungen Auch Weiterleitungen sind ein wichtiger Bestandteil des E-Mail-Systems. Bekommt man etwa eine Einladung zu einem Vortrag o.ä. und möchte einem Bekannten dies auch mitteilen, so leitet man ihm am besten die gesamte Einladungs-Mail weiter, damit er ebenfalls über alle Informationen verfügt. Die meisten E-Mail-Programme bieten diese Funktion an. Jedoch sollte man darauf achten, es dem Empfänger so einfach wie möglich zu machen. Einfach nur Weiterleiten ist nicht gern gesehen, man sollte auch eine grobe Zusammenfassung hinzufügen, um was es denn überhaupt geht. In dem konkreten Beispiel sollte man also vorweg schreiben: -
Hallo Peter, +``` +Hallo Peter, anbei eine Einladung zu einem interessanten Vortrag über die Geschichte der E-Mail. Er findet nächste Woche statt und ich würde mich freuen, wenn Du auch dabei wärst. Lies Dir doch die Einladung durch und sag mir Bescheid. @@ -150,10 +146,10 @@ Julian ----- Weitergeleitete Nachricht ----- ... ... -+``` -### Fazit +## Fazit Mit diesen sehr grundlegenden Grundregeln macht man sich selbst und anderen E-Mailen sehr viel einfacher und angenehmer. E-Mails sind nämlich eine hervorragende Möglichkeit des Austausches und sind nicht ohne Grund das immer noch am meisten genutzte Medium zur Kommunikation über das Internet. Und dabei haben wir hier nur an der Oberfläche gekratzt: Mailing-Listen, Alias-Adressen, Mailfilter oder Templateblöcke können es gerade für Vielschreiber noch entspannter und effektiver machen. Doch befolgt man alleine schon die grundlegenden Hinweise der letzten Absätze, die bereits nach kurzer Übung im Blut sind, macht man sich im privaten oder geschäftlichen E-Mail-Verkehr viel Freude und Freunde. -Habe ich eine ganz wichtige Regel vergessen oder bin ich viel zu streng und konservativ? Ich freue mich über Kommentare und Verbesserungsvorschläge! \ No newline at end of file +Habe ich eine ganz wichtige Regel vergessen oder bin ich viel zu streng und konservativ? Ich freue mich über Kommentare und Verbesserungsvorschläge! diff --git a/content/blog/2014-09-18-birthday-calendar-with-owncloud-via-caldav.md b/content/blog/2014-09-18-birthday-calendar-with-owncloud-via-caldav.md index 7e1504f..022ae3a 100644 --- a/content/blog/2014-09-18-birthday-calendar-with-owncloud-via-caldav.md +++ b/content/blog/2014-09-18-birthday-calendar-with-owncloud-via-caldav.md @@ -7,34 +7,28 @@ categories: - Tech tags: - email - - free software - guide - - howto - - owncloud - server - - sync - - thunderbird - - tutorial + - tools --- -
Not a big issue in this blog post but an important one. Maybe I can save you some valuable time if you ever look for such a function.
-As you know I’m a heavy user of ownCloud and you also might know that synchronisation is a big topic for me. And the third thing you should know that forgetting a good friend’s birthday really su… well, it’s no good style. This almost happened to me some days ago because I couldn’t check it on my Notebook with Thunderbird. My setup looks like this: All contacts (with birthday tags) in ownCloud, and these CardDAV address books are synced with my Android phone and Thunderbird/SOGo-Connector on my notebook, as well as the CalDAV calendars with Lightning.
+{{< figure src="/img/blog/thunderbird-lightning.png" class="text-center small pull-right" >}}
-For Android there are several free software apps which enable the inclusion of birthdays from your contacts into any calendar app. Some calendar apps even can do it theirselves. But for Thunderbird there are only some outdated add-ons. All of them don’t work with TB31 anymore and if you modify the install.rdf-file to make them run anyhow, they’re very buggy or just nonfunctional. And if you look in your ownCloud instance (where contacts‘ birthdays are visible in the calendar tab) for a downloadable/syncable calendar you’ll reach the same conclusion like me: There is none.
+As you know I’m a heavy user of [ownCloud](http://owncloud.org) and you also might know that synchronisation is a big topic for me. And the third thing you should know that forgetting a good friend’s birthday really su... well, it’s no good style. This almost happened to me some days ago because I couldn’t check it on my Notebook with Thunderbird. My setup looks like this: All contacts (with birthday tags) in ownCloud, and these CardDAV address books are synced with my Android phone and Thunderbird/[SOGo-Connector](http://www.sogo.nu/downloads/frontends.html) on my notebook, as well as the CalDAV calendars with [Lightning](https://addons.mozilla.org/de/thunderbird/addon/lightning/).
-But there is!
+For Android there are [several free software apps](https://f-droid.org/repository/browse/?fdfilter=birthday&fdid=org.birthdayadapter) which enable the inclusion of birthdays from your contacts into any calendar app. Some calendar apps even can do it theirselves. But for Thunderbird there are only some outdated add-ons. All of them don’t work with TB31 anymore and if you modify the `install.rdf`-file to make them run anyhow, they’re very buggy or just nonfunctional. And if you look in your ownCloud instance (where contacts‘ birthdays are visible in the calendar tab) for a downloadable/syncable calendar you’ll reach the same conclusion like me: There is none.
+But there is!
-
And I only detected it while digging in some github issue threads. [This post][1] contains the rescuing link to a CalDAV/ICS calendar in any ownCloud version (I tested it in 7.0.2). Just modify and use following address in any application which supports CalDAV sync:
`http(s)://YOUR-OC-URL/remote.php/caldav/calendars/YOUR-USER/contact_birthdays`
And you know what? It works like a charm! No need for external add-ons or apps, no need for manual creation of birthday reminders, no need for apologising for (almost) missed birthdays. I just wonder why ownCloud hasn’t included this in either the webpanel or the documentation. It’s a well-working feature since at least one year, so why not including it officially? And if it’s a calendar technically, then it should also be possible to disable displaying the contacts‘ birthdays in the webpanel calendar app – a still non-existent „feature“.
-So next time you have no excuse for forgetting a birthday – except for your ownCloud server’s outage ;)
+So next time you have no excuse for forgetting a birthday – except for your ownCloud server's outage ;)
- [1]: https://github.com/owncloud/contacts/issues/67#issuecomment-30401668
\ No newline at end of file
+[1]: https://github.com/owncloud/contacts/issues/67#issuecomment-30401668
diff --git a/content/blog/2014-09-28-setting-openstreetmap-as-default-in-thunderbird-contacts.md b/content/blog/2014-09-28-setting-openstreetmap-as-default-in-thunderbird-contacts.md
index f051971..c5bd4e8 100644
--- a/content/blog/2014-09-28-setting-openstreetmap-as-default-in-thunderbird-contacts.md
+++ b/content/blog/2014-09-28-setting-openstreetmap-as-default-in-thunderbird-contacts.md
@@ -6,35 +6,31 @@ categories:
- English
- Tech
tags:
- - contacts
- email
- - free software
- guide
- - howto
- - maps
- - thunderbird
- - tutorial
+ - tools
---
-[
][1]If you use Thunderbird and its contact functionality, you might already have stumbled over the „show on map“ feature. If you add addresses to your contacts (no matter if directly in Thunderbird or via CalDAV) there appears a button which enabled you to open a map with the contact’s location.
+If you use Thunderbird and its contact functionality, you might already have stumbled over the „show on map“ feature. If you add addresses to your contacts (no matter if directly in Thunderbird or via CalDAV) there appears a button which enabled you to open a map with the contact’s location.
+
+{{< figure src="/img/blog/tb-map-contact.png" class="text-center small" >}}
The default search provider is Google Maps. If you don’t like this service and prefer free and open systems like me, you can also add [openstreetmap.org][2] as your default map service. You only have to change a value in the advanced configuration.
-Open the _Settings_ menu, select the __ panel, select the __ tab, and click __
+Open the _Settings_ menu, select the *Advanced* panel, select the *General* tab, and click *Config Editor*. Now copy in the search field: `mail.addr_book.mapit_url.format` and double click on the string to edit it.
You should now see the default value. It’s nothing more than an URL with variables defined by the street, the country or the postal code of the respective contact. If you want to use Openstreetmap, fill in this value:
-https://www.openstreetmap.org/search?query=@A1+@A2+@CI+@ST+@ZI+@CO+`https://www.openstreetmap.org/search?query=@A1+@A2+@CI+@ST+@ZI+@CO` Restart Thunderbird and test again with an existing contact. By clicking on the button you should now see OSM instead of Google Maps where you can select one of the results in the left sidebar. Congratulations! **Further reading:** -For more information about Thunderbird’s config editor, see the official [knowledgebase entry][3] - -If you want to set other variables in the map query, there’re some hints on [Mozilla’s Hidden prefs guide][4] +- For more information about Thunderbird’s config editor, see the official [knowledgebase entry][3]. +- If you want to set other variables in the map query, there’re some hints on [Mozilla’s Hidden prefs guide][4]. - [1]: /uploads/tb-map-contact.png - [2]: http://openstreetmap.org - [3]: https://support.mozilla.org/en-US/kb/config-editor - [4]: https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Hidden_prefs \ No newline at end of file +[1]: /uploads/tb-map-contact.png +[2]: http://openstreetmap.org +[3]: https://support.mozilla.org/en-US/kb/config-editor +[4]: https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Hidden_prefs diff --git a/content/blog/2014-10-24-my-internship-at-fsfe.md b/content/blog/2014-10-24-my-internship-at-fsfe.md index 7199f44..a4becd6 100644 --- a/content/blog/2014-10-24-my-internship-at-fsfe.md +++ b/content/blog/2014-10-24-my-internship-at-fsfe.md @@ -6,23 +6,20 @@ categories: - English - Stuff tags: - - berlin - - compulsory routers - - free software + - routers - fsfe - germany - ilovefs - - internship - - organisation + - policy --- -I recently saw that the Free Software Foundation Europe is offering a new and very interesting internship position. That’s a great opportunity for every student interested in Free Software and political activism — and for me to write about my internship I completed from October 2013 until end of March 2014. Here’s a report I wrote some time ago: +I recently saw that the Free Software Foundation Europe is offering [a new and very interesting internship position](https://fsfe.org/news/2014/news-20141017-01.html). That’s a great opportunity for every student interested in Free Software and political activism — and for me to write about my internship I completed from October 2013 until end of March 2014. Here’s a report I wrote some time ago: > Starting from October 2013 I was able to work 6 months as an intern for the Free Software Foundation Europe in Berlin. This was an internship required by my bachelor degree course at the University of Konstanz (Germany) where I study Politics and Public Administration. Some years before my internship I already was an FSFE Fellow and then decided to apply there. > > My daily tasks contained monitoring and moderation of the various mailing lists and social network accounts. There were also various technical jobs to do: Updating and creating single websites, sending out newsletters, fixing smaller bugs on our pages and so on. > -> The bigger part in my internship was political work. In Germany, various ISPs want to hinder end consumers to freely choose a router because they only want officially supported ones. Such policy comes with serious consequences for security, free competition, trust in technology, and compatibility. My tasks contained analysing regulation drafts, writing statements for public hearings and coordination with other activists. We summarized the issue and our work on https://fsfe.org/activities/routers +> The bigger part in my internship was political work. In Germany, various ISPs want to hinder end consumers to freely choose a router because they only want officially supported ones. Such policy comes with serious consequences for security, free competition, trust in technology, and compatibility. My tasks contained analysing regulation drafts, writing statements for public hearings and coordination with other activists. We summarized the issue and our work on [https://fsfe.org/activities/routers](https://fsfe.org/activities/routers) > > After the parliamentary elections in Germany 2013 I analysed the Grand Coalition’s agreement to identify possible positive and negative effects on Free Software. I also was able to visit several politicians in the German Bundestag to talk with them about Free Software and upcoming important tasks we wanted to work on. > @@ -36,4 +33,4 @@ I recently saw that the Free Software Foundation Europe is offering ask me anything. \ No newline at end of file +If you are interested in this internship but you have some questions left, please feel free to [ask me anything](/contact/). diff --git a/content/blog/2014-11-10-freie-kommunikation-ist-essenz-des-lebens.md b/content/blog/2014-11-10-freie-kommunikation-ist-essenz-des-lebens.md index 8f7d5ae..e4413f7 100644 --- a/content/blog/2014-11-10-freie-kommunikation-ist-essenz-des-lebens.md +++ b/content/blog/2014-11-10-freie-kommunikation-ist-essenz-des-lebens.md @@ -8,44 +8,34 @@ categories: - Tech tags: - chat - - communication - - crypto - - leaks - - network - - nsa - - surveillance - - whatsapp + - security + - policy --- -_Im Folgenden werde ich – durch meinen Gemütszustand etwas angefeuert – darlegen, wieso digitale Kommunikationsüberwachung Gift für unsere Gesellschaft ist, weil sie nichts anderes als Millionen Abhörwanzen und Kameras in unseren privatesten Räumen ist._ +*Im Folgenden werde ich – durch meinen Gemütszustand etwas angefeuert – darlegen, wieso digitale Kommunikationsüberwachung Gift für unsere Gesellschaft ist, weil sie nichts anderes als Millionen Abhörwanzen und Kameras in unseren privatesten Räumen ist.* Seit einigen Monaten hat sich ein Grundkonflikt in den politischen Debatten verstärkt: Welche Kommunikation sollte überwacht werden dürfen und welche nicht? Ausschließlich inländische Kommunikation? Geschäftliche E-Mails? Telefongespräche über 20 Sekunden Dauer? Und parallel dazu bekomme ich seit mehreren Monaten regelmäßig Wutanfälle, nämlich wenn ich Kommentare von „Experten“ und Laien lese, die solche künstliche Trennungen von Kommunikation und deren unterschiedliche Bewertung immer noch ernsthaft in Erwägung ziehen. -**Wieso ist Kommunikation = Kommunikation?** +## Wieso ist Kommunikation = Kommunikation? Weil Kommunikation – in welcher Form auch immer – schützenswert ist und privat bleiben muss, weil wir uns sonst als Gesellschaft aufgeben. Es ist witzlos, gesetzlich eine künstliche Trennung zwischen Kommunikationsarten ziehen zu wollen. Nur die Ewiggestrigen können ernsthaft vorhaben, analoge und digitale Unterhaltung, Schriftwechsel und Meinungsaustausch zu trennen und deren Inhalt unterschiedlich zu behandeln. Ja, die technischen Wege der Kommunikationsformen sind unterschiedlich: Bei der einen rege ich durch Muskelbewegungen Vibrationen in der Luft an, die bei meinem Gegenüber im Ohr zu sinnvollen Informationen verarbeitet werden. Bei der anderen schicke ich (un)willkürlich Nullen und Einsen durch Netzwerke, die durch immer noch atemberaubende Technik an der anderen Seite wieder lesbar werden. Doch die Qualität ist dieselbe. -**Stellen wir uns einmal vor…** +## Stellen wir uns einmal vor… Nehmen wir ein realitätsnahes Beispiel: Frau und Herr Schuster. +1. Es ist in unser aller Selbstverständnis, dass diese beiden Personen sich private, intime oder auch komplett irrelevante Nachrichten zukommen lassen dürfen, die keinen Staat und kein Unternehmen dieser Welt etwas angehen. +2. Dabei sollte es ebenso common sense sein, dass es auch gleich sein sollte, ob einer der beiden Ausländer ist, sich im Ausland befindet oder beide beim bei einem deutschen E-Mail-Provider sind. +3. Es sollte auch vollkommen egal sein, ob die beiden sich die Nachrichten sprachlich, per Telefon oder digital zukommen lassen. +4. Ein weiterer logischer Denkschritt ist, dass sich dieses Recht auf private, unüberwachte und sichere Kommunikation nicht nur auf Eheleute, sondern auf jede natürliche Person beziehen muss, egal in welchem Verhältnis sie zueinander stehen. - -a) Es ist in unser aller Selbstverständnis, dass diese beiden Personen sich private, intime oder auch komplett irrelevante Nachrichten zukommen lassen dürfen, die keinen Staat und kein Unternehmen dieser Welt etwas angehen. - -b) Dabei sollte es ebenso common sense sein, dass es auch gleich sein sollte, ob einer der beiden Ausländer ist, sich im Ausland befindet oder beide beim bei einem deutschen E-Mail-Provider sind. - -c) Es sollte auch vollkommen egal sein, ob die beiden sich die Nachrichten sprachlich, per Telefon oder digital zukommen lassen. - -d) Ein weiterer logischer Denkschritt ist, dass sich dieses Recht auf private, unüberwachte und sichere Kommunikation nicht nur auf Eheleute, sondern auf jede natürliche Person beziehen muss, egal in welchem Verhältnis sie zueinander stehen. +Momentan ist in den meisten von uns der Gedanke verankert, dass das, was wir einer Person persönlich analog sagen, privat ist. Wir kommen nicht auf die Idee, dass sich zwischen dem einen und den anderen Ohr eine Abhörwanze befindet. Doch die Grenzen zwischen analoger und digitaler Kommunikation verschwimmen allmählich. Wenn ich heutzutage meine jugendlichen Gruppenkinder beobachte, wie sie ihre ersten Beziehungen pflegen, so wird klar, dass sie private und intime Informationen analog und digital gleich behandeln. WhatsApp und ähnliche Dienste ersetzen nicht persönliche Unterhaltungen, sondern nehmen einfach denselben Stellenrang ein. Deshalb schicken sie sich auch digital intime Bilder: Was für uns ältere Generationen nur im sprichwörtlichen Schlafzimmer möglich war, passiert nun in einem vermeintlich privaten digitalen Raum. Für die Jüngeren ergibt eine analoge Trennung in einem digitalen Raum keinen Sinn. Kommentare wie der unseres neuen EU-Digitalkommissars [Oettinger über die Dummheit dieser Generation](http://www.spiegel.de/netzwelt/netzpolitik/guenther-oettingers-entlarvender-nacktbilder-kommentar-a-994547.html) sind daher weitab der Realität. -Momentan ist in den meisten von uns der Gedanke verankert, dass das, was wir einer Person persönlich analog sagen, privat ist. Wir kommen nicht auf die Idee, dass sich zwischen dem einen und den anderen Ohr eine Abhörwanze befindet. Doch die Grenzen zwischen analoger und digitaler Kommunikation verschwimmen allmählich. Wenn ich heutzutage meine jugendlichen Gruppenkinder beobachte, wie sie ihre ersten Beziehungen pflegen, so wird klar, dass sie private und intime Informationen analog und digital gleich behandeln. WhatsApp und ähnliche Dienste ersetzen nicht persönliche Unterhaltungen, sondern nehmen einfach denselben Stellenrang ein. Deshalb schicken sie sich auch digital intime Bilder: Was für uns ältere Generationen nur im sprichwörtlichen Schlafzimmer möglich war, passiert nun in einem vermeintlich privaten digitalen Raum. Für die Jüngeren ergibt eine analoge Trennung in einem digitalen Raum keinen Sinn. Kommentare wie der unseres neuen EU-Digitalkommissars Oettinger über die Dummheit dieser Generation sind daher weitab der Realität. - -**Wanzen und Kameras verändern uns** +## Wanzen und Kameras verändern uns Doch was meinen Gruppenkindern (zum Glück?) noch fehlt, ist der Sinn dafür, sein Verhalten zu verändern, wenn man sich überwacht fühlt. Wieder nehmen wir unser Beispiel der Familie Schuster. Würde der Mann der Frau noch schöne Worte ins Ohr flüstern, wenn er wüsste, dass seine Kommunikation möglicherweise von einem Geheimdienstler, Unternehmen oder einer Polizistin abgehört werden könnte? Ich glaube nicht. @@ -57,4 +47,4 @@ Und jetzt stellen wir uns mal vor, jegliche digitale Kommunikation könnte auch Als Jugendlicher hatte ich unglaubliche Vorfreude auf eine digitale Zukunft mit tausenden neuen Möglichkeiten. Heute habe ich Angst davor, was für eine Macht dort staatlichen und privaten Interessen zugeschanzt werden könnte und wie ich meine Verhaltensweisen dementsprechend anpassen muss, um mich nicht selbst zu stark verändern zu müssen. -Übertreibe ich nur oder geht es anderen auch so? \ No newline at end of file +Übertreibe ich nur oder geht es anderen auch so? diff --git a/content/blog/2014-11-28-sharing-is-caring-my-git-instance.md b/content/blog/2014-11-28-sharing-is-caring-my-git-instance.md index ad1b150..2acadf4 100644 --- a/content/blog/2014-11-28-sharing-is-caring-my-git-instance.md +++ b/content/blog/2014-11-28-sharing-is-caring-my-git-instance.md @@ -7,25 +7,13 @@ categories: - Stuff - Tech tags: - - bash - - communication - - free software - git - - gnu - - gnu/linux - - linux - - network - - owncloud - - R - - script + - gnu-linux - server - - shell - - snippet - - ssh - - university + - tools --- -Some days ago I noticed another time that I have far too less knowledge about Git. +Some days ago I noticed another time that I have far too little knowledge about Git. „Time to change that!“, I thought and set up [my own Git instance][1] and also installed gitweb for better usability. @@ -35,20 +23,20 @@ Upside 2: You can hopefully benefit from using and reading my code. All code is Some noteworthy projects I’m (a bit) proud of: - * [A seminar project with R to analyse over 300.000 SPON news articles whether and which country names appear][2] - * [Fast download of mixcloud sets without throttle][3] - * [Easy to use script to delete all meta data from PDF files in a directory][4] - * And many more (and even more to come)! Have a look at [src.mehl.mx][5] for the whole list +* [A seminar project with R to analyse over 300.000 SPON news articles whether and which country names appear][2] +* [Fast download of mixcloud sets without throttle][3] +* [Easy to use script to delete all meta data from PDF files in a directory][4] +* And many more (and even more to come)! Have a look at [src.mehl.mx][5] for the whole list Any questions, ideas or improvements? Please contact me! -**Update 26.02.2016: +### Update 26.02.2016 -** I washed away the quite basic gitweb instance and moved to Gogs. Here’s [why and how][6]. Links to the project may have changed because of that (and I’m too lazy to change them here). +I washed away the quite basic gitweb instance and moved to Gogs. Here’s [why and how][6]. Links to the project may have changed because of that (and I’m too lazy to change them here). - [1]: //src.mehl.mx - [2]: //src.mehl.mx/uni-surprising-news-focus.git - [3]: //src.mehl.mx/mixcloud-dl.git - [4]: //src.mehl.mx/pdf-clearmeta.git - [5]: //src.mehl.mx/ - [6]: https://blog.mehl.mx/2016/switching-my-code-from-gitweb-to-gogs/ \ No newline at end of file +[1]: https://src.mehl.mx +[2]: https://src.mehl.mx/mxmehl/uni-surprising-newsfocus +[3]: https://src.mehl.mx/mxmehl/mixcloud-dl +[4]: https://src.mehl.mx/mxmehl/pdf-clearmeta +[5]: https://src.mehl.mx/ +[6]: https://blog.mehl.mx/2016/switching-my-code-from-gitweb-to-gogs/ diff --git a/content/blog/2015-01-04-naechste-station-tansania.md b/content/blog/2015-01-04-naechste-station-tansania.md deleted file mode 100644 index f4b356a..0000000 --- a/content/blog/2015-01-04-naechste-station-tansania.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -title: 'Nächste Station: Tansania' -date: 2015-01-04T17:03:58+00:00 -aliases: naechste-station-tansania -categories: - - Deutsch - - Tanzania -tags: - - education - - free software - - tanzania - ---- -_This post is also available [in English][1] / Diesen Beitrag gibt es auch [auf Englisch][1]_ - -Wie einige von Euch vielleicht schon wissen, werde ich ab März diesen Jahres nach Tansania gehen. In der Stadt Moshi werde ich als ehrenamtlicher Computer-Lehrer in einem örtlichen Institut für IT-Ausbildung arbeiten. - -In den nächsten Wochen und Monaten wird es in diesem Blog hoffentlich einige Neuigkeiten und Bilder zu sehen geben. Bis dahin im Folgenden einige sehr häufig gestellte Fragen und deren Antworten: - -###### Wo zum Teufel liegt Tansania oder Moshi? - -[
][2]Tansania liegt an der Ostküste Afrikas mit Kenia im Norden und Mosambik im Süden. Einige wichtige Örtlichkeiten in Tansania sind der Viktoriasee, der Kilimanjaro oder die Insel Sansibar.
-
-Die Hauptstadt ist Dodoma, wobei die größte und wichtigste Stadt aber Dar es Salaam ist. Moshi, wo ich wohnen werden, ist eine der größten Städte mit etwa 140.000 Einwohnern. Sie ist nahe des Kilimanjaro.
-
-###### Was genau machst Du dort?
-
-Ich werde als Computer- und Englischlehrer im Moshi Institute for Technology (MIT) arbeiten. Sie bieten verschiedene Kurse für Kinder und Erwachsene an, um IT-Kenntnisse in der Stadt und dem umliegenden Land zu verbreiten. Ich bin ziemlich frei in der Auswahl der Kurse, die ich anbieten kann. So habe ich beispielsweise geplant, Kurse in Computerreperaturen, Webseitenerstellung, Office-Software oder der allgemeinen Bedienung von Betriebssystemen anzubieten. Da ich ein Verfechter Freier Software bin, möchte ich sie so viel wie möglich einsetzen. Die Wiederverwendung alter Hardware und die Arbeit in einer ziemlich armen Umgebung machen Freie Software zur einzig sinnvollen Wahl.
-
-###### Haben die überhaupt Technologie da unten?
-
-Ja, durchaus. Mobiltelefone sind ziemlich weitverbreitet und die Institut, an dem ich arbeiten werde, hat Breitband-Internetanbindungen. Aber okay, sie haben auch wirklich alte gespendete Rechner auf Pentium I bis Pentium III-Basis und ich bezweifle, dass ich mit Beamern arbeiten kann.
-
-Neben dem Mangel an modernen IT-Geräten gibt es auch wenige moderne Autos oder Haushaltsgeräte. Die meisten Häuser haben nicht einmal eine eigene Postadresse oder Festnetzanbindung. Die Elektrizitätsversorgung ist weit von einem stabilen Zustand entfernt, von Gesundheitsversorgung und Hygiene ganz zu schweigen.
-
-###### Warum tust Du das?
-
-Es gibt viele Gründe, aber der wichtigste ist, dass ich etwas für mich komplett neues erleben möchte. Man mag es Ausreißen oder Abenteuer nennen, aber ich bin wirklich gespannt darauf, von einer für mich noch unbekannten Kultur lernen zu können.
-
-Ein anderer Grund ist der Austausch von Wissen und Know-How. In unserer westlichen Kultur können wir alles haben, was wir wollen. In Tansania ist das nicht der Fall, weswegen ich für meine Lehrangebote sehr viel improvisieren muss. Von der anderen Seite betrachtet habe ich hoffentlich genug IT-Kenntnisse, um den Teilnehmenden meines Kurses etwas nützliches beizubringen.
-
-###### Hast Du keine Angst vor Ebola?
-
-Ja, ich habe Sorgen, dass noch mehr Menschen durch diese Krankheit sterben werden. Aber um es deutlich zu machen: Die von Ebola betroffene Region ist so weit von Tansania entfernt wie Südeuropa. Viele innerafrikanischen Flüge wurden abgesetzt um die Verbreitung von Ebola innerhalb Afrikas zu unterbinden. Das Urteil über diese Isolationspolitik überlasse ich jedem selbst, aberzumindest jetzt ist es in Tansania recht sicher.
-
-Wenn Du noch Fragen hast, zögere nicht [mich anzuschreiben][3]!
-
-**Quellen:**
-
-Tansania-Karte von TUBS (CC BY-SA 3.0 License)
-
- [1]: /2015/next-station-tanzania
- [2]: /uploads/tanzania-map.png
- [3]: //max.mehl.mx/contact
\ No newline at end of file
diff --git a/content/blog/2015-01-04-next-station-tanzania.md b/content/blog/2015-01-04-next-station-tanzania.md
index 2210e10..11e080c 100644
--- a/content/blog/2015-01-04-next-station-tanzania.md
+++ b/content/blog/2015-01-04-next-station-tanzania.md
@@ -1,58 +1,59 @@
---
title: 'Next station: Tanzania'
date: 2015-01-04T17:03:47+00:00
-aliases: next-station-tanzania
+aliases:
+ - next-station-tanzania
+ - naechste-station-tansania
categories:
- English
- Tanzania
tags:
- - education
- - free software
+ - freesoftware
- tanzania
---
-_Diesen Beitrag gibt es auch [auf Deutsch][1] / This post is also available [in German][1]_
As some of your already may know, I’m going to Tanzania for six months starting in March this year. In the city Moshi I’ll work as a volunteer computer teacher in a local institute for computer education.
In the upcoming weeks and months you can hopefully see some updates and pictures on this blog. Until then I’d like to answer some frequently asked questions:
-###### Where the heck is Tanzania or Moshi?
+## Where the heck is Tanzania or Moshi?
-[
][2]Tanzania is on Africa’s east coast, Kenya on its north coast border, Mozambique on its south. Some important localities in Tanzania are Lake Victoria, the Kilimanjaro or Zanzibar island.
+Tanzania is on Africa’s east coast, Kenya on its north coast border, Mozambique on its south. Some important localities in Tanzania are Lake Victoria, the Kilimanjaro or Zanzibar island.
The capital is Dodoma, whereas the largest and most important city is Dar es Salaam. Moshi, where I will reside, is one of the largest cities with around 140.000 inhabitants. It’s right beneath the Kilimanjaro.
-###### What exactly are you doing there?
+{{< figure src="/img/blog/tanzania-map.png" class="text-center small" >}}
+
+
+## What exactly are you doing there?
I’ll work as a computer and english teacher in Moshi Institute for Technology (MIT). They offer various courses for children and adults to spread IT knowledge in the urban and rural area around the city. I’m quite free to choose which courses I offer, for example I planned computer maintenance, website creation, office software or general usage of operating systems.
-
-
Since I endorse Free Software, I’d like to use it as much as possible. Reusing old hardware and working in a quite poor environment makes Free Software the only reasonable choice.
-###### Do they even have technology there?
+## Do they even have technology there?
Yes, they have. Mobile phones are quite widespread and the institute I work at has broadband internet connections. Okay, they have really old donated machines based on Pentium I up to Pentium III processors and I doubt that I can work with beamers.
Aside from the lack of modern IT stuff it’s also hard to find modern cars or household equipment. Most of the houses even don’t have a unique post address or landline connection. Electricity is far away from being stable and let alone health care or hygiene.
-###### Why are you doing this?
+## Why are you doing this?
There are many reasons but the most important one is to experience something really new. Call it break-out, call it adventure, I’m really keen on learning from a for me still unknown culture.
Another reason is to exchange knowledge and know-how. In our western culture we can have everything we need. In Tanzania that’s not the case so I would have to improvise a lot for my teaching. The other way round I hopefully have enough IT know-how to teach something useful to the courses‘ attendants.
-###### Aren’t you afraid of Ebola?
+## Aren’t you afraid of Ebola?
-Yes, I’m afraid that even more people will die from this disease. But to be clear: The Ebola affected region is as ar away from Tanzania as southern Europe. Many inner-African airline routes have been cancelled to avoid Ebola’s spread inside Africa. It’s up to you to judge this policy of isolation but right now it’s quite safe in Tanzania.
+Yes, I’m afraid that even more people will die from this disease. But to be clear: The Ebola affected region is as far away from Tanzania as southern Europe. Many inner-African airline routes have been cancelled to avoid Ebola’s spread inside Africa. It’s up to you to judge this policy of isolation but right now it’s quite safe in Tanzania.
Any further questions? Do not hesitate [to ask me][3]!
-**Sources:**
+*Sources*:
Tanzania Map by TUBS (CC BY-SA 3.0 License)
[1]: /2015/naechste-station-tansania
[2]: /uploads/tanzania-map.png
- [3]: //max.mehl.mx/contact
\ No newline at end of file
+ [3]: //max.mehl.mx/contact
diff --git a/content/blog/2015-01-24-yourls-url-shortener-for-turpial.md b/content/blog/2015-01-24-yourls-url-shortener-for-turpial.md
index b772567..fba3d93 100644
--- a/content/blog/2015-01-24-yourls-url-shortener-for-turpial.md
+++ b/content/blog/2015-01-24-yourls-url-shortener-for-turpial.md
@@ -7,17 +7,8 @@ categories:
- Tech
tags:
- chat
- - communication
- - free software
- - gnu/linux
- - guide
- - howto
- - linux
- - selfhosted
+ - gnu-linux
- server
- - snippet
- - tutorial
- - twitter
---
Maybe you know [Yourls][1], a pretty cool URL shortener which you can set up on your own server very easily. Link shorteners are nice to have because
@@ -25,13 +16,14 @@ Maybe you know [Yourls][1], a pretty cool URL shortener which you can set up on
1. you can share long links with short urls and
2. you can view and organise all links you ever shared (incl. statistics and so on).
-There are many alternatives like bit.ly, ur1.ca and so on, but Yourls belongs to YOU and you don’t have to pay attention to ToS changes or the provider’s financial status. AND you can use whichever domain you own, for example in my case it’s _s.mehl.mx/blabla_.
+There are many alternatives like bit.ly, ur1.ca and so on, but Yourls belongs to YOU and you don’t have to pay attention to ToS changes or the provider’s financial status. AND you can use whichever domain you own, for example in my case it’s *s.mehl.mx/blabla*.
And maybe you also know [Turpial][2], a Twitter client for GNU/Linux systems (I don’t like Twitter’s web page). Until lately I used Choqok, a KDE optimised client, but there were many things which annoyed me: No image previews, slow development, unconvenient reply behaviour and so on. And hey, why not trying something new? So I started to use Turpial which seems to solve all these critic points. Well, like always I missed some preferences to configure. But since it’s [Free Software][3], one is able to look how the software works and to change it – and to share the improvements which I’ll do in the next step!
-Turpial already offers some link shorteners but not Yourls. But we can add it manually. To do so, open the file _/usr/lib/python2.7/dist-packages/libturpial/lib/services/url/shortypython/shorty.py_ as root. Now add the following somewhere between the already existing shorteners
+Turpial already offers some link shorteners but not Yourls. But we can add it manually. To do so, open the file `/usr/lib/python2.7/dist-packages/libturpial/lib/services/url/shortypython/shorty.py` as root. Now add the following somewhere between the already existing shorteners
-# Yourls
+```py
+# Yourls
class Yourls(Service):
def shrink(self, bigurl):
@@ -44,26 +36,28 @@ class Yourls(Service):
raise ShortyError('Failed to shrink url')
yourls = Yourls()
-
+```
-Just replace YOUR\_DOMAIN and YOUR\_SIGNATURE accordingly. The usage of a signature enables you to hide your username and password when sending the shorten requests, like an API key and looks like _f51qw35w6_ ([more about passwordlessAPI][4]). You can retrieve your signature on your Yourls‘ Admin page via „Tools“.
+Just replace `YOUR_DOMAIN` and `YOUR_SIGNATURE` accordingly. The usage of a signature enables you to hide your username and password when sending the shorten requests, like an API key and looks like `f51qw35w6` ([more about passwordlessAPI][4]). You can retrieve your signature on your Yourls‘ Admin page via *Tools*.
-Then add the new service to the list of shorteners. In the same file search for _services = {_ (on the bottom) and add somewhere in the following list:
+Then add the new service to the list of shorteners. In the same file search for `services = {` (on the bottom) and add somewhere in the following list:
-'yourls-instance': yourls,
+```py
+'yourls-instance': yourls,
+```
-Well, then just restart Turpial, go to Preferences > Services and choose „yourls-instance“ from the list of Short URL services. Congrats, you should be able to short your URLs with Yourls in Turpial now :)
+Well, then just restart Turpial, go to Preferences > Services and choose *yourls-instance* from the list of Short URL services. Congrats, you should be able to short your URLs with Yourls in Turpial now :)
Any problems or improvements? Drop me a message!
-\___\___\____
-
- **Notes:**
+---
- * For me, only hardcoding the signature worked but not the prompt for these data like in some other services stated in the file
- * Another file worth your attention might be _/usr/lib/python2.7/dist-packages/turpial/ui/qt/templates/style.css_. There you can change colors, fonts and so on. For example, the „Ubuntu“ font wasn’t installed on my system so I just chose Sans Serif instead.
+**Notes:**
- [1]: http://yourls.org/
- [2]: http://turpial.org.ve/
- [3]: https://fsfe.org/about/basics/freesoftware.html
- [4]: https://github.com/YOURLS/YOURLS/wiki/PasswordlessAPI
\ No newline at end of file
+* For me, only hardcoding the signature worked but not the prompt for these data like in some other services stated in the file
+* Another file worth your attention might be `/usr/lib/python2.7/dist-packages/turpial/ui/qt/templates/style.css`. There you can change colors, fonts and so on. For example, the *Ubuntu* font wasn’t installed on my system so I just chose Sans Serif instead.
+
+[1]: http://yourls.org/
+[2]: http://turpial.org.ve/
+[3]: https://fsfe.org/about/basics/freesoftware.html
+[4]: https://github.com/YOURLS/YOURLS/wiki/PasswordlessAPI
diff --git a/content/blog/2015-01-26-fellowship-elections.md b/content/blog/2015-01-26-fellowship-elections.md
deleted file mode 100644
index ace3128..0000000
--- a/content/blog/2015-01-26-fellowship-elections.md
+++ /dev/null
@@ -1,68 +0,0 @@
----
-title: My candidacy for FSFE’s Fellowship Election
-date: 2015-01-25T23:24:43+00:00
-draft: true
-private: true
-aliases: fellowship-elections
-categories:
- - English
- - Political
- - Stuff
-tags:
- - communication
- - free software
- - fsfe
- - internship
- - organisation
- - tanzania
-
----
-Dear FSFE-Fellow,
-
-you hopefully visited this page because you want to give your precious vote for the FSFE’s Fellowship election (which starts to February 20) to one of the three candidates, Nicolas, Felix, or to me.
-
-The Fellowship Election takes place once a year. The elected person will be part of FSFE’s General Assembly, its most important organ, for 2 years. The GA makes important decisions like the strategic agenda or budget plans. The two Fellowship representatives have the honorable task to attend these discussion in the name of the hundreds and thousands of Fellows. Besides that, they can also use their weight to push changes to the FSFE which all Fellows might benefit from. So these elections are a very important democratic tool for YOU to influence FSFE’s future path.
-
-In the next few paragraphs I want to tell you **who I am**, why I want to be **your representative**, why I may be the **right person** for that task and also why you **may not want to vote for me**.
-
-###### About me
-
-My name is Max Mehl, 24 years old and currently living in Konstanz, Germany, next to the Swiss border. I’m in my last semester of Politics and Administration. Besides I work as an IT freelancer (computer support, websites, server administration) where I work with Free Software as much as possible. In some months I will [go to Tanzania][1], Africa for half a year to work there as a volunteer teacher.
-
-My connection to FSFE began 2011 when I subscribed FSFE’s translators mailing list. It didn’t took long until I became a proud Fellow like you. But all the time I wanted to do more – not because I had a lot of time but because I felt that this Free Software organisation is something special. And as luck would have it, I was able to do [my six months internship][2] (required by my university) at FSFE’s Berlin office where I met many staffers, GA members, Fellows and volunteers. With this motivation and gained knowledge I joined the germanophone team where I am as active as in web@ or translators@. On [my FSFE team page][3] there’re listed some campaigns and activities which I am involed into.
-
-In my free time I am leading the local scouts group, and if there’s some time I play guitar and Pen&Paper RPGs.
-
-###### My goals as your representative
-
-During my internship where I was able to look behind many scenes I realised that one thing needs improvement for Fellows: more insight and transparency. Admit it: We’re supporting the FSFE financially (and that’s great!) but do you exactly know which people are using it for what? Wouldn’t it be good to have the possibility to 1. get to know the great people behind FSFE and 2. get to know what they are currently working on?
-
-When I spoke with some Fellows in my home town, most of them don’t know about our structure or the staffers and what they’re doing. I think, that’s something which has to be improved, for example by periodical small reports by the people themselves and the interesting things they’ve done in the, let’s say, last 4 weeks – from their personal perspective.
-
-And that wouldn’t even cause really more time consumption for the staffers because many reports already exist – they just have to made public in a way Fellows could be interested in (and not complicated organigrams or endless lists of avatars).
-
-From a Fellowship representative I also expect to be available for all kinds of questions and feedback of the people he represents. So for me it goes without saying that you could contact me anytime if you want to know something or want me to bring some input in the General Assembly. Of course, I would also still be an active member of the teams I’m working with at the moment, so translators@, web@, the compulsory routers team and some others would still have to read my mails :P
-
-###### A few reasons to vote for me
-
-The goals I explained above aren’t going to be easily implemented. FSFE is – like many others – a place where people like to discuss their opinion. My advantage is to know most of the many perspectives of FSFE: The view as a volunteer, a Fellow and a staffer. Especially as the last I had a quite good oversight over many aspects because I helped organising campaigns, co-worked with many people in- and outside of FSFE, followed a lot of internal discussions and also witnessed a few conflicts. I can relate to both our Fellows‘ side and the staffers‘ or GA members‘ side and I am confident to be able to intermediate when needed.
-
-###### And a few reasons to not vote for me
-
-When thinking about running for the seat as a Fellowship representative, there came also some reasons in my mind why you may not want to vote for me. All of them may be legit but I also want you to know my side of the story.
-
-You are German
-
-Yes, I know. There’re people complaining about the percentage of Germans or german-speakers inside FSFE. First of all, I cannot relate to this problem because there are a lot of people from other nationalities very active in FSFE and the whole Free Software movement. And second, I cannot understand this nationality-focussed point of view. We’re an European organisation, most of FSFE’s work is communicated in English on mailing lists and chats and if you take a look in the translators team you’ll see that collaboration between different nations and languages works. And additionally I live so close beneath the Swiss border that many – even German – people don’t even know in which country I live ;)
-
-You are male
-
-True, it would be cool to have more women inside FSFE. Unfortunately there’re no women running for this seat so if you don’t vote for me or Felix and Nicolas because of this reason, please ask you female friends to get active in FSFE, become Fellow and run for this seat! There’ll be many people appreciating it :)
-
-You are going to Tanzania soon
-
-One may think that living in Africa makes it impossible for a western living to represent tech-savvy people. I don’t think so. There are many internet cafés, my workplace has two broadband connections and you can also have quite cheap internet connection via radio network. So I would still be able to follow discussions in mailing lists and answer your questions and concerns. And this stay in Tanzania would only last a quarter of the whole representative’s term.
-
- [1]: http://blog.mehl.mx/2015/next-station-tanzania/
- [2]: http://blog.mehl.mx/2014/my-internship-at-fsfe/
- [3]: https://fsfe.org/about/mehl/
\ No newline at end of file
diff --git a/content/blog/2015-02-14-i-love-taskwarrior-therefore-i-love-free-software.md b/content/blog/2015-02-14-i-love-taskwarrior-therefore-i-love-free-software.md
index b67edc1..7a294e1 100644
--- a/content/blog/2015-02-14-i-love-taskwarrior-therefore-i-love-free-software.md
+++ b/content/blog/2015-02-14-i-love-taskwarrior-therefore-i-love-free-software.md
@@ -6,59 +6,43 @@ categories:
- English
- Tech
tags:
- - android
- bash
- - free software
+ - freesoftware
- fsfe
- - gnu/linux
+ - gnu-linux
- guide
- - howto
- - ilovefs
- - linux
- - organisation
- server
- - shell
- - sync
- - tasks
- - tutorial
+ - tools
---
-
„_It’s Valentine’s day and you’re writing a blog post? Are you nuts?_“ you might ask. Well, but it’s not only Valentine’s day but also [I love Free Software][1] day. This day is proclaimed every year on February 14 by the Free Software Foundation Europe to thank all developers and contributors of Free Software (software you can use for any purpose, which source code you or others can analyze, which can be modified and distributed).
+
+{{< figure src="/img/blog/ilovefs-heart-px.png" class="small pull-right" >}}
+
+"*It’s Valentine’s day and you’re writing a blog post? Are you nuts?*" you might ask. Well, but it’s not only Valentine’s day but also [I love Free Software][1] day. This day is proclaimed every year on February 14 by the Free Software Foundation Europe to thank all developers and contributors of Free Software (software you can use for any purpose, which source code you or others can analyze, which can be modified and distributed).
As [last year with ZNC][2], I want to say thank you to a specific project which easies my daily life. As you might know by other blog posts here, organisation of tasks, mails and almost everything else is a very important issue for me. So this year I want to write some lines about [Taskwarrior][3], taskd and [Mirakel][4] which enable me to take some free time without thinking of task which I could possibly forget to accomplish later on.
-My head is full of ideas and mental To-Do lists and so I’m in need of a handy tool which allows me to write down and organise items at any place and time: At my desk, in bus or train, when I’m offline or abroad. And its important that I don’t have (analog and digital) bits of paper everywhere, so I need a **system that syncs all task inputs and outputs**. I tried a lot of tools but Taskwarrior was the best so far. It used the well-known „Getting Things Done“ concept with different priorities. Taskwarrior also supports tagging tasks, organising them in projects, due dates, postponing, making tasks dependend on others and much more. And Taskwarrior has a (modifyable) **algorhythm that sorts your tasks by urgency levels**, so that the most important tasks always are on the top of the list. Even now I just took a glance at what Taskwarrior is able to do!
+My head is full of ideas and mental To-Do lists and so I’m in need of a handy tool which allows me to write down and organise items at any place and time: At my desk, in bus or train, when I’m offline or abroad. And its important that I don’t have (analog and digital) bits of paper everywhere, so I need a **system that syncs all task inputs and outputs**. I tried a lot of tools but Taskwarrior was the best so far. It used the well-known „Getting Things Done“ concept with different priorities. Taskwarrior also supports tagging tasks, organising them in projects, due dates, postponing, making tasks dependend on others and much more. And Taskwarrior has a (modifiable) **algorhythm that sorts your tasks by urgency levels**, so that the most important tasks always are on the top of the list. Even now I just took a glance at what Taskwarrior is able to do!
-
+{{< figure src="/img/blog/ilovefs-taskwarrior-gallery.jpg" class="text-center medium" caption="Someone who loves Taskwarrior as much as I do" >}}
-„_Services and programs that organise tasks aren’t very special!_“ one might think. But if you prefer sorting tasks digitally, you cannot simply chose a random todo-organising service provider. **Most of the tools and services on the market aren’t free and transparent**. All input may no longer belong to you, all the gathered information (which is a lot if you think of it!) could be used for targeted ads or worse. You cannot modify the algorhythm to suit your needs. And what happens if the service provider goes bankrupt? All data, all project history and all pending tasks would be lost at once. So using a free (as in freedom), decentralised, maybe self-hosted service is the best idea to organise your tasks decentrally.
+"*Services and programs that organise tasks aren’t very special!*" one might think. But if you prefer sorting tasks digitally, you cannot simply chose a random todo-organising service provider. **Most of the tools and services on the market aren’t free and transparent**. All input may no longer belong to you, all the gathered information (which is a lot if you think of it!) could be used for targeted ads or worse. You cannot modify the algorhythm to suit your needs. And what happens if the service provider goes bankrupt? All data, all project history and all pending tasks would be lost at once. So using a free (as in freedom), decentralised, maybe self-hosted service is the best idea to organise your tasks decentrally.
But one thing at a time, let’s start from the very basic. You can install Taskwarrior and almost any operating system. After the installation, taskwarrior isn’t much more than a black window with white letters in it. And even when you’re a pro-user, you won’t find much more than white or colourful text on black background – and this is a good thing! I’ve seen no graphical user interface which can handle Taskwarrior’s complexity and the users‘ needs sufficiently (but [there are some][5], feel free to test them!). Nevertheless, **it’s quite easy to use Taskwarrior** from your terminal:
-$ task add "This is my first task" # Add your first item -$ task long # Show all pending tasks -$ task add "Second VIP task!" pri:H # Add a task with priority -$ task add "Third task with tag" +test # Add a task with a tag -$ task add "Fourth projected task" pro:Blog # Add a task with a project -$ task long # Show all pending tasks -$ task 1 done # Mark first task as done (ID = 1) -+```bash +task add "This is my first task" # Add your first item +task long # Show all pending tasks +task add "Second VIP task!" pri:H # Add a task with priority +task add "Third task with tag" +test # Add a task with a tag +task add "Fourth projected task" pro:Blog # Add a task with a project +task long # Show all pending tasks +task 1 done # Mark first task as done (ID = 1) +``` There are many useful and well understandable guides in the [project’s documentation][6]. Most likely you do not need every command but maybe it’s useful to read something about techniques which might help you to organise your tasks your way. - +{{< figure src="/img/blog/ilovefs-taskwarrior2.gif" class="text-center medium" caption="Some useful commands of Taskwarrior using some fish shell features" >}} But Taskwarrior is only for your local computer. What’s if you want to use it when sitting in the bus and don’t want to forget a ToDo item you want to write down at the very moment? Then there’s a **handy application for Android called** [Mirakel][7]. Even the app itself is powerful, but it’s full potential is unleashed when combining it with Taskwarrior. For this, **we need a central instance** which synchronises the tasks you add or edit on your devices. The Taskwarrior project developed taskd for it which you can easily setup on a server. You can also use Mirakel’s own public taskd server (at least in the past) if you don’t own a server or don’t want to maintain this service. @@ -72,4 +56,4 @@ Hopefully you now know a bit more about Taskwarrior and Mirakel and the great to [4]: http://mirakel.azapps.de/index.html [5]: http://taskwarrior.org/tools/ [6]: http://taskwarrior.org/docs/ - [7]: http://mirakel.azapps.de/ \ No newline at end of file + [7]: http://mirakel.azapps.de/ diff --git a/content/blog/2015-02-25-in-the-end-freedom-is-what-matters.md b/content/blog/2015-02-25-in-the-end-freedom-is-what-matters.md index ae0d370..4a2b784 100644 --- a/content/blog/2015-02-25-in-the-end-freedom-is-what-matters.md +++ b/content/blog/2015-02-25-in-the-end-freedom-is-what-matters.md @@ -7,28 +7,26 @@ categories: - Political - Stuff tags: - - communication - - compulsory routers - - crypto - - free software + - routers + - freesoftware - fsfe - privacy + - policy - security - - snowden --- -Yesterday I’ve been asked by a good friend of mine why I am investing so much time in the FSFE (Free Software¹ Foundation Europe) instead of putting more energy in other organisations with more focus on privacy issues. The background of his question is that I’m quite concerned about governmental and commercial surveillance and the lack of really private ways to communicate with each other and the impact this has on our online and offline behaviour. With Laura Poitras‘ recent movie „Citizenfour“ awarded with an Oscar, I use the media attention as an icebreaker to talk with my friends about these topics if the situation allows it. +Yesterday I’ve been asked by a good friend of mine why I am investing so much time in the [FSFE](https://fsfe.org) (Free Software¹ Foundation Europe) instead of putting more energy in other organisations with more focus on privacy issues. The background of his question is that I’m quite concerned about governmental and commercial surveillance and the lack of really private ways to communicate with each other and the impact this has on our online and offline behaviour. With Laura Poitras‘ recent movie „Citizenfour“ awarded with an Oscar, I use the media attention as an icebreaker to talk with my friends about these topics if the situation allows it. -Back to question which can also be read as „**Why are you investing your time in Free Software** instead of privacy which seems to touch you more?“. To be honest I had to think about this a bit. But then I remembered Jacob Appelbaum saying „_[…] what people used to call liberty and freedom we now call privacy_„. And I think that’s the reason why I stick with putting my energy as activist in FSFE rather than in other (very good!) organisations: Because I think that freedom is the foundation of everything we call privacy today and in the future. I’ll explain that in the following paragraphs.It already has been said in many blog posts, articles, press releases, and interviews from people in- and outside the Free Software movement that Free Software (sometimes also called Open Source) is the key to privacy, mostly because only Free Software is the only sane way how to publish serious encryption methods. Of course the very basis for encryption is trust, and trust is only gained by transparency and the possibility to look behind the scenes. +Back to question which can also be read as „**Why are you investing your time in Free Software** instead of privacy which seems to touch you more?“. To be honest I had to think about this a bit. But then I remembered [Jacob Appelbaum saying](https://www.youtube.com/watch?v=2qwhB-u7PiI) "*[…] what people used to call liberty and freedom we now call privacy*". And I think that’s the reason why I stick with putting my energy as activist in FSFE rather than in other (very good!) organisations: Because I think that freedom is the foundation of everything we call privacy today and in the future. I’ll explain that in the following paragraphs. It already has been said in many blog posts, articles, press releases, and interviews from people in- and outside the Free Software movement that Free Software (sometimes also called Open Source) is the key to privacy, mostly because only Free Software is the only sane way how to publish serious encryption methods. Of course the very basis for encryption is trust, and trust is only gained by transparency and the possibility to look behind the scenes. But for me, it goes **much further than just the rational reason** why Free Software is the basis for privacy programs. I invest my time in the FSFE because it’s about freedom. We can have as good privacy-enhancing tools as possible, without freedom they are worth nothing. I’m not (only) talking about physical freedom, but more about the freedom to interact with the society in a way one can determine. Imagine following – not unrealistic – situation: You can communicate with your friends anonymously over perfectly encrypted channels and this is good. But now your country’s financial office urges you to give information about your tax situation in an electronical way – which is only possible by using a proprietary (and therefore insecure) operating system. And inside the tax administration all your sensitive files reside on proprietary servers, are opened on insecure systems, and with zero transparency. -Or another example: You are oblidged by your internet provider to use their router and you’re not allowed to replace it by an alternative device. Even your country’s net agency or economical ministry allows it, which is the current state in many European countries. You may use Tor or VPN but you still don’t know if they track metadata like your connection times and volume, MAC addresses, number of connected devices, preferred anonymisation techniques, or phone call destinations. Or they just throttle all communication which they cannot read or which is directed to services like Tor. +Or another example: You are oblidged by your internet provider to use their router and [you’re not allowed to replace](https://fsfe.org/activities/routers/routers.html) it by an alternative device. Even your country’s net agency or economical ministry allows it, which is the current state in many European countries. You may use Tor or VPN but you still don’t know if they track metadata like your connection times and volume, MAC addresses, number of connected devices, preferred anonymisation techniques, or phone call destinations. Or they just throttle all communication which they cannot read or which is directed to services like Tor. In these cases **software privacy is of little use**. It’s about regulations, it’s about changing the toughts of political actors, it’s about dirty politics and dust-dry laws – and it’s about freedom. About our freedom of choice, not only which software we want to use, but also the ways we want to communicate, which devices and file format we want to choose, and the things we want to say publicly and not only encrypted in the dark. Privacy is necessary for situations in which we cannot speak or act freely, but freedom is the only way how to improve the world we’re living in so that we won’t have to fight for the right of privacy anymore. And freedom in all ways is what the FSFE stands for, not only by improving software but by informing the public and politicians, and by putting political pressure on decision makers. Because freedom is the foundation for a society in which someday privacy can be the most normal thing. This, dear friend, is the reason why I volunteer for the FSFE – and therefore also for privacy. -\___\___\___\___ +--- -¹ Means software which you are allowed to use for every purpose, which everybody can inspect, modify and redistribute \ No newline at end of file +¹ Means software which you are allowed to use for every purpose, which everybody can inspect, modify and redistribute diff --git a/content/blog/2015-04-14-erste-eindruecke-aus-tansania.md b/content/blog/2015-04-14-erste-eindruecke-aus-tansania.md index fe7a578..b863173 100644 --- a/content/blog/2015-04-14-erste-eindruecke-aus-tansania.md +++ b/content/blog/2015-04-14-erste-eindruecke-aus-tansania.md @@ -6,139 +6,61 @@ categories: - Deutsch - Tanzania tags: - - communication - - education - - organisation - tanzania - - tareo --- -
- Pole pole – das ist die typisch tansanische Mentalität, alles etwas ruhiger und langsamer angehen zu lassen. Und wahrscheinlich ist das auch der Grund, warum ich erst einen Monat nach meiner Ankunft in Tansania dazu komme, einen ersten Blogeintrag über meine bisherigen Erfahrungen zu schreiben. Ich bin hier von Anfang März bis Ende Juli als Freiwilliger in einer Organisation tätig, die die Bildung von jungen Menschen und der ländlichen Bevölkerung durch Einsatz und Schulung von IT verbessern will. Im Folgenden möchte ich kurz einen Rundumblick über mein Leben hier und die Bedingungen geben, konkret über meinen Alltag, die Gefahren, meine Arbeit als Freiwilliger, die einheimische Bevölkerung und Kultur, Wetter und Natur sowie das liebe Geld: -
+Pole pole – das ist die typisch tansanische Mentalität, alles etwas ruhiger und langsamer angehen zu lassen. Und wahrscheinlich ist das auch der Grund, warum ich erst einen Monat nach meiner Ankunft in Tansania dazu komme, einen ersten Blogeintrag über meine bisherigen Erfahrungen zu schreiben. Ich bin hier von Anfang März bis Ende Juli als Freiwilliger in einer Organisation tätig, die die Bildung von jungen Menschen und der ländlichen Bevölkerung durch Einsatz und Schulung von IT verbessern will. Im Folgenden möchte ich kurz einen Rundumblick über mein Leben hier und die Bedingungen geben, konkret über meinen Alltag, die Gefahren, meine Arbeit als Freiwilliger, die einheimische Bevölkerung und Kultur, Wetter und Natur sowie das liebe Geld: -- Ich wohne mit meiner Freundin in einer 3-Zimmer-WG im Stadtzentrum von Moshi, nahe des Kilimanjaros. Die Woche über arbeite ich momentan bis mittags im Moshi Institute of Technology, einer Art Volkshochschule mit Kursen im Bereich IT, Buchhaltung und Sprachen, welche von TAREO (Tanzania Rural Empowerment Organization) geleitet wird (dazu später mehr). Der Rest des Tages (nahezu alle Ehrenamtlichen in der Stadt arbeiten halbtags) geht hier mit ungewöhnlich zeitraubenden Aktivitäten wie Kochen, Einkaufen auf dem Markt und vom teils tierischen heißen Wetter ausruhen (zwischen 13 und 15 Uhr gehen selbst Transanier ungern auf die Straße) drauf. Die Länge des Tages wird durch die sehr früh einsetzende Dunkelheit um etwa 19 Uhr limitiert, nach der wir Wazungu (Mzungu = Ausländer, Weißer) nicht auf die Straße sollten, mehr dazu später. Am Wochenende bekommen wir Ehrenamtlichen für gewöhnlich frei, um die Stadt und Gegend zu erkunden, Trips zu unternehmen oder uns von der oft geistig anstrengenden Arbeit zu erholen. -
+{{< figure src="/img/blog/tz-kilimanjaro-balkon.jpg" class="text-center medium" caption="Blick auf das „Dach Afrikas“ von unserer Haustür" >}} -- Eine der häufigsten Fragen ist die nach der Gefährlichkeit. Kurzum: Es ist nicht viel gefährlicher als in einer deutschen Großstadt, wenn man sich nicht vollkommen daneben verhält und ein paar Grundregeln beachtet. Tagsüber haben wir noch nie davon gehört, dass jemand beklaut wurde, obwohl wir allein von der Hautfarbe her natürlich extrem auffällig sind. Moshi gilt als sehr sicher (was auf einige andere südlichere Großstädte in Tansania allerdings nicht zutrifft). Die größte Gefahr im Hellen ist es, in der ersten Zeit auf einen der zahlreichen Straßenverkäufer reinzufallen, die einem zuerst erzählen, wie toll sie arme Waisenkinder unterstützen und nach 5 Minuten plötzlich dubiose Safaris oder Halsketten anbieten – aber da lernt man schnell draus :) -
+## Gefährlichkeit -- In der Dunkelheit allerdings sind selbst normale Tansanier gut damit beraten, Bus oder Taxi zu nehmen. Armut und Arbeitslosigkeit locken Gelegenheitsdiebe hervor, die technische Geräte und Geld von den Unglücklichen abstauben wollen, aber diese dann meist ziehen lassen – ein Vorteil der kaum vorhandenen Kleinverbrechensaufklärung der hiesigen Polizei. Da das Taxi hier aber je nach Distanz 1,50€ bis 2,50€ pro Fahrt kostet, gehen wir Voluntäre da sowieso auf Nummer sicher und hatten in letzter Zeit nie Probleme. -
+Eine der häufigsten Fragen ist die nach der Gefährlichkeit. Kurzum: Es ist nicht viel gefährlicher als in einer deutschen Großstadt, wenn man sich nicht vollkommen daneben verhält und ein paar Grundregeln beachtet. Tagsüber haben wir noch nie davon gehört, dass jemand beklaut wurde, obwohl wir allein von der Hautfarbe her natürlich extrem auffällig sind. Moshi gilt als sehr sicher (was auf einige andere südlichere Großstädte in Tansania allerdings nicht zutrifft). Die größte Gefahr im Hellen ist es, in der ersten Zeit auf einen der zahlreichen Straßenverkäufer reinzufallen, die einem zuerst erzählen, wie toll sie arme Waisenkinder unterstützen und nach 5 Minuten plötzlich dubiose Safaris oder Halsketten anbieten – aber da lernt man schnell draus :) -- Ich arbeite für TAREO, eine Organisation, welche die ländliche Bevölkerung, die hier aufgrund der schlechten Bildung und der mieserablen Infrastruktur stark benachteiligt ist, unterstützen will. Das macht sie durch einige ländliche Schulen, aber auch Bildungseinrichtungen in Städten, wo junge Menschen Qualifikationen erwerben können. TAREO macht das vor allem durch den Einsatz von Computern und dem Internet, um die Menschen (meist Kinder, Jugendliche, Frauen und Farmer) gesellschaftlich aufholen zu lassen. Ein Problem nämlich ist, dass Schulen hier meist nicht kostenlos sind, oft ewig weit vom Wohnort entfernt sind und die Schullaufbahn sehr lange dauert, bis man etwa auf eine Universität gehen kann. -
+## Meine Arbeit - +Ich arbeite für TAREO, eine Organisation, welche die ländliche Bevölkerung, die hier aufgrund der schlechten Bildung und der mieserablen Infrastruktur stark benachteiligt ist, unterstützen will. Das macht sie durch einige ländliche Schulen, aber auch Bildungseinrichtungen in Städten, wo junge Menschen Qualifikationen erwerben können. TAREO macht das vor allem durch den Einsatz von Computern und dem Internet, um die Menschen (meist Kinder, Jugendliche, Frauen und Farmer) gesellschaftlich aufholen zu lassen. Ein Problem nämlich ist, dass Schulen hier meist nicht kostenlos sind, oft ewig weit vom Wohnort entfernt sind und die Schullaufbahn sehr lange dauert, bis man etwa auf eine Universität gehen kann. -- Im Moshi Institute of Technology (MIT), wo ich tätig bin, kann man an Kursen für Bürofachkräfte, IT-Techniker oder einfache PC-Grundlagen teilnehmen, was einen vergleichsweise geringen Betrag kostet. Dafür gibt es dann neben dem hier sehr wertvollen Wissen auch Zertifikate und sogar ganze Schulabschlüsse können nachgeholt werden. Natürlich ist das nicht vergleichbar mit professionellen Angeboten in Europa, schon einfach deswegen, weil die Infrastruktur fehlt. Wir arbeiten hier mit PCs aus dem Jahr 2001-2003, meist Pentium 3 oder 4 mit 256 bis 512MB Arbeitsspeicher. Leider laufen die meisten PCs noch mit WindowsXP, was ich aber durch die Installation von ressourcensparenden und vor allem kostenlosen Linux-basierten Systemen zu ändern gedenke. -
+{{< figure src="/img/blog/tz-moshi-clocktower.jpg" class="text-center medium" caption="Moshi Innenstadt an einem Nachmittag" >}} -- Momentan aber ist die neue Webseite von TAREO (mittlerweile schon online) mein Hauptprojekt. Bisher hatte die Dachorganisation eine eigene Präsenz, genauso wie zwei der Center und der IT-Service – jeweils alle hoffnungslos veraltet und optisch ein Graus. Ich fasse nun alle Infos und einer modernen Webseite zusammen, strukturiere sie ordentlich, mache sie attraktiver für Sponsoren und interessierte Freiwillige und besser auffindbar über Suchmaschinen. Mein Hauptaugenmerk liegt aber auf der einfachen Bedienung für die zuständigen Mitarbeiter, damit sie in Zukunft schnell Infos hinzufügen oder Bilder ändern können. -
+Im Moshi Institute of Technology (MIT), wo ich tätig bin, kann man an Kursen für Bürofachkräfte, IT-Techniker oder einfache PC-Grundlagen teilnehmen, was einen vergleichsweise geringen Betrag kostet. Dafür gibt es dann neben dem hier sehr wertvollen Wissen auch Zertifikate und sogar ganze Schulabschlüsse können nachgeholt werden. Natürlich ist das nicht vergleichbar mit professionellen Angeboten in Europa, schon einfach deswegen, weil die Infrastruktur fehlt. Wir arbeiten hier mit PCs aus dem Jahr 2001-2003, meist Pentium 3 oder 4 mit 256 bis 512MB Arbeitsspeicher. Leider laufen die meisten PCs noch mit WindowsXP, was ich aber durch die Installation von ressourcensparenden und vor allem kostenlosen Linux-basierten Systemen zu ändern gedenke. -- Diese Arbeit war zeitraubender als gedacht, weil es mehr Informationen, Schulen und Kurse zu vereinheitlichen galt als ich anfangs dachte. Möchte man dann noch aktuelle Bilder von den Einrichtungen auftreiben und vielleicht noch Fotos von den verschiedenen Mitarbeitern sammeln, kann sich das ganze nach hinten verschieben – pole pole halt. Bis Mitte/Ende April möchte ich dieses umfangreiche Projekt aber fertiggestellt haben und mich auf die Schulung von Lehrern des MIT konzentrieren. Momentan schwebt mit vor, die alte Software (und vielleicht auch Hardware) in der Einrichtung zu mordernisieren und dabei die 4 Lehrkräfte im Sinne von Learning by Doing einzubinden. Diese sind meist theoretisch recht fit und höchst interessiert, aber haben noch nie einen modernen Server angefasst oder eine Webseite online gestellt, weil einfach die Mittel dazu fehlen – etwas schade, wenn sie darüber unterrichten. -
+Momentan aber ist [die neue Webseite von TAREO](http://www.tareo-tz.org) (mittlerweile schon online) mein Hauptprojekt. Bisher hatte die Dachorganisation eine eigene Präsenz, genauso wie zwei der Center und der IT-Service – jeweils alle hoffnungslos veraltet und optisch ein Graus. Ich fasse nun alle Infos und einer modernen Webseite zusammen, strukturiere sie ordentlich, mache sie attraktiver für Sponsoren und interessierte Freiwillige und besser auffindbar über Suchmaschinen. Mein Hauptaugenmerk liegt aber auf der einfachen Bedienung für die zuständigen Mitarbeiter, damit sie in Zukunft schnell Infos hinzufügen oder Bilder ändern können. -- Hier kann und will ich noch gar nicht so viel sagen. Die tansanische Kultur ist mir im Großen und Ganzen noch etwas unbekannt und fremd und man tritt immer mal wieder in kleine Fettnäpfchen. Eines der größten Probleme im Miteinander ist sicherlich die Sprachbarriere und die damit verbundenen Missverständnisse. Nur wenige Einheimische sprechen für unsere Verhältnisse wirklich gutes Englisch, um sich über kompliziertere Sachverhalte wie Kultur oder Gesellschaft zu unterhalten. Zudem waren die meisten Leute hier nie in Europa oder den USA und gehen davon aus, dass wir in der ersten Welt in purem Reichtum leben, nie krank werden, die iPhones und Fernseher auf Bäumen wachsen und alle happy sind. Das wird durch Filme und Serien vermittelt und leider durch Kurzzeittouristinnen in High-Heels und Miniröcken und wohlbeleibte Amis, die mit Geld um sich schmeißen (ist ja alles billig hier) nicht wirklich verbessert. -
+{{< figure src="/img/blog/tz-moshi-gruen.jpg" class="text-center medium" caption="Eine kleiner Weg in Moshi. Man beachte die Vegetation" >}} -- Ansonsten gibt es hier eine ganz klare Prioritätsverteilung: Die Familie steht ganz oben, dann folgen Freunde und erst dann mal Beruf oder Kunden. Nur die wenigsten Selbstständigen hier streben nach höherem, indem sie etwa ihre Restaurants renovieren, das Angebot erweitern oder eine Zweigstelle eröffnen. Man ist hier meist zufrieden, wenn man die Familie durchbringen kann. Ob das nun gut oder schlecht ist, überlasse ich Eurer Meinung. Aber wie ich schon gehört habe, spielt die Stammeszugehörigkeit hier noch eine sehr große Rolle. Dominant sind hier etwa die Chagga, welche als egoistisch und geschäftstüchtig gelten, wohingegen andere Stämme gastfreundlicher und selbstloser sein sollen. Eine Sonderrolle halten die Maasai inne, die ihrer traditionellen Lebensweise im Einklang mit der Natur treu geblieben sind. Einen Stamm der Maasai werden wir hoffentlich bald einmal über eine Nacht besuchen und dort mehr über sie lernen. -
+Hier kann und will ich noch gar nicht so viel sagen. Die tansanische Kultur ist mir im Großen und Ganzen noch etwas unbekannt und fremd und man tritt immer mal wieder in kleine Fettnäpfchen. Eines der größten Probleme im Miteinander ist sicherlich die Sprachbarriere und die damit verbundenen Missverständnisse. Nur wenige Einheimische sprechen für unsere Verhältnisse wirklich gutes Englisch, um sich über kompliziertere Sachverhalte wie Kultur oder Gesellschaft zu unterhalten. Zudem waren die meisten Leute hier nie in Europa oder den USA und gehen davon aus, dass wir in der ersten Welt in purem Reichtum leben, nie krank werden, die iPhones und Fernseher auf Bäumen wachsen und alle happy sind. Das wird durch Filme und Serien vermittelt und leider durch Kurzzeittouristinnen in High-Heels und Miniröcken und wohlbeleibte Amis, die mit Geld um sich schmeißen (ist ja alles billig hier) nicht wirklich verbessert. -
-
- - Ein kleiner Ausschnitt aus der Herde Elefanten, die im Tarangire unseren Weg gekreuzt hat -
-- Im April befindet sich Tansania für gewöhnlich in der großen Regenzeit, die Mitte/Ende März beginnt und bis Ende Mai dauert. Wer jetzt an Dauerregen und überschwemmte Straßen denkt, irrt genauso wie ich zu Anfang. Regenzeit bedeutet, dass es nachts mal ein paar Stunden regnet und tagsüber vielleicht mal maximal eine Stunde – dann aber wie aus Kübeln! Daher ist es auch etwas kälter als im hiesigen Sommer (November bis Februar), zumindest wenn man 28°C als kalt bezeichnen will. In höheren Lagen allerdings bewirkt dieser Regen wahre Wunder: Sandbraune Wiesen werden zu blühenden Äckern und jeder Schilling wird in die Landwirtschaft gesteckt. Selbst hier in Moshi sieht man plötzlich mehr Grün. Wir sind mal gespannt, wie sich die Regenzeit noch entwickelt und ob es hoffentlich noch kühler wird. -
+{{< figure src="/img/blog/tz-safari-ele.jpg" class="text-center medium" caption="Ein kleiner Ausschnitt aus der Herde Elefanten, die im Tarangire unseren Weg gekreuzt hat" >}} -- Tansania ist entgegen der weit verbreiteten Vorstellung, dass es sich um weite Ödnis, verbrannte Weiden und kahle Hügel handelt, ein von der Natur her sehr vielfältiges Land. Nachdem wir am Osterwochenende auf eine dreitägige Safari durch Lake Manyara, den Ngorongoro Krater und den Tarangire-Nationalpark gefahren sind, weiß ich, dass Tansania grün, blau, braun und rot zugleich kann: Urwaldähnliche Wälder, weite Steppen, riesige Seen, Hügellandschaften in sattem sandbraun mit einzelnen gigantischen Bäumen und erwachende Flüsse und an der Straße vulkanische rote Gesteinsbrüche. Das Weiß auf der Kuppe des Kilimanjaros natürlich nicht zu vergessen! -
+Im April befindet sich Tansania für gewöhnlich in der großen Regenzeit, die Mitte/Ende März beginnt und bis Ende Mai dauert. Wer jetzt an Dauerregen und überschwemmte Straßen denkt, irrt genauso wie ich zu Anfang. Regenzeit bedeutet, dass es nachts mal ein paar Stunden regnet und tagsüber vielleicht mal maximal eine Stunde – dann aber wie aus Kübeln! Daher ist es auch etwas kälter als im hiesigen Sommer (November bis Februar), zumindest wenn man 28°C als kalt bezeichnen will. In höheren Lagen allerdings bewirkt dieser Regen wahre Wunder: Sandbraune Wiesen werden zu blühenden Äckern und jeder Schilling wird in die Landwirtschaft gesteckt. Selbst hier in Moshi sieht man plötzlich mehr Grün. Wir sind mal gespannt, wie sich die Regenzeit noch entwickelt und ob es hoffentlich noch kühler wird. -- Wie schon angedeutet, sind hier viele Sachen unglaublich günstig, vor allem einheimische Lebensmittel und Dienstleistungen. Die tansanische Währung sind Tansanische Schilling (TSH, TZS). Ein Euro entspricht etwa 2000TSH, die kleinste Münze sind 50TSH, der größte Schein 10.000TSH. Auf dem Markt, auf dem wir Gemüse und Obst einkaufen, kosten 3 (herrliche!) Auberginen 500TSH (0,25€), 5 kleine Paprika 500TSH, ein Eimer voller Kartoffeln je nach Qualität 3000TSH (1,50€) und eine Banane 100TSH (0,05€). Ein Rucksack voller Obst und Gemüse (natürlich Bio :P) kann nach einem Marktbesuch also für 5-10€ randvoll gefüllt sein. Dienstleistungen wie Nähereien sind hier ebenfalls sehr preiswert. So hat sich eine Freundin eine komplette Notebooktasche für 5-7€ nähen lassen, exklusive des auch preiswerten, aber hochwertigen Stoffs. -
+{{< figure src="/img/blog/tz-schilling.jpg" class="text-center medium" caption="10.000 Schilling. Umgerechnet 5€ und die größte Banknote" >}} -- Vergleichsweise teuer sind hier aber importierte Produkte. 1kg Müsli bekommt man hier nicht für unter 5€, ein bisschen Käse schlägt auch mit mindestens 5€ zu Buche, echte Butter mit 4€ pro 250g. Werkzeuge sind ebenfalls mindestens doppelt so teuer wie im heimischen Baumarkt. Ein Liter Diesel kostet hier umgerechnet 80 Cent, eine kWh Strom 15 Cent – beides also für das tansanische Preisniveau sehr teuer. Beim Essen in Restaurants kommt es ganz klar darauf an, wo man hin geht. Die großen Touri-Restaurants, die in TripAdvisor o.ä. gelistet werden, sind auch für deutsche Verhältnisse mittelklassig teuer. Geht man aber in kleinere oder unbekanntere Läden, zahlt man für ein ausgiebiges und oft sehr gutes Essen auch mal nur 2,50€. -
+Wie schon angedeutet, sind hier viele Sachen unglaublich günstig, vor allem einheimische Lebensmittel und Dienstleistungen. Die tansanische Währung sind Tansanische Schilling (TSH, TZS). Ein Euro entspricht etwa 2000TSH, die kleinste Münze sind 50TSH, der größte Schein 10.000TSH. Auf dem Markt, auf dem wir Gemüse und Obst einkaufen, kosten 3 (herrliche!) Auberginen 500TSH (0,25€), 5 kleine Paprika 500TSH, ein Eimer voller Kartoffeln je nach Qualität 3000TSH (1,50€) und eine Banane 100TSH (0,05€). Ein Rucksack voller Obst und Gemüse (natürlich Bio :P) kann nach einem Marktbesuch also für 5-10€ randvoll gefüllt sein. Dienstleistungen wie Nähereien sind hier ebenfalls sehr preiswert. So hat sich eine Freundin eine komplette Notebooktasche für 5-7€ nähen lassen, exklusive des auch preiswerten, aber hochwertigen Stoffs. -- In den nächsten, hoffentlich bald folgenden Artikeln werde ich mich auf einzelne Themen beschränken. Technische, auf meine Arbeit bezogene Themen werde ich meinen Freunden aus dem Umkreis der FSFE zuliebe auf Englisch verfassen, dazu kommen aber wahrscheinlich einige unterhaltsame Nuancen aus Kultur und Alltag hier in Tansania oder Reiseberichte, die dann wieder auf Deutsch geschrieben sein werden. -
+## Ausblick -
\ No newline at end of file
+In den nächsten, hoffentlich bald folgenden Artikeln werde ich mich auf einzelne Themen beschränken. Technische, auf meine Arbeit bezogene Themen werde ich meinen Freunden aus dem Umkreis der [FSFE](http://fsfe.org) zuliebe auf Englisch verfassen, dazu kommen aber wahrscheinlich einige unterhaltsame Nuancen aus Kultur und Alltag hier in Tansania oder Reiseberichte, die dann wieder auf Deutsch geschrieben sein werden.
diff --git a/content/blog/2015-05-08-technology-and-free-software-in-tz.md b/content/blog/2015-05-08-technology-and-free-software-in-tz.md
index 222b8d3..75314a9 100644
--- a/content/blog/2015-05-08-technology-and-free-software-in-tz.md
+++ b/content/blog/2015-05-08-technology-and-free-software-in-tz.md
@@ -9,64 +9,63 @@ categories:
- Tanzania
- Tech
tags:
- - education
- - facebook
- - free software
- - gnu/linux
- - linux
+ - freesoftware
+ - gnu-linux
- tanzania
- - whatsapp
+ - policy
---
-[
][1]After two months in Tanzania and in the computer education centre I work every day I learnt a lot about the culture of the locals in terms of their viewpoint on information technology. And in the same way I had to accept that my initial mental image of the people’s behaviour was (at least in parts) very wrong. So in this article I try to explain how I see the situation of modern technologies and the usage and understanding of Free Software in the region of Tanzania where I live.
-> Free Software guarantees the full rights to use, study, share and improve it (but is not necessarily free of gratis). This sounds like something only interesting for IT specialists and nerds. But given the importance of software in our lifes one has to reconsider: Software controls our mobile phones, cars, air planes, heating systems, power plants, bank accounts and medical equipment. The one who controls this software is also the one who controls most parts of our lifes. Questions like „Does all my data belong to someone else?“, „Is my data safe?“ and „Who knows how much about me?“ can only be answered when we start thinking about Free Software. By some people Free Software is also called Open Source. [More about Free Software][2].
+After two months in Tanzania and in the computer education centre I work every day I learnt a lot about the culture of the locals in terms of their viewpoint on information technology. And in the same way I had to accept that my initial mental image of the people’s behaviour was (at least in parts) very wrong. So in this article I try to explain how I see the situation of modern technologies and the usage and understanding of Free Software in the region of Tanzania where I live.
+
+{{< figure src="/img/blog/mit-2.jpg" class="text-center medium" caption="" >}}
+
+> Free Software guarantees the full rights to use, study, share and improve it (but is not necessarily free of gratis). This sounds like something only interesting for IT specialists and nerds. But given the importance of software in our lifes one has to reconsider: Software controls our mobile phones, cars, air planes, heating systems, power plants, bank accounts and medical equipment. The one who controls this software is also the one who controls most parts of our lifes. Questions like „Does all my data belong to someone else?“, „Is my data safe?“ and „Who knows how much about me?“ can only be answered when we start thinking about Free Software. By some people Free Software is also called Open Source. [More about Free Software][1].
Let’s start with a list of what I thought and what’s in fact the reality:
-##### Misconception I
+## Misconception I
Before I went to Tanzania it was quite clear to me that people here value Free Software quite much. This is because a lot of Free Software is also free of cost. Why should people use Windows, Adobe Photoshop and Microsoft Office when there’s also GNU/Linux, GIMP and LibreOffice/OpenOffice?
-##### Reality I
+## Reality I
„Free Software? What is this and can I eat it?“ It’s not that drastical though but the core message remains the same: The broad average population doesn’t know about Free Software and Open Source or even the applications I listed. When I gave a small workshop about GNU/Linux, noone of my students knew about it. But as we installed replacements of popular non-free software like LibreOffice, GIMP or VLC the questions marks in my students‘ heads became almost visible. Although they liked the idea of the whole world working on this software and that it’s for free, they asked me afterwards „…and how can we install Microsoft Frontpage?“. This is the perfect time for misconception 2.
-##### Misconception II
+## Misconception II
„Free Software is cool“. This is what I and many other people think. It takes power away from single and very large IT-companies to us, the users and small companies. It enables a free and fair market competition and can support our data privacy and civil rights protection in various ways. In western countries I can almost understand that there’re people who mistakenly think that only expensive products by big brands can be quality products. But in Africa? Never ever! The people are quite poor and why shouldn’t they value products which are for free **and** good?
-##### Reality II
+## Reality II
Apart from the fact that many people don’t know about alternatives to popular non-free software, they also cannot believe that something is for free. Many people here have arranged themselves with sharing illegal (and often virus-infested) copies of Windows and Microsoft Office. And especially in the rather „rich“ northern Tanzania, everything is about money. Asking to take a photo of a group of Maasai people in a nice background setting? 2000 Shilling. Somebody escorting you to a place you didn’t find? 500-1000 Shilling.
However, I was able to convince my students that in the case of Free Software most software is really for free in terms of free beer but only after clear up many questions about it. The idea that something so valuable and created by so many people in so many working hours is really for free – almost unbelievable, even for my local co-teachers.
-##### Misconception III
+## Misconception III
I’ve been tinkering with computers and software since my youth when I reinstalled my operating systems at least once a month and started exploring the internet. I did this because I was interested in technology and wanted to explore its and my limits, but also because even back then I knew that IT will become more and more important and those who don’t understand it will rather be left behind.
I thought in Tanzania it’s a similar situation but somehow easier for the population. I thought that they have very limited technology here but that they know about the importance of computers and software in the industrial countries – and it’s quite obvious that with several years delay they will reach the same level of IT-dependency than we have today. So I thought the people here would care about technology and will try to learn as much as possible about it to improve their career chances and catch up the industrial countries.
-##### Reality III
+## Reality III
-_(Disclaimer here: This is just my personal and at the moment very subjective view)_ It’s not that the people here are lazy and miss the future. They already have the future and it’s too much for them. Most of the Tanzanians in the city have a smartphone, some even have several. The mobile internet is partly better than in Germany, many companies already heavily depend on computers and I’m asked for my Facebook and WhatsApp contact details almost every day.
+(*Disclaimer here: This is just my personal and at the moment very subjective view*) It’s not that the people here are lazy and miss the future. They already have the future and it’s too much for them. Most of the Tanzanians in the city have a smartphone, some even have several. The mobile internet is partly better than in Germany, many companies already heavily depend on computers and I’m asked for my Facebook and WhatsApp contact details almost every day.
The in some way funny thing is that they know all this (modern smartphone apps, newest iPhone’s details) but if they’re asked to download and install an application on their own Windows computer, even my IT-students reach their limits.
-### Why?
+## Why?
That’s one of the questions I have in my mind every day. Why don’t they know about other software than the most popular (and even not best). Why do they refuse alternatives even if they just benefit their financial and infrastructural situation (no money, old computers, slow internet)? And why don’t they even know the most basic things but enjoy quite modern technologies?
I assume it’s because of the very rapid and overwhelming change that the people here experienced. Before the smartphones they only had very old computers, mostly donated or from the trash bin of the industrial countries. While we already enjoyed internet, they had to linger around with ancient machines. And on these machines there was preinstalled Windows and maybe applications like Photoshop and Microsoft Office. It was almost impossible for them to download OpenOffice or GIMP because landline internet (ISDN, DSL) is very uncommon here.
-So they didn’t know about any alternatives and were happy to be able to use at least some applications. And here a second reason kicks in: How to learn to use a software properly? There’re almost no schools who teach usage of computers and their applications. And small companies cannot afford the expenses to train their employees in IT. So the limited supply of technology is further limited by the missing knowledge. As a side note: A volunteer friend of mine here told me that he fascinated his whole working place by showing the people that there’s something like _=SUM()_ in Excel. Before that they wrote down long lists of numbers in Excel but calculated them by hand. It was a micro-finance organisation which lend small amounts of money to communities and single persons…
+So they didn’t know about any alternatives and were happy to be able to use at least some applications. And here a second reason kicks in: How to learn to use a software properly? There’re almost no schools who teach usage of computers and their applications. And small companies cannot afford the expenses to train their employees in IT. So the limited supply of technology is further limited by the missing knowledge. As a side note: A volunteer friend of mine here told me that he fascinated his whole working place by showing the people that there’s something like `=SUM()` in Excel. Before that they wrote down long lists of numbers in Excel but calculated them by hand. It was a micro-finance organisation which lend small amounts of money to communities and single persons…
And then, the smartphones came. And the companies offering mobile internet for affordable rates. People don’t rely on home computers and landline connections anymore but can chat and surf everywhere. They’re given the technology but not the knowledge. Although it works like a charm, many don’t know anything about it or how it works. When one of my students asked me how I learnt about web programming I showed him how to use internet search engines properly. He was stunned the whole day about sources of knowledge like wikibooks.org. And when I told the other student that apps on smartphones are just like programs on classic computers he asked where to find the Google Play Store on his Windows laptop.
**Tanzanians are not stupid and they’re not lazy**. The students I referred to in this article are keen on learning new things and improving their lifes. However it’s hard to understand for first world people like me how they behave and think about many things. For me many people here are some kind of paralyzed by the rushing modern technologies coming from the industrialised nations without any education about it. So I still try to find a good way to teach my students and co-teachers the importance of computer and software knowledge as well as the benefits of Free Software.
-And as another important note: Not all Tanzanians are rather helpless when it comes to IT. I also met people who run very successfull IT businesses and some who know crazy software tricks which let my jaw drop to the ground. They somehow found a way to teach themselves although it’s very hard to do that here. I hope there will be more people of this type in the future. But for this, Tanzania need more and better education, more political support of IT schools, better infrastructure and better future perspectives for workers in IT businesses. Sounds like a harsh roadmap? It is…
+And as another important note: Not all Tanzanians are rather helpless when it comes to IT. I also met people who run very successfull IT businesses and some who know crazy software tricks which make my jaw drop to the ground. They somehow found a way to teach themselves although it’s very hard to do that here. I hope there will be more people of this type in the future. But for this, Tanzania needs more and better education, more political support of IT schools, better infrastructure and better future perspectives for workers in IT businesses. Sounds like a harsh roadmap? It is…
- [1]: /uploads/mit-2.jpg
- [2]: https://fsfe.org/about/basics/freesoftware.html
\ No newline at end of file
+ [1]: https://fsfe.org/about/basics/freesoftware.html
diff --git a/content/blog/2015-05-20-naechster-halt-endstation.md b/content/blog/2015-05-20-naechster-halt-endstation.md
index d2155da..acd6924 100644
--- a/content/blog/2015-05-20-naechster-halt-endstation.md
+++ b/content/blog/2015-05-20-naechster-halt-endstation.md
@@ -8,26 +8,23 @@ categories:
- Political
- Tanzania
tags:
- - fsfe
- germany
- - lobby
- - media
- - parties
- - politics
- - public opinion
+ - policy
- tanzania
- - unions
---
-[
][1]Man könnte meinen, hier in Tansania ist man weit weg von den politischen Vorgängen in Deutschland. Doch interessanterweise wird es einem hier dieser Tage sehr einfach gemacht, den GDL-Streik, der vor allem vor Pfingsten in Deutschland die Bevölkerung elektrisiert, aus einer anderen Perspektive zu sehen. Wo selbst politik-kritische Formate wie die Satire-Komik-Sendung Heute Show durchgehend auf dem Gewerkschaftsführer Weselsky rumhackt, kann man durch den Vergleich mit Ländern wie Tansania, in denen das ganze Politikschauspiel noch etwas durchsichtiger und simpler gehalten ist, sehr gut verstehen, warum der GDL-Streik im Endeffekt ein notwendiges Übel für nahezu alle Bürger in Deutschland ist.
+
+{{< figure src="/img/blog/weselsky-putin.jpg" class="pull-right small" >}}
+
+Man könnte meinen, hier in Tansania ist man weit weg von den politischen Vorgängen in Deutschland. Doch interessanterweise wird es einem hier dieser Tage sehr einfach gemacht, den GDL-Streik, der vor allem vor Pfingsten in Deutschland die Bevölkerung elektrisiert, aus einer anderen Perspektive zu sehen. Wo selbst politik-kritische Formate wie die Satire-Komik-Sendung Heute Show durchgehend auf dem Gewerkschaftsführer Weselsky rumhackt, kann man durch den Vergleich mit Ländern wie Tansania, in denen das ganze Politikschauspiel noch etwas durchsichtiger und simpler gehalten ist, sehr gut verstehen, warum der GDL-Streik im Endeffekt ein notwendiges Übel für nahezu alle Bürger in Deutschland ist.
> **Über den Autor:**
-
+>
> Max Mehl, 25, ist ein… ach, Ihr wisst wer ich bin. Wichtig für diesen Artikel ist allerdings, dass ich kein typischer Autor eines gewerkschaftsfreundlichen Beitrags bin. Ich bin Fan von offenem Wettbewerb, die SPD fand ich immer schon so naja und beim Wort „Sozialismus“ bekomme ich nervöse Zuckungen. Trotzdem befürworte ich den GDL-Streik. Wie in aller Welt passt denn das zusammen?
Spätestens wer das zweite Semester der Politikwissenschaften absolviert hat, wird einen der wesentlichen Kerne der Realismustheorie verstanden haben. Es geht im Wesentlichen um Macht. Und Macht kann sich durch vieles definieren: Politischer Einfluss, militärische Schlagkraft, Ressourcen und natürlich Geld.
-#### Was in Tansania gilt…
+## Was in Tansania gilt…
Hier in Tansania ist vor allem letzteres von Bedeutung. Wer über beträchtliche Summen von Geld verfügt, kann sich Einfluss kaufen und durch diesen Einfluss noch mehr Geld abzwacken. Im Gegenzug – und das ist viel prekärer – haben diejenigen, die kein Geld besitzen, keinen Einfluss, keine Stimme, keine Macht. Und das trifft somit auf weit über 90% der Bevölkerung zu. Die Tansanier haben es mit einem Parlament zu tun, das spätestens seit der Amtszeit des letzten Präsidenten diesem nur noch mehr Macht zuscheffelt. Und wenn es doch einmal so was verrücktes wie Korruptionsbekämpfung anstrebt, werden die verabschiedeten Gesetze per Veto geblockt oder ganz einfach nicht implementiert.
@@ -35,41 +32,28 @@ Auf der anderen Seite stehen die Dala Dala-Fahrer, die die typischen (meiner Mei
Was haben diese Fahrer also für Möglichkeiten, ihrem Widerwillen Ausdruck zu verschaffen? Sich mit offenen Briefen an die Politik wenden? Mit Schildern auf der Straße protestieren? Nein, es handelt sich dabei um Menschen aus den unteren Schichten, die austauschbar sind. Aber sie haben die Macht, durch Streik ein ganzes Land lahmzulegen und haben das auch für etwas über 24 Stunden gemacht. Und plötzlich stehen die politischen Eliten und die revoltierenden Fahrer auf Augenhöhe und können (für tansanische Verhältnisse) anständig diskutieren.
-#### … gilt umso mehr in Deutschland
+## … gilt umso mehr in Deutschland
Was wir aus dem Tansanischen Beispiel lernen: Es geht um Macht und um das Recht, auf Augenhöhe über Konditionen zu diskutieren. Doch was im fernen Afrika der übersichtliche Streit zwischen einer Horde Minibusfahrer und der Regierung ist, ist in Deutschland der womögliche Endkampf zwischen Arbeitnehmerrechten und den politischen und wirtschaftlichen Machthabern.
Denn es geht nicht nur um mehr Geld für die Lokführer, sondern darum, ob das (ironischerweise) von der SPD auf den Weg gebrachte Tarifeinheitsgesetz kleinere Gewerkschaften in die Bedeutungslosigkeit abschiebt und damit nicht nur den Lokführern, sondern de facto auch der gesamten „Arbeiterschaft“ die Lobby entreißt. Denn wenn wir resümieren, waren die letzten Arbeitskämpfe immer nach demselben Muster aufgebaut: Verhandlungen, zwei kleine Warnstreiks, die niemandem so wirklich weh tun, weitere Verhandlungen und dann eine Einigung auf einen Betrag, der irgendwie auch nicht so wirklich zur Realität passen will, sondern die Arbeitnehmer im Vergleich zur Inflation immer schlechter da stehen lässt.
-#### Quo vadis, Öffentliche Meinung?
-
-
- tl;dr: I wrote a rather small Bash script which splits huge files into several smaller ones and downloads them. To ensure the integrity, every small files is being checked for its hashsum and file size. -
+> tl;dr: I wrote a rather small Bash script which splits huge files into several smaller ones and downloads them. To ensure the integrity, every small files is being checked for its hashsum and file size. That’s the problem I was facing in the past days. In the school I’m working at ([Moshi Institute of Technology][1], MIT) I set up a GNU/Linux server to provide services like file sharing, website design (on local servers to avoid the slow internet) and central backups. The ongoing plan is the setup of 5-10 (and later more) new computers with a GNU/Linux OS in contrast to the ancient and non-free WindowsXP installations – project „Linux Classroom“ is officially born. @@ -35,7 +24,7 @@ But to install an operating system on a computer you need an installation medium But not here in Tanzania. With download rates of average 10kb/s it needs a hell of a time to download only one image file (not to mention the costs for the internet usage, ~1-3$ per 1GB). And that’s not all: Periodical power cuts cancel ongoing downloads abruptly. Of course you can restart a download but the large file may be already damaged and you loose even more time. -#### My solution – splitDL +## My solution – splitDL To circumvent this drawback I coded a rather small Bash program called [**splitDL**][3]. With this helper script, one is able to split a huge file into smaller pieces. If during the download the power cuts off and damages the file, one just has to re-download this single small file instead of the huge complete file. To detect whether a small file is unharmed the script creates hashsums of the original huge and the several small files. The script also supports continuation of the download thanks to the great default built-in application [wget][4]. @@ -45,36 +34,44 @@ The downside in the current state is that **splitDL** requires shell access to t The project is of course still in an ongoing phase and only tested in my own environment. Please feel free to have a look at it and [download it via my Git instance][3]. I’m always looking forward to feedback. The application is licensed under GPLv3 or later. -#### Some examples +## Some examples -###### Server-side +### Server-side Split the file _debian.iso_ into smaller parts with the default options (MD5 hashsum, 10MB size) -split-dl.sh -m server -f debian.iso
+```bash
+split-dl.sh -m server -f debian.iso
+```
Split the file but use the SHA1 hashsum and split the file into pieces with 50MB.
-split-dl.sh -m server -f debian.iso -c sha1sum -s 50M
+```bash
+split-dl.sh -m server -f debian.iso -c sha1sum -s 50M
+```
After one of the commands, a new folder called _dl-debian.iso/_ will be created. There, the splitted files and a document containing the hashsums and file sizes are located. You just have to move the folder to a web-accessible location on your server.
-###### Client-side
+### Client-side
Download the splitted files with the default options.
-split-dl.sh -m client -f http://server.tld/dl-debian.iso/
+```bash
+split-dl.sh -m client -f http://server.tld/dl-debian.iso/
+```
Download the splitted files but use SHA1 hashsum (has to be the same than what was used on the creation process) and override the wget options (default: _-nv –show-progress_).
-split-dl.sh -m client -f http://server.tld/dl-debian.iso/ -c sha1sum -w --limit-date=100k
+```bash
+split-dl.sh -m client -f http://server.tld/dl-debian.iso/ -c sha1sum -w --limit-date=100k
+```
-#### Current bugs/drawbacks
+## Current bugs/drawbacks
- * Currently only single files are possible to split. This will be fixed soon.
- * Currently the script only works with files in the current directory. This is also only a matter of some lines of code.
+* Currently only single files are possible to split. This will be fixed soon.
+* Currently the script only works with files in the current directory. This is also only a matter of some lines of code.
- [1]: http://www.tareo-tz.org/mit/
- [2]: https://en.wikipedia.org/wiki/ISO_image
- [3]: http://src.mehl.mx/split-dl.git/
- [4]: https://en.wikipedia.org/wiki/Wget
\ No newline at end of file
+[1]: http://www.tareo-tz.org/mit/
+[2]: https://en.wikipedia.org/wiki/ISO_image
+[3]: http://src.mehl.mx/mxmehl/split-dl
+[4]: https://en.wikipedia.org/wiki/Wget
diff --git a/content/blog/2015-07-22-weiterer-teilerfolg-beim-routerzwang.md b/content/blog/2015-07-22-weiterer-teilerfolg-beim-routerzwang.md
index 0368343..07e3c83 100644
--- a/content/blog/2015-07-22-weiterer-teilerfolg-beim-routerzwang.md
+++ b/content/blog/2015-07-22-weiterer-teilerfolg-beim-routerzwang.md
@@ -3,47 +3,34 @@ title: Weiterer Teilerfolg beim Routerzwang
date: 2015-07-22T06:48:01+00:00
aliases: weiterer-teilerfolg-beim-routerzwang
featured_image: /uploads/rz-kraken.jpg
-enclosure:
- - |
- |
- http://ondemand-mp3.dradio.de/file/dradio/2015/07/11/dlf_20150711_1630_6e0df5f8.mp3
- 5678033
- audio/mpeg
-
categories:
- Deutsch
- Political
- Tech
tags:
- - compulsory routers
- - free software
+ - routers
+ - freesoftware
- fsfe
- germany
- - network
- - router
+ - policy
---
-
Die [Free Software Foundation Europe][1] und alle Freunde Freier Software, Verbraucherrechte und freien Wettbewerbs können sich seit einigen Tagen über einen weiteren Erfolg beim Thema Routerzwang freuen. Nachdem das Bundeswirtschaftsministerium (BMWi) das Thema Routerzwang in die eigenen Hände genommen hatte und einen Gesetzentwurf (TK-Endgerätegesetz) verfasst hat, der größtenteils unseren Vorstellungen entspricht, wurde dieser Entwurf der EU-Kommission und den Mitgliedsstaaten für Kommentare und Änderungswünsche vorgelegt. Dabei wurde nach Ablauf der sogenannten Stillhaltefrist ausschließlich eine formelle Unklarheit bemängelt und der Gesetzestext im Inhalt gebilligt.
+{{< figure src="/img/blog/rz-kraken.jpg" class="text-center small" caption="Eigene Router in Bedrängnis – hoffentlich nicht mehr lange" >}}
+
> **Kurzinfo: Was ist Routerzwang?**
-
+>
> In unserer Gesellschaft sollte es selbstverständlich sein, sich für technische Geräte frei entscheiden zu können, die man in seinem Zuhause in Betrieb nehmen möchte, genauso wie wir entscheiden können, welches Mobiltelefon wir kaufen. Doch einige Internetanbieter widersprechen diesem Prinzip und schreiben ihren Kunden vor, welches Gerät sie zur Einwahl in das Internet nutzen müssen oder diskriminieren Besitzer alternativer Geräte. Diese Verletzung eigentlich selbstverständlicher Rechte wird Routerzwang genannt und wird von der Free Software Foundation Europe und vielen anderen Organisationen, Projekten und Individuen stark kritisiert. Routerzwang ist nicht nur ein Thema für Technikexperten, sondern betrifft uns alle.
>
> Routerzwang beschäftigt die FSFE [seit dem Januar 2013][2], die öffentlich in vielen Anhörungen und im Hintergrund Stellung bezogen hat. Mehr Informationen über das Thema auf [unserer ausführlichen Übersichtsseite][3].
Passend zum Ende dieser Phase hat der Journalist Jan Rähm für den Deutschlandfunk einen Beitrag gesendet, der das Thema sehr differenziert betrachtet, den aktuellen Stand darlegt und sowohl Gegner als auch Befürworter des Routerzwangs zu Wort kommen lässt. Der Beitrag ist als [verkürzte Textversion][4] und in der [vollen Audioversion][5] (5:48) auf der Webseite des Deutschlandfunks zu finden. So sagt etwa der Pressesprecher von Tele Columbus, einer der wenigen Befürworter des Routerzwangs:
-> _„Im Kabelnetz von Tele Columbus besteht de facto schon heute Routerwahlfreiheit, denn wir stellen dem Kunden, wenn er nicht ausdrücklich einen Router von uns wünscht, ein einfaches Kabelmodem zur Verfügung, an das er jedes beliebige Endgerät mit der Funktionalität seiner Wahl anschließen kann.“_
+> "*Im Kabelnetz von Tele Columbus besteht de facto schon heute Routerwahlfreiheit, denn wir stellen dem Kunden, wenn er nicht ausdrücklich einen Router von uns wünscht, ein einfaches Kabelmodem zur Verfügung, an das er jedes beliebige Endgerät mit der Funktionalität seiner Wahl anschließen kann.*"
-Doch die Position der FSFE, diverser Unternehmen aus der TK-Endgeräte-Industrie, Verbraucherschutz- und Bürgerrechtsorganisationen sowie engagierter Individuen lautet seit jeher, dass das Netz und die Wahlfreiheit des Benutzers an der Dose in der Wand beginnt. Zu dieser Einsicht ist man auch im Bundeswirtschaftsministerium gelangt und hat deswegen größtenteils unmissverständlich festgelegt, dass – egal ob DSL- oder Kabelanschluss – die Kunden in Zukunft ihre Endgeräte, also Modems und Router, selbst auswählen dürfen. Für uns als FSFE ist dieser Schritt die einzig logische Konsequenz, „_weil dadurch alle Verbraucher laut Gesetz ein Modem- und Routermodell ihrer Wahl einsetzen können, ohne diskriminiert zu werden_“ (höre auch Zitat ab 1:55).
+Doch die Position der FSFE, diverser Unternehmen aus der TK-Endgeräte-Industrie, Verbraucherschutz- und Bürgerrechtsorganisationen sowie engagierter Individuen lautet seit jeher, dass das Netz und die Wahlfreiheit des Benutzers an der Dose in der Wand beginnt. Zu dieser Einsicht ist man auch im Bundeswirtschaftsministerium gelangt und hat deswegen größtenteils unmissverständlich festgelegt, dass – egal ob DSL- oder Kabelanschluss – die Kunden in Zukunft ihre Endgeräte, also Modems und Router, selbst auswählen dürfen. Für uns als FSFE ist dieser Schritt die einzig logische Konsequenz, *weil dadurch alle Verbraucher laut Gesetz ein Modem- und Routermodell ihrer Wahl einsetzen können, ohne diskriminiert zu werden*" (höre auch Zitat ab 1:55).
Auch Argumente, dass die freie Routerwahl die Stabilität von Kabelnetzen gefährden würde, sehen wir Ablenkunsmanöver. So ist es etwa in den USA ohne weiteres unter ähnlichen Bedingungen wie in Deutschland möglich, ein Kabelmodem seiner Wahl zu betreiben. Von den heraufbeschworenen Netzausfällen und Störungen haben weder wir noch Verbände der Endgeräteindustrie gehört.
@@ -55,12 +42,10 @@ Doch wie schon im Titel angedeutet, ist der bisher erlangte Erfolg zwar ein Grun
Ich danke im Namen der FSFE den zahlreichen Unterstützern der freien Endgerätewahl für die gute Zusammenarbeit.
-- Foto oben rechts: Scott Beale / Laughing Squid, CC BY-NC 2.0 -
+*Quellen*: Foto oben rechts: Scott Beale / Laughing Squid, CC BY-NC 2.0 [1]: https://fsfe.org [2]: https://fsfe.org/activities/routers/timeline.html [3]: https://fsfe.org/activities/routers/routers.html [4]: http://www.deutschlandfunk.de/dose-oder-modem-wo-endet-das-netz-der-internetanbieter.684.de.html?dram:article_id=325175 - [5]: http://ondemand-mp3.dradio.de/file/dradio/2015/07/11/dlf_20150711_1630_6e0df5f8.mp3 \ No newline at end of file + [5]: http://ondemand-mp3.dradio.de/file/dradio/2015/07/11/dlf_20150711_1630_6e0df5f8.mp3 diff --git a/content/blog/2015-09-19-german-government-wants-authorities-to-advertise-pdfreaders.md b/content/blog/2015-09-19-german-government-wants-authorities-to-advertise-pdfreaders.md index 746757f..d3b7d8a 100644 --- a/content/blog/2015-09-19-german-government-wants-authorities-to-advertise-pdfreaders.md +++ b/content/blog/2015-09-19-german-government-wants-authorities-to-advertise-pdfreaders.md @@ -8,41 +8,39 @@ categories: - Political - Tech tags: - - free software + - freesoftware - fsfe - germany - - pdf + - policy --- -[
][1]Should authorities be allowed to make advertisement for only one company and ignore all the others? Many people strongly disagree, among them myself, the Free Software Foundation Europe ([FSFE][2]) and also the CIO of the Federal Republic of Germany, the IT commissioner of the German Government.
-The whole story began with something we all had to read sometimes, at least subconsciously, on a website providing PDF documents: „To open the PDF files please download Adobe Acrobat Reader.“. Such notices are unnecessary advertisement for a proprietary (non-free) product — there are dozens of software applications which can do the same or even more, many of them Free Software. Because of that the FSFE started a campaign called „[PDFreaders][3]“ to make this deficiency public, and contact administrations and companies with thousands of letters and emails.
+{{< figure src="/img/blog/pdfreaders-logo.png" class="pull-right small" caption="" >}}
-One big success of this campaign in Germany is PDFreaders being mentioned in the official current [Migration Guide][4] of Germany’s Chief Information Officer. This document explains some critical points of IT in administrations and companies and evaluates different software. Under point 4.3.7 „PDF readers and authoring“ the guide compares different PDF applications and also takes Free Software readers like Evince into account:
+Should authorities be allowed to make advertisement for only one company and ignore all the others? Many people strongly disagree, among them myself, the Free Software Foundation Europe ([FSFE][1]) and also the CIO of the Federal Republic of Germany, the IT commissioner of the German Government.
-> _Alternative OSS-Produkte zur Darstellung von PDF-Dokumenten gibt es einige, u.a. Sumatra PDF und Okular; die [FSFE][5] pflegt eine Liste mit freien PDF-Betrachtern [[242][6]]._
+The whole story began with something we all had to read sometimes, at least subconsciously, on a website providing PDF documents: „To open the PDF files please download Adobe Acrobat Reader.“. Such notices are unnecessary advertisement for a proprietary (non-free) product — there are dozens of software applications which can do the same or even more, many of them Free Software. Because of that the FSFE started a campaign called „[PDFreaders][2]“ to make this deficiency public, and contact administrations and companies with thousands of letters and emails.
+
+One big success of this campaign in Germany is PDFreaders being mentioned in the official current [Migration Guide][3] of Germany’s Chief Information Officer. This document explains some critical points of IT in administrations and companies and evaluates different software. Under point 4.3.7 „PDF readers and authoring“ the guide compares different PDF applications and also takes Free Software readers like Evince into account:
+
+> *Alternative OSS-Produkte zur Darstellung von PDF-Dokumenten gibt es einige, u.a. Sumatra PDF und Okular; die FSFE pflegt eine Liste mit freien PDF-Betrachtern.*
>
-> There are a lot of alternative OSS products for displaying PDF documents, i.a. Sumatra PDF and Okular; the [FSFE][5] maintains a list of free PDF readers [[242][6]].
+> There are a lot of alternative OSS products for displaying PDF documents, i.a. Sumatra PDF and Okular; the FSFE maintains a list of free PDF readers.
This „list of PDF readers“ is one of the cores of the PDFreaders campaign. Instead of just complaining the unjust situation the FSFE provides information on various applications which are all Free Software and which fit everybody’s needs, may it be performance, size, the amount of functions or the used operating system. And if authorities (or companies and individuals) want to tell their website’s visitors how to open PDF documents, the CIO has a strong suggestion:
-> _Werden PDF-Dokumente öffentlich bereitgestellt, sollten Behörden fairerweise zu deren Betrachtung nicht mehr ausschließlich den Adobe Acrobat Reader empfehlen, sondern beispielsweise die von der FSFE bereitgestellten HTML-Bausteine [[250][7]] zum Download alternativer PDF-Betrachter in ihre Seiten aufnehmen._
+> *Werden PDF-Dokumente öffentlich bereitgestellt, sollten Behörden fairerweise zu deren Betrachtung nicht mehr ausschließlich den Adobe Acrobat Reader empfehlen, sondern beispielsweise die von der FSFE bereitgestellten HTML-Bausteine zum Download alternativer PDF-Betrachter in ihre Seiten aufnehmen.*
>
-> If PDF documents are provided publicly authorities shall no longer only recommend Adobe Acrobat Reader for displaying them, but for example use the HTML templates provided by the FSFE [[250][8]] on their websites for downloading alternative PDF readers.
+> If PDF documents are provided publicly authorities shall no longer only recommend Adobe Acrobat Reader for displaying them, but for example use the HTML templates provided by the FSFE on their websites for downloading alternative PDF readers.
Besides mentioning the broad PDF capabilities of LibreOffice, the guide also evaluates the current situation with editing PDF documents instead of only reading them, a function which some authorities seem to need for their services. According to the CIO the alternative Free Software solutions cannot provide the same functionalities as proprietary and expensive applications. Instead of just accepting the situation, the Migration Guide asks for more initiative of officials:
-> _Hier wäre ein behördliches Engagement zur diesbezüglichen Weiterentwicklung vorhandener OSS-Alternativen sinnvoll, um nicht in ungewollter Abhängigkeit von einzelnen Anbietern proprietärer Produkte zu verharren._
+> *Hier wäre ein behördliches Engagement zur diesbezüglichen Weiterentwicklung vorhandener OSS-Alternativen sinnvoll, um nicht in ungewollter Abhängigkeit von einzelnen Anbietern proprietärer Produkte zu verharren.*
>
> In this case more administrative engagement to extend existing OSS alternatives would make sense in order to avoid staying in unwanted dependency from single vendors of proprietary products.
So yes please, German authorities, listen to your CIO: Use and help improving Free Software to keep yourself and your citizens independent, avoid vendor-lockin, save money and open a fair market for all competitors in the race for the best PDF readers.
- [1]: /uploads/pdfreaders-logo.png
- [2]: https://fsfe.org
- [3]: https://www.fsfe.org/campaigns/pdfreaders/pdfreaders.html
- [4]: http://www.cio.bund.de/Web/DE/Architekturen-und-Standards/Migrationsleitfaden-und-Migrationshilfen/migrationsleitfaden_node.html
- [5]: http://fsfe.org
- [6]: http://pdfreaders.org
- [7]: http://pdfreaders.org/graphics.de.html
- [8]: http://pdfreaders.org/graphics.html
\ No newline at end of file
+ [1]: https://fsfe.org
+ [2]: https://www.fsfe.org/campaigns/pdfreaders/pdfreaders.html
+ [3]: http://www.cio.bund.de/Web/DE/Architekturen-und-Standards/Migrationsleitfaden-und-Migrationshilfen/migrationsleitfaden_node.html
diff --git a/content/blog/2016-02-14-i-love-free-software-apps.md b/content/blog/2016-02-14-i-love-free-software-apps.md
index d565661..3f20553 100644
--- a/content/blog/2016-02-14-i-love-free-software-apps.md
+++ b/content/blog/2016-02-14-i-love-free-software-apps.md
@@ -6,15 +6,15 @@ categories:
- English
- Tech
tags:
- - communication
- - email
- - free software
+ - chat
+ - freesoftware
- ilovefs
- security
- - whatsapp
---
-
Do you know being in a restaurant and getting a menu which is longer than the average novel, and you cannot decide for a single meal because every single one sounds more delicious than the other? That’s similar to the problem I was having when writing this blog post…
+Do you know being in a restaurant and getting a menu which is longer than the average novel, and you cannot decide for a single meal because every single one sounds more delicious than the other? That’s similar to the problem I was having when writing this blog post…
+
+{{< figure src="/img/blog/Yoda-ilovefs.png" class="text-center medium" >}}
Today is the [„I love Free Software“ day][1], on which people all over the world say „thank you“ to contributors of [Free Software][2], often created in free time and with lots of passion. This is software you can use for any purpose, which source code you or others can analyse, which can be modified and distributed – any program respecting these essential freedoms benefits a fair society, and our most personal privacy and security in return.
@@ -57,4 +57,4 @@ So you see, Free Software is everywhere and you can do great things with it. Eve
[13]: https://f-droid.org/repository/browse/?fdfilter=primitive+ftp&fdid=org.primftpd
[14]: https://f-droid.org/repository/browse/?fdfilter=sms+backup&fdid=com.zegoggles.smssync
[15]: https://f-droid.org/repository/browse/?fdfilter=jaws&fdid=is.pinterjann.jaws
- [16]: https://f-droid.org/repository/browse/?fdfilter=port+authority&fdid=com.aaronjwood.portauthority
\ No newline at end of file
+ [16]: https://f-droid.org/repository/browse/?fdfilter=port+authority&fdid=com.aaronjwood.portauthority
diff --git a/content/blog/2016-02-26-switching-my-code-from-gitweb-to-gogs.md b/content/blog/2016-02-26-switching-my-code-from-gitweb-to-gogs.md
index 8cb059d..59df449 100644
--- a/content/blog/2016-02-26-switching-my-code-from-gitweb-to-gogs.md
+++ b/content/blog/2016-02-26-switching-my-code-from-gitweb-to-gogs.md
@@ -6,39 +6,48 @@ featured_image: /uploads/gogs-logo.png
categories:
- English
- Tech
+tags:
+ - tools
+ - guide
+ - gnu-linux
---
-
Since end of 2014 I published some of my Free Software code – mostly Bash, R and HTML/PHP – on a [self-hosted gitweb instance][1]. I did this because I wanted to share the work I’ve done with other people because I’ve learnt a lot by reading other people’s code. Although I’m just a „hobby programmer“, I hoped at least some people can benefit from it.
+{{< figure src="/img/blog/gogs-logo.png" class="small pull-right" >}}
+
+Since end of 2014 I published some of my Free Software code – mostly Bash, R and HTML/PHP – on a [self-hosted gitweb instance][1]. I did this because I wanted to share the work I’ve done with other people because I’ve learnt a lot by reading other people’s code. Although I’m just a „hobby programmer“, I hoped at least some people can benefit from it.
The last few days, I switched from [gitweb][2], a very simple web interface for my git repositories, to [Gogs][3], a feature-rich webservice which still is lightweight, and quite simple to install and maintain – and of course Free Software! By doing so, people can now register [with my Gogs instance][4], open issue tickets, fork my projects and send pull requests – very similar to non/semi-free services like GitHub or GitLab.
-### Installation
+## Installation
As a user of the German hosting service [Uberspace][5] I had to follow some special ways to install Gogs. But thanks to a [nice guide][6] it was quite simple, so it was finished after only 15 minutes. The only tricky part was the SSH feature with which I spent a few hours to make it work. The problem was that using the same public key with Gogs as you’re using for logging into the server’s SSH won’t work. You’ll have to generate a new SSH key and use it’s public key for Gogs. Then you have to edit your client’s SSH config:
-Host src.mehl.mx +``` +Host src.mehl.mx HostName src.mehl.mx User your-username IdentityFile ~/.ssh/id_rsa_gogs IdentitiesOnly yes+``` -This forces your client to use the Gogs-specific SSH key for every connection to src.mehl.mx – and not the default one for this IP/server. However, this is only a problem for you as the administrator, not for other users. It took some time for me to find that out :) +This forces your client to use the Gogs-specific SSH key for every connection to [src.mehl.mx](https://src.mehl.mx) – and not the default one for this IP/server. However, this is only a problem for you as the administrator, not for other users. It took some time for me to find that out :) -**Update**: It’s best to use the built-in server if you cannot create a separate user for Gogs and if you depend on using the default ~/.ssh/authorized\_keys file for other use cases than gogs (e.g. to log in). The problems lies in Gogs behaviour: sometimes it rewrites the authorized\_keys file without being asked to do so, and as a result you cannot log into the user’s account anymore via SSH! To make the solution easy for you, here’s the excerpt of my custom/conf/app.ini file: +**Update**: It’s best to use the built-in server if you cannot create a separate user for Gogs and if you depend on using the default `~/.ssh/authorized_keys` file for other use cases than gogs (e.g. to log in). The problems lies in Gogs behaviour: sometimes it rewrites the `authorized_keys` file without being asked to do so, and as a result you cannot log into the user’s account anymore via SSH! To make the solution easy for you, here’s the excerpt of my `custom/conf/app.ini` file: -
[server]
-[...]
+```ini
+[server]
START_SSH_SERVER = true
SSH_PORT = ${DEDICATED_SSH_PORT_FOR_GOGS}
-SSH_ROOT_PATH = /path/to/the/separate/authorized_keys/file
+SSH_ROOT_PATH = /path/to/the/separate/authorized_keys/file
+```
-Doing so starts Gogs’s built-in SSH server on a separate port (line 4) and with a separate authorized_keys file (line 5). Of course, you’d have to open this TCP port in your firewall. Downside: The SSH links for cloning the repository don’t look that tidy if it’s another port than 22.
+Doing so starts Gogs’s built-in SSH server on a separate port (line 3) and with a separate authorized_keys file (line 4). Of course, you’d have to open this TCP port in your firewall. Downside: The SSH links for cloning the repository don’t look that tidy if it’s another port than 22.
-### Migration
+## Migration
Before beginning with switching to Gogs, the migration process was the most intimidating part of the whole story for me. In the end, it was really simple! In the Gogs web panel you can choose if you want to create an empty new repository, or a „new migration“. Choosing the latter enables you to name the old git repository’s link, a new name and a description. It then copies the current status and all past commits to the new repository! I didn’t test it with branches, and migrating issues might be a burden too (_see update below_). But hey, for me as a light user it was just perfect :)
-### Feel free
+## Feel free
Now please feel free to browse through [my repositories][7] and work with them. You can also have a look at [my archived, not-working-anymore gitweb][8] page to see the striking differences between both.
@@ -55,4 +64,4 @@ Additionally, I more deeply elaborated the SSH problems and solutions if you’r
[5]: https://uberspace.de
[6]: https://geeklabor.de/archives/195-Gogs-auf-Uberspace-installieren.html
[7]: https://src.mehl.mx/mxmehl
- [8]: http://src-old.mehl.mx
\ No newline at end of file
+ [8]: http://src-old.mehl.mx
diff --git a/content/blog/2016-03-28-getting-oldschool-oder-wie-ich-uncool-wurde.md b/content/blog/2016-03-28-getting-oldschool-oder-wie-ich-uncool-wurde.md
index e4f63c3..6a991fd 100644
--- a/content/blog/2016-03-28-getting-oldschool-oder-wie-ich-uncool-wurde.md
+++ b/content/blog/2016-03-28-getting-oldschool-oder-wie-ich-uncool-wurde.md
@@ -8,29 +8,23 @@ categories:
- Stuff
- Tech
tags:
- - communication
- - education
- - facebook
- - future
- - snowden
- - social networks
- - whatsapp
+ - chat
---
-
Langsam tritt das ein, von dem ich gehofft habe, es möge mich nicht ereilen: Ich werde alt – zumindest gefühlt. Noch vor fünf bis zehn Jahren glaubte ich mich an der Spitze des neuen Ökosystems: Des Internets. Ich war der Meinung, diese Welt besser zu kennen als der Großteil der Menschheit. Kein Trend war vor mir sicher. Instant Messenger, Tauschbörsen, soziale Netzwerke, Diskussionsforen, Videoportale und all die lustigen und verstörenden Teile dieser neuen, digitalen und immer schneller werdenden Welt. Jedes neue Feature war ein Segen in meinen Augen.
+{{< figure src="/img/blog/old-man.png" class="pull-right small" >}}
-### Alter Mann
+Langsam tritt das ein, von dem ich gehofft habe, es möge mich nicht ereilen: Ich werde alt – zumindest gefühlt. Noch vor fünf bis zehn Jahren glaubte ich mich an der Spitze des neuen Ökosystems: Des Internets. Ich war der Meinung, diese Welt besser zu kennen als der Großteil der Menschheit. Kein Trend war vor mir sicher. Instant Messenger, Tauschbörsen, soziale Netzwerke, Diskussionsforen, Videoportale und all die lustigen und verstörenden Teile dieser neuen, digitalen und immer schneller werdenden Welt. Jedes neue Feature war ein Segen in meinen Augen.
+
+## Alter Mann
Und was ist heute? Lese ich von einer neuen tolle App, stöhne ich nur auf. Wird mir vorgeschlagen, Messenger X oder Y zu verwenden, rattern mir schon Ausreden durch den Kopf. Erfahre ich auf Portalen wie dem angesagten _bento_ etwas über die „10 lustigsten Videos“ des letzten Jahres, kenne ich maximal eines davon – und das auch nur, weil im Spiegel oder so etwas darüber stand. Und bei jeder neuen Registrierung für einen Internetdienst, und sei es auch nur ein simpler Onlineshop, zieht mein Puls an.
-Stellenanzeigen sind besonders frustrierend für mich. War ich mir früher – überspitzt gesagt – sicher, mit meinen coolen Internetproskillz auf dem Arbeitsmarkt gefragt zu sein, auch wenn ich die nächsten zwei Jahre Mathe schwänze, sind mir angesagte Jobs für junge Menschen schon jetzt teilweise zu hoch. Wird etwa für Internetredakteure oder Community-Manager verlangt, sich unter anderem gut in „_Instagram, Snapchat, Periscope und flickr_“ auszukennen, müsste ich zugeben, auf keinem dieser trendigen Netzwerke überhaupt einen Account zu haben, geschweige denn das geringste Interesse daran.
+Stellenanzeigen sind besonders frustrierend für mich. War ich mir früher – überspitzt gesagt – sicher, mit meinen coolen Internetproskillz auf dem Arbeitsmarkt gefragt zu sein, auch wenn ich die nächsten zwei Jahre Mathe schwänze, sind mir angesagte Jobs für junge Menschen schon jetzt teilweise zu hoch. Wird etwa für Internetredakteure oder Community-Manager verlangt, sich unter anderem gut in „*Instagram, Snapchat, Periscope und flickr*" auszukennen, müsste ich zugeben, auf keinem dieser trendigen Netzwerke überhaupt einen Account zu haben, geschweige denn das geringste Interesse daran.
Am schlimmsten sind jedoch die Berichte in Fachzeitschriften über IT-Konferenzen. Wenn ich nur lese, dass wir in zehn Jahren unseren Alltag über ein Mikrofon steuern können, das unsere Spracheingaben direkt an Google oder Amazon schickt, würde ich am liebsten einen Flug in die hinterste Dritte Welt buchen.
## Die Frage nach dem Warum
-
-
Der große Unterschied zwischen meinem damaligen und heutigen Ich beschäftigt mich daher schon seit einiger Zeit. Obwohl ich mir vorgenommen habe, etwa nie von meinen zukünftigen Kindern in Sachen Computern und Internet überholt zu werden, graut es mir schon jetzt davor, die dann angesagten Features zumindest verstehen zu müssen. Woran liegt diese über zehn Jahren angewachsene Verdrossenheit gegenüber dem Neuen? Ist dies gar kein spezifisches Phänomen, sondern tatsächlich ein ganz normaler Prozess?
Das fängt irgendwie schon bei dem Generationenunterschied an. Um die Wende herum geborene Kinder wie ich sind meist noch mit Windows 95 aufgewachsen. Zehn Jahre jüngere Menschen wissen teils nicht einmal mehr, wie man einen separaten Bildschirm anmacht. Das ist kein Vorwurf an die heutige Jugend, immerhin habe ich auch nie einen Commodore 64 in den Händen gehalten, trotzdem kann man ihn nicht ignorieren.
@@ -45,4 +39,4 @@ All das zusammen verursacht, so glaube ich, bei mir diesen Trend zum „alt werd
**Wie ist es bei Euch? Bin ich uncool? Seid Ihr es auch?**
- [1]: http://www.heise.de/newsticker/meldung/Neue-Social-Media-App-Peach-Mit-Zauberwoertern-Infos-teilen-3067666.html
\ No newline at end of file
+ [1]: http://www.heise.de/newsticker/meldung/Neue-Social-Media-App-Peach-Mit-Zauberwoertern-Infos-teilen-3067666.html
diff --git a/content/blog/2016-07-30-der-routerzwang-faellt-was-bringt-mir-das.md b/content/blog/2016-07-30-der-routerzwang-faellt-was-bringt-mir-das.md
index 1cb51e7..3f0fb88 100644
--- a/content/blog/2016-07-30-der-routerzwang-faellt-was-bringt-mir-das.md
+++ b/content/blog/2016-07-30-der-routerzwang-faellt-was-bringt-mir-das.md
@@ -8,35 +8,26 @@ categories:
- Political
- Tech
tags:
- - compulsory routers
- - free software
+ - routers
+ - freesoftware
- fsfe
- - gnu/linux
- - linux
- - router
- - security
+ - gnu-linux
+ - policy
+ - germany
---
_Diesen Artikel habe ich ursprünglich als [Gastbeitrag für Netzpolitik.org][1] geschrieben._
-
-
- - CC BY-SA 2.0 Konrad Twardowski -
-
Wie Ihr vielleicht schon mitbekommen habt, ist am 1. August die Welt etwas freier geworden. Nun nämlich ist das [Gesetz für Endgerätefreiheit][1] in Kraft, welches endlich erlaubt, dass Kunden deutscher Internetanbieter einen Router oder ein Modem ihrer Wahl an ihren Anschluss klemmen dürfen. Die [FSFE][2] hat sich von Anfang an für dieses Recht eingesetzt und schlussendlich haben wir diesen großen Erfolg errungen, der den [Routerzwang][3] endgültig abschaffen soll.
+Wie Ihr vielleicht schon mitbekommen habt, ist am 1. August die Welt etwas freier geworden. Nun nämlich ist das [Gesetz für Endgerätefreiheit][1] in Kraft, welches endlich erlaubt, dass Kunden deutscher Internetanbieter einen Router oder ein Modem ihrer Wahl an ihren Anschluss klemmen dürfen. Die [FSFE][2] hat sich von Anfang an für dieses Recht eingesetzt und schlussendlich haben wir diesen großen Erfolg errungen, der den [Routerzwang][3] endgültig abschaffen soll.
Doch ein Gesetz auf Papier bringt wenig, wenn es in der Realität nicht eingehalten oder trickreich umschifft wird. Deshalb möchten wir so schnell und ausführlich wie möglich wissen, welche Internetanbieter ihren Kunden die neuen gesetzlich gesicherten Freiheiten zugestehen und welche uns weiter mit Zwangsgeräten beglücken wollen. Die FSFE möchte deshalb folgendermaßen Licht ins Dunkel bringen:
- 1. Wir stellen eine [zentrale Wiki-Seite][4], auf der wir Testberichte zu den einzelnen Herstellern sammeln: Geht der Internet- und Telefonanschluss mit einem alternativen Gerät? Was muss man dabei beachten? Welche Geräte sind kompatibel? Daneben gibt es weitere nützliche Informationen rund um die Routerfreiheit.
- 2. Da vor allem der Markt für Kabelrouter noch sehr frisch ist, stellen wir [Testgeräte][5] zur Verfügung, die wir an freiwillige Tester versenden. Diese lassen uns dann hoffentlich weitere detaillierte Informationen zu dem Anschluss alternativer Router zukommen, die wiederum mehr Menschen helfen, Klarheit über dieses Thema zu erlangen.
+1. Wir stellen eine [zentrale Wiki-Seite][4], auf der wir Testberichte zu den einzelnen Herstellern sammeln: Geht der Internet- und Telefonanschluss mit einem alternativen Gerät? Was muss man dabei beachten? Welche Geräte sind kompatibel? Daneben gibt es weitere nützliche Informationen rund um die Routerfreiheit.
+2. Da vor allem der Markt für Kabelrouter noch sehr frisch ist, stellen wir [Testgeräte][5] zur Verfügung, die wir an freiwillige Tester versenden. Diese lassen uns dann hoffentlich weitere detaillierte Informationen zu dem Anschluss alternativer Router zukommen, die wiederum mehr Menschen helfen, Klarheit über dieses Thema zu erlangen.
## Raus mit den Testgeräten!
-
-
Heute habe ich die erste Fuhre an handelsüblichen Testgeräten verschickt. Vier dieser Geräte sind für Kabelanschlüsse bestimmt und werden mit Kabeldeutschland/Vodafone, Unitymedia, KMS und Telecolumbus getestet. Ein DSL-Gerät ging für einen O2-Anschluss raus, die bisher ihren Kunden den Anschluss alternativer Geräte nicht erlaubt hatten.
-
][1]_For English readers: This is a short report about the last FrOSCon conference with some pictures and the talk recordings. Have a look at Polina’s talk (second video), it’s in English!_
+_For English readers: This is a short report about the last FrOSCon conference with some pictures and the talk recordings. Have a look at Polina’s talk (second video), it’s in English!_
-Letztes Wochenende, am 20. und 21. August, fand in Sankt Augustin bei Bonn die 11. Ausgabe der [FrOSCon][2] statt, einer Konferenz zu Freier Software. Auch dieses Jahr war die FSFE mit einem Stand vertreten, an dem wir viele interessante Gespräche geführt und einen Ausschnitt unserer aktuellsten T-Shirts und weiterer Artikel präsentiert haben.
+Letztes Wochenende, am 20. und 21. August, fand in Sankt Augustin bei Bonn die 11. Ausgabe der [FrOSCon][1] statt, einer Konferenz zu Freier Software. Auch dieses Jahr war die FSFE mit einem Stand vertreten, an dem wir viele interessante Gespräche geführt und einen Ausschnitt unserer aktuellsten T-Shirts und weiterer Artikel präsentiert haben.
-Dank zweier toller Helfer, Gabriele und Constantin, war diese FrOSCon ein voller Erfolg. [Polina Malaja][3] aus dem Berliner FSFE-Büro und ich, die dieses Jahr die Hauptorganisation übernommen haben, konnten am Montag mit vollster Zufriedenheit nach Hause fahren.
+{{< gallery >}}
+ {{< figure src="/img/blog/froscon1.jpg" >}}
+ {{< figure src="/img/blog/froscon2.jpg" >}}
+{{< /gallery >}}
+
+Dank zweier toller Helfer, Gabriele und Constantin, war diese FrOSCon ein voller Erfolg. [Polina Malaja][2] aus dem Berliner FSFE-Büro und ich, die dieses Jahr die Hauptorganisation übernommen haben, konnten am Montag mit vollster Zufriedenheit nach Hause fahren.
## Videoaufzeichnung der Vorträge
+Zufrieden konnten wir auch sein, weil unsere Vorträge wohl recht gut ankamen und wir die Zuhörer über hochaktuelle Themen – [Routerzwang und Funkabschottung][3] sowie den [Digitalen Binnenmarkt und weitere Freie-Software-Themen auf EU-Ebene][4] – auf den neuesten Stand bringen konnten. Dank des sehr professionellen Recording-Teams der FrOSCon sind schon jetzt die Videoaufzeichnungen unserer beiden Vorträge online.
+- Mein Vortrag mit dem Titel „**Routerzwang und Funkabschottung – Was Aktivisten davon lernen können**“: [Video](https://media.ccc.de/v/froscon2016-1738-routerzwang_und_funkabschottung_was_aktivisten_davon_lernen_konnen)
+- Und Polinas sehr spannender Vortrag auf Englisch unter dem Titel „**DSM, EIF, RED: Acronyms on the EU level and why they matter for software freedom**„: [Video](https://media.ccc.de/v/froscon2016-1797-dsm_eif_red_acronyms_on_the_eu_level_and_why_they_matter_for_software_freedom)
-[
][4]Zufrieden konnten wir auch sein, weil unsere Vorträge wohl recht gut ankamen und wir die Zuhörer über hochaktuelle Themen – [Routerzwang und Funkabschottung][5] sowie den [Digitalen Binnenmarkt und weitere Freie-Software-Themen auf EU-Ebene][6] – auf den neuesten Stand bringen konnten. Dank des sehr professionellen Recording-Teams der FrOSCon sind schon jetzt die Videoaufzeichnungen unserer beiden Vorträge online.
+In diesem Sinne freuen wir uns auf die [kommenden Events mit FSFE-Beteiligung][5]. In Deutschland wären dies unter anderem der FSFE Summit Anfang September, die OpenRheinRuhr Anfang November, der ChaosCommunicationCongress kurz nach Weihnachten und natürlich die FOSDEM in Brüssel im neuen Jahr.
-Mein Vortrag mit dem Titel „**Routerzwang und Funkabschottung – Was Aktivisten davon lernen können**“
-
-[https://media.ccc.de/v/froscon2016-1738-routerzwang_und_funkabschottung_was_aktivisten_davon_lernen_konnen/oembed]
-
-Und Polinas sehr spannender Vortrag auf Englisch unter dem Titel „**DSM, EIF, RED: Acronyms on the EU level and why they matter for software freedom**„:
-
-[https://media.ccc.de/v/froscon2016-1797-dsm_eif_red_acronyms_on_the_eu_level_and_why_they_matter_for_software_freedom/oembed]
-
-In diesem Sinne freuen wir uns auf die [kommenden Events mit FSFE-Beteiligung][7]. In Deutschland wären dies unter anderem der FSFE Summit Anfang September, die OpenRheinRuhr Anfang November, der ChaosCommunicationCongress kurz nach Weihnachten und natürlich die FOSDEM in Brüssel im neuen Jahr.
-
- [1]: https://blog.mehl.mx/uploads/froscon1.jpg
- [2]: https://www.froscon.de/
- [3]: https://blogs.fsfe.org/polina/
- [4]: https://blog.mehl.mx/uploads/froscon2.jpg
- [5]: https://programm.froscon.de/2016/events/1738.html
- [6]: https://programm.froscon.de/2016/events/1797.html
- [7]: https://fsfe.org/events/events.html
\ No newline at end of file
+ [1]: https://www.froscon.de/
+ [2]: https://blogs.fsfe.org/polina/
+ [3]: https://programm.froscon.de/2016/events/1738.html
+ [4]: https://programm.froscon.de/2016/events/1797.html
+ [5]: https://fsfe.org/events/events.html
diff --git a/content/blog/2016-09-01-schluss-mit-dem-routerzwang-radiosendung-im-deutschlandfunk.md b/content/blog/2016-09-01-schluss-mit-dem-routerzwang-radiosendung-im-deutschlandfunk.md
index 4e669ff..73737df 100644
--- a/content/blog/2016-09-01-schluss-mit-dem-routerzwang-radiosendung-im-deutschlandfunk.md
+++ b/content/blog/2016-09-01-schluss-mit-dem-routerzwang-radiosendung-im-deutschlandfunk.md
@@ -2,47 +2,30 @@
title: „Schluss mit dem Routerzwang“ – Radiosendung im Deutschlandfunk
date: 2016-09-01T16:44:26+00:00
aliases: schluss-mit-dem-routerzwang-radiosendung-im-deutschlandfunk
-enclosure:
- - |
- |
- http://ondemand-mp3.dradio.de/file/dradio/2016/09/01/marktplatz_schluss_mit_dem_routerzwang_komplette_sendung_dlf_20160901_1010_9341a1c6.mp3
- 61578603
- audio/mpeg
-
- - |
- |
- https://up.mehl.mx/audio/20160901-dlf-routerzwang.ogg
- 48203018
- audio/ogg
-
categories:
- Deutsch
- Stuff
- Tech
tags:
- - audio
- - communication
- - compulsory routers
- - free software
+ - routers
- fsfe
- germany
- - network
- - router
- security
+ - policy
---
-[
][1]Heute war ich beim Deutschlandfunk zu einer [Radiosendung über den Routerzwang][2] eingeladen. Wir haben etwa eine Stunde lang darüber geredet, warum es so wichtig ist, dass wir seit dem 1. August endlich [Routerfreiheit][3] in Deutschland haben, was das für Verbraucher bringt und welche Fragen noch ungeklärt sind.
+Heute war ich beim Deutschlandfunk zu einer [Radiosendung über den Routerzwang][1] eingeladen. Wir haben etwa eine Stunde lang darüber geredet, warum es so wichtig ist, dass wir seit dem 1. August endlich [Routerfreiheit][2] in Deutschland haben, was das für Verbraucher bringt und welche Fragen noch ungeklärt sind.
+
+{{< gallery >}}
+ {{< figure src="/img/blog/dlf-interview2.jpg" >}}
+ {{< figure src="/img/blog/dlf-interview.jpg" >}}
+{{< /gallery >}}
Zusammen mit den beiden anderen Gästen, Marleen Frontzeck von teltarif.de und Katja Henschler von der Verbraucherzentrale Sachsen, haben wir mit dem Moderator Römermann aber auch weitere Aspekte angeschnitten, etwa W-LAN-Sicherheit und Freifunk-Netzwerke. Insgesamt war es eine sehr angenehme und hoffentlich für möglichst viele Menschen auch informative Sendung. Und da es mein erstes Radio-Interview war, zumal auch noch live, freut mich das ganz besonders.
-[
][4]Eine kurze Zusammenfassung gibt auf der [Deutschlandfunk-Webseite][2], von wo man auch die [Audio-Aufnahme][5] herunterladen bzw. direkt anhören kann. Für Archivierungszwecke stelle ich die komplette Sendung auch im freien ogg-Format [hier zum Download][6] bereit.
+Eine kurze Zusammenfassung gibt auf der [Deutschlandfunk-Webseite][1], von wo man auch die [Audio-Aufnahme][3] herunterladen bzw. direkt anhören kann. Für Archivierungszwecke stelle ich die komplette Sendung auch im freien ogg-Format [hier zum Download][4] bereit.
-trunk (~700 MB): ~/subversion/fsfe/fsfe-web/trunk/ +``` +trunk (~700 MB): ~/subversion/fsfe/fsfe-web/trunk/ status (~150 MB): ~/subversion/fsfe/local-build/status/ -fsfe.org (~1000 MB): ~/subversion/fsfe/local-build/fsfe.org/+fsfe.org (~1000 MB): ~/subversion/fsfe/local-build/fsfe.org/ +``` -(For those not so familiar with the GNU/Linux terminal: _~_ is the short version of your home directory, so for example _/home/user_. _~/subversion_ is the same as _/home/USER/subversion_, given that your username is _USER_) +(For those not so familiar with the GNU/Linux terminal: `~` is the short version of your home directory, so for example `/home/user`. `~/subversion` is the same as `/home/USER/subversion`, given that your username is `USER`) -To continue, you have to have _git_ installed on your computer (_sudo apt-get install git_). Then, please execute via terminal following command. It will copy the files from [my git repository][4] to your computer and already contains the folders _status_ and _fsfe.org_. +To continue, you have to have `git` installed on your computer (`sudo apt-get install git`). Then, please execute via terminal following command. It will copy the files from [my git repository][4] to your computer and already contains the folders `status` and `fsfe.org`. -
git clone https://src.mehl.mx/mxmehl/fsfe-local-build.git ~/subversion/fsfe/local-build+```bash +git clone https://src.mehl.mx/mxmehl/fsfe-local-build.git ~/subversion/fsfe/local-build +``` -Now we take care of _trunk_. In case you already have a copy of _trunk_ on your computer, you can use this location, but please do a _svn up_ beforehand and be sure that the output of _svn status_ is empty (so no new or modified files on your side). If you don’t have _trunk_ yet, download the repository to the proposed location: +Now we take care of `trunk`. In case you already have a copy of `trunk` on your computer, you can use this location, but please do a `svn up` beforehand and be sure that the output of `svn status` is empty (so no new or modified files on your side). If you don’t have `trunk` yet, download the repository to the proposed location:
svn --username $YourFSFEUsername co https://svn.fsfe.org/fsfe-web/trunk ~/subversion/fsfe/fsfe-web/trunk@@ -51,112 +50,140 @@ Now we take care of _trunk_. In case you already have a copy of _trunk_ on your Now we have to build the whole FSFE website locally. This will take a longer time but we’ll only have to do it once. Later, you’ll just build single files and not >14000 as we do now. -But first, we have to install a few applications which are needed by the build script (**Warning**: it’s possible your system lacks some other required applications which were already installed on mine. If you encounter any _command not found_ errors, please report them in the comments or by mail). So let’s install them via the terminal: +But first, we have to install a few applications which are needed by the build script (**Warning**: it’s possible your system lacks some other required applications which were already installed on mine. If you encounter any `command not found` errors, please report them in the comments or by mail). So let’s install them via the terminal: -
sudo apt-get install make libxslt+``` +sudo apt-get install make libxslt +``` -Note: _libxslt_ may have a different name in your distribution, e.g. _libxslt1.1_ or _libxslt2_. +Note: `libxslt` may have a different name in your distribution, e.g. `libxslt1.1` or `libxslt2`. Now we can start building.The full website build can be started with -
~/subversion/fsfe/fsfe-web/trunk/build/build_main.sh --statusdir ~/subversion/fsfe/local-build/status/ build_into ~/subversion/fsfe/local-build/fsfe.org/+``` +~/subversion/fsfe/fsfe-web/trunk/build/build_main.sh --statusdir ~/subversion/fsfe/local-build/status/ build_into ~/subversion/fsfe/local-build/fsfe.org/ +``` -See? We use the build routine from _trunk_ to launch building _trunk_. All status messages are written to _status_, and the final website will reside in _fsfe.org_. Mind differing directory names if you have another structure than I do. This process will take a long time, depending on your CPU power. Don’t be afraid of strange messages and massive walls of text ;-) +See? We use the build routine from `trunk` to launch building `trunk`. All status messages are written to `status`, and the final website will reside in `fsfe.org`. Mind differing directory names if you have another structure than I do. This process will take a long time, depending on your CPU power. Don’t be afraid of strange messages and massive walls of text ;-) -After the long process has finished, navigate to the _trunk_ directory and execute _svn status_. You may see a few files which are new: +After the long process has finished, navigate to the `trunk` directory and execute `svn status`. You may see a few files which are new: -
max@bistromath ~/s/f/f/trunk> svn status +``` +max@bistromath ~/s/f/f/trunk> svn status ? about/printable/archive/printable.en.xml ? d_day.en.xml ? d_month.en.xml ? d_year.en.xml ? localmenuinfo.en.xml -[...]+[...] +``` -These are leftover from the full website build. Because _trunk_ is supposed to be your productive source directory where you also make commits to the FSFE SVN, let’s delete these files. You won’t need them anymore. +These are leftover from the full website build. Because `trunk` is supposed to be your productive source directory where you also make commits to the FSFE SVN, let’s delete these files. You won’t need them anymore. -
rm about/printable/archive/printable.en.xml d_day.en.xml d_month.en.xml d_year.en.xml localmenuinfo.en.xml -rm tools/tagmaps/*.map+```bash +rm about/printable/archive/printable.en.xml d_day.en.xml d_month.en.xml d_year.en.xml localmenuinfo.en.xml +rm tools/tagmaps/*.map +``` -Afterwards, the output of _svn status_ should be empty again. It is? Fine, let’s go on! If not, please also remove those files (and tell me which files were missing). +Afterwards, the output of `svn status` should be empty again. It is? Fine, let’s go on! If not, please also remove those files (and tell me which files were missing). ### 3. Set up local webserver -After the full build is completed, you can install a local webserver. This is necessary to actually display the locally built files in your browser. In this example, I assume you don’t already have a webserver installed, and that you’re using a Debian-based operating system. So let’s install _lighttpd_ which is a thin and fast webserver, plus _gamin_ which _lighttpd_ needs in some setups: +After the full build is completed, you can install a local webserver. This is necessary to actually display the locally built files in your browser. In this example, I assume you don’t already have a webserver installed, and that you’re using a Debian-based operating system. So let’s install `lighttpd` which is a thin and fast webserver, plus `gamin` which `lighttpd` needs in some setups: -
sudo apt-get install lighttpd gamin+``` +sudo apt-get install lighttpd gamin +``` -To make Lighttpd running properly we need a configuration file. This has to point the webserver to show files in the _fsfe.org_ directory. You already downloaded my recommended config file (_lighttpd-fsfe.conf.sample_) by cloning the git repository. But you’ll have to modify the path accordingly and rename it. So rename the file to _lighttpd-fsfe.conf_, open it and change following line to match the actual and absolute path of the _fsfe.org_ directory (~ does not work here): +To make Lighttpd running properly we need a configuration file. This has to point the webserver to show files in the `fsfe.org` directory. You already downloaded my recommended config file (`lighttpd-fsfe.conf.sample`) by cloning the git repository. But you’ll have to modify the path accordingly and rename it. So rename the file to `lighttpd-fsfe.conf`, open it and change following line to match the actual and absolute path of the `fsfe.org` directory (~ does not work here): -
server.document-root = "/home/USER/subversion/fsfe/local-build/fsfe.org"+``` +server.document-root = "/home/USER/subversion/fsfe/local-build/fsfe.org" +``` Now you can test whether the webserver is correctly configured. To start a temporary webserver process, execute the next command in the terminal: -
lighttpd -Df ~/subversion/fsfe/local-build/lighttpd-fsfe.conf+``` +lighttpd -Df ~/subversion/fsfe/local-build/lighttpd-fsfe.conf +``` Until you press Ctrl+C, you should be able to open your local FSFE website in any browser using the URL http://localhost:5080. For example, open the URL
sudo apt-get install libxml2-utils+``` +sudo apt-get install libxml2-utils +``` Now let’s make the script easy to access via the terminal for future usage. For this, we’ll create a short link to the script from one of the binary path directories. Type in the terminal: -
sudo ln -s ~/subversion/fsfe/local-build/fsfe-preview.sh /usr/bin/fsfe-preview+``` +sudo ln -s ~/subversion/fsfe/local-build/fsfe-preview.sh /usr/bin/fsfe-preview +``` -From this moment on, you should be able to call _fsfe-preview_ from anywhere in your terminal. Let’s make a test run. Modify the XHTML source file contribute/contribute.en.xhtml and edit some obvious text or alter the title. Now do: +From this moment on, you should be able to call `fsfe-preview` from anywhere in your terminal. Let’s make a test run. Modify the XHTML source file contribute/contribute.en.xhtml and edit some obvious text or alter the title. Now do: -
fsfe-preview ~/subversion/fsfe/fsfe-web/trunk/contribute/contribute.en.xhtml+```fsfe-preview ~/subversion/fsfe/fsfe-web/trunk/contribute/contribute.en.xhtml +``` As output, you should see something like: -
[INFO] Using file /home/max/subversion/fsfe/fsfe-web/trunk/contribute/contribute.en.xhtml as source... +``` +[INFO] Using file /home/max/subversion/fsfe/fsfe-web/trunk/contribute/contribute.en.xhtml as source... [INFO] XHTML file detected. Going to build into /home/max/subversion/fsfe/local-build/fsfe.org/contribute/contribute.en.html ... [INFO] Starting webserver [SUCCESS] Finished. File can be viewed at http://localhost:5080/contribute/contribute.en.html -+``` -Now open the mentioned URL
fsfe-preview activities/radiodirective/statement.en.xhtml+``` +fsfe-preview activities/radiodirective/statement.en.xhtml +``` The script detects whether the file has to be built with the XSLT processor (.xhtml files), or if it just can be copied to the website without any modification (e.g. images). ##### Copy many files at once -Beware that all files you added in your session have to be processed with the script. For example, if you create a report with many images included and want to preview it, you will have to copy all these images to the output directory as well, and not only the XHTML file. For this, there is the _–copy_ argument. This circumvents the whole XSLT build process and just plainly copies the given files (or folders). In this example, the workflow could look like the following: The first line copies some images, the second builds the corresponding XHTML file which makes use of these images: +Beware that all files you added in your session have to be processed with the script. For example, if you create a report with many images included and want to preview it, you will have to copy all these images to the output directory as well, and not only the XHTML file. For this, there is the `-copy` argument. This circumvents the whole XSLT build process and just plainly copies the given files (or folders). In this example, the workflow could look like the following: The first line copies some images, the second builds the corresponding XHTML file which makes use of these images: -
fsfe-preview --copy news/2016/graphics/report1.png news/2016/graphics/report2.jpg -fsfe-preview news/2016/news-20161231-01.en.xhtml+``` +fsfe-preview --copy news/2016/graphics/report1.png news/2016/graphics/report2.jpg +fsfe-preview news/2016/news-20161231-01.en.xhtml +``` ##### Syntax check -In general, it’s good to check the XHTML syntax before editing and commiting files to the SVN. The script _fsfe-preview_ already contains these checks but it’s good to be able to use it anyway. If you didn’t already do it before, install _libxml2-utils_ on your computer. It contains _xmllint_, a syntax checker for XML files. You can use it like this: +In general, it’s good to check the XHTML syntax before editing and commiting files to the SVN. The script `fsfe-preview` already contains these checks but it’s good to be able to use it anyway. If you didn’t already do it before, install `libxml2-utils` on your computer. It contains `xmllint`, a syntax checker for XML files. You can use it like this: -
xmllint --noout work.en.xhtml+``` +xmllint --noout work.en.xhtml +``` If there’s no output (–noout), the file has a correct syntax and you’re ready to continue. But you may also see something like -
work.en.xhtml:55: parser error : Opening and ending tag mismatch: p line 41 and li
+```
+work.en.xhtml:55: parser error : Opening and ending tag mismatch: p line 41 and li
- ^
+ ^
+```
-In this case, this means that the tag starting in line 41 isn’t closed properly. +In this case, this means that the `
` tag starting in line 41 isn’t closed properly. ### Drawbacks @@ -172,4 +199,4 @@ Any other issues? Feel free to report them as they will help to improve FSFE’s [2]: https://fsfe.org [3]: http://blog.plutz.net/The_FSFE_org_buildscript.html [4]: https://src.mehl.mx/mxmehl/fsfe-local-build - [5]: https://fsfe.org/contribute/contribute.en.html \ No newline at end of file + [5]: https://fsfe.org/contribute/contribute.en.html diff --git a/content/blog/2017-02-14-i-love-astroid-ilovefs.md b/content/blog/2017-02-14-i-love-astroid-ilovefs.md index 3d51d17..e40e38d 100644 --- a/content/blog/2017-02-14-i-love-astroid-ilovefs.md +++ b/content/blog/2017-02-14-i-love-astroid-ilovefs.md @@ -9,30 +9,17 @@ categories: - Stuff - Tech tags: - - astroid - - communication - email - - free software - fsfe - - gnu/linux - ilovefs - - organisation - - thunderbird + - tools --- -
- You cannot imagine how long I’ve waited to write this blog post. Normally I’m not the bragging kind of guy but for this year’s edition of my „[I love Free Software][1]“ declaration articles (after [2014][2], [2015][3] and [2016][4]) I just want to shout out to the world: I have the world’s best mail client: [astroid][5]! -- Update February 2018: Meanwhile I have published my mail config incl. astroid, notmuch, offlineimap etc. It is a rather complicated and special setup but perhaps it will help you. -
+{{< figure src="/img/blog/astroid-ilovefs.jpg" class="text-center medium" caption="Hugo and me declaring our love to astroid" >}} + +_**Update February 2018**: Meanwhile I have published my mail config incl. astroid, notmuch, offlineimap etc. It is a rather complicated and special setup but perhaps it will help you._ Okay, maybe I’ll add two or three words to explain why I am so grateful to the authors of this awesome Free Software application. Firstly, I should note that until ~6 months ago I have used Thunderbird – extended with lots of add-ons but still a mail user agent that most of you will know. But with each new email and project it became obvious to me that I have to find a way to organise my tenthousands of mails in a better way: not folder-based but tag-based, but not to the expense of overview and comfort. @@ -40,13 +27,7 @@ Thanks to [Hugo][6] I became aware of astroid, an application that unites my nee > Astroid is a lightweight and fast Mail User Agent that provides a graphical interface to searching, display and composing email, organized in thread and tags. Astroid uses the [notmuch][7] backend for blazingly fast searches through tons of email. Astroid searches, displays and composes emails – and rely on other programs for fetching, syncing and sending email. - +{{< figure src="/img/blog/astroid-ilovefs-2.png" class="text-center medium" caption="My currently unread and tagged emails" >}} Astroid is roughly 3 years old, is based on sup, and is mainly developed by [Gaute Hope][8], an awesome programmer who encourages people – also non-programmers like me – to engage in the small and friendly community. @@ -54,34 +35,23 @@ Astroid is roughly 3 years old, is based on sup, and is mainly developed by [Gau That’s one secret of astroid: it doesn’t try to catch up to programs that do certain jobs very well already. So astroid relies on external POP/IMAP fetching (e.g. offlineimap), SMTP server (e.g. msmtp), email indexing (notmuch), and mail editors (e.g. vim, emacs). This way, astroid can concentrate on offering a unique interface that unites many strenghts: - +{{< figure src="/img/blog/astroid-ilovefs-3.png" class="text-center medium" caption="Saved searches on the left, a new editor window on the right" >}} - * astroid encourages you to use tabs. Email threads open in a new tab, a newly composed message is a separate tab, as well as a search query. You won’t loose any information when you write an email while researching in your archive while keeping an eye on incoming unread mails. If your tab bar becomes too long, just open another astroid instance. - * It can be used by either keyboard or mouse. Beginners value to have a similar experience as with mouse-based mail agents like Thunderbird, experts hunt through their mails with the configurable keyboard shortcuts. - * Tagging of emails is blazingly fast and efficient. You can either tag single mails or whole email threads with certain keywords that you can freely choose. Astroid doesn’t impose a certain tagging scheme on its users. - * astroid already included the possibility to read HTML or GPG-exncrypted emails. No need to create a demotivatingly huge configuration file like with mutt. - * Theming your personal astoid is easy. The templates can be configured using HTML and CSS syntax. - * It is expandable by Python and lua plugins. - * It’s incredibly fast! Thunderbird or Evolution users will never have to bother with 20+ seconds startup time anymore. Efficiency hooray! - - - Because it is open to any workflow, you can also easily use astroid with rather uncommon workflows. I, personally, use a mix of folder- and tag-based sorting. My mail server automatically moves incoming mails to certain folders (mostly based on mailing lists) which is important to me because I often use my mobile phone that doesn’t include a tagging-based email client, too. But with my laptop I can add additional tags or tag unsorted mails. Based on these tags, I again sort these mails to certain folders to reduce the amount of mails lying around in my unsorted inbox. Such a strange setup would have been impossible with many other email agents but with astroid (almost) everything is possible. - - Did I convince you? Well, certainly not. Switching one’s email client is a huge step because for most people it involves changing the way how most of theor digital communication happens. But hopefully I convinced you to have a look at astroid and think about whether this awesome client may fulfill some of your demands better than your existing one. If you already use notmuch, a local SMTP server, offlineimap, procmail or other required parts, testing astroid will be very easy for you. And if your way to using astroid will be longer, as mine was, feel free to ask me or the helpful community. - - PS: FSFE activists in Berlin carried out [two awesome activities for ILoveFS][9]! +* astroid encourages you to use tabs. Email threads open in a new tab, a newly composed message is a separate tab, as well as a search query. You won’t loose any information when you write an email while researching in your archive while keeping an eye on incoming unread mails. If your tab bar becomes too long, just open another astroid instance. +* It can be used by either keyboard or mouse. Beginners value to have a similar experience as with mouse-based mail agents like Thunderbird, experts hunt through their mails with the configurable keyboard shortcuts. +* Tagging of emails is blazingly fast and efficient. You can either tag single mails or whole email threads with certain keywords that you can freely choose. Astroid doesn’t impose a certain tagging scheme on its users. +* astroid already included the possibility to read HTML or GPG-exncrypted emails. No need to create a demotivatingly huge configuration file like with mutt. +* Theming your personal astoid is easy. The templates can be configured using HTML and CSS syntax. +* It is expandable by Python and lua plugins. +* It’s incredibly fast! Thunderbird or Evolution users will never have to bother with 20+ seconds startup time anymore. Efficiency hooray! + +{{< figure src="/img/blog/astroid-ilovefs-1.png" class="text-center medium" caption="On startup, I see my saved search queries" >}} + +Because it is open to any workflow, you can also easily use astroid with rather uncommon workflows. I, personally, use a mix of folder- and tag-based sorting. My mail server automatically moves incoming mails to certain folders (mostly based on mailing lists) which is important to me because I often use my mobile phone that doesn’t include a tagging-based email client, too. But with my laptop I can add additional tags or tag unsorted mails. Based on these tags, I again sort these mails to certain folders to reduce the amount of mails lying around in my unsorted inbox. Such a strange setup would have been impossible with many other email agents but with astroid (almost) everything is possible. + +Did I convince you? Well, certainly not. Switching one’s email client is a huge step because for most people it involves changing the way how most of theor digital communication happens. But hopefully I convinced you to have a look at astroid and think about whether this awesome client may fulfill some of your demands better than your existing one. If you already use notmuch, a local SMTP server, offlineimap, procmail or other required parts, testing astroid will be very easy for you. And if your way to using astroid will be longer, as mine was, feel free to ask me or the helpful community. + +P.S.: FSFE activists in Berlin carried out [two awesome activities for ILoveFS][9]! [1]: https://ilovefs.org [2]: https://blog.mehl.mx/2014/i-love-znc-because-ilovefs/ diff --git a/content/blog/2017-05-29-idee-wiki-zu-gesellschaftspolitischen-positionen-von-prominenten.md b/content/blog/2017-05-29-idee-wiki-zu-gesellschaftspolitischen-positionen-von-prominenten.md index c89b598..1cd72f5 100644 --- a/content/blog/2017-05-29-idee-wiki-zu-gesellschaftspolitischen-positionen-von-prominenten.md +++ b/content/blog/2017-05-29-idee-wiki-zu-gesellschaftspolitischen-positionen-von-prominenten.md @@ -6,29 +6,21 @@ categories: - Deutsch - Political tags: - - education - - idea - - public opinion + - policy --- - - _Alles begann, als mein Mitbewohner Lars und ich uns eines morgens fragten: „Mit wem würden wir lieber ein Bier trinken gehen, Thomas de Maizière oder Jens Lehmann?“._ Zu de Maizière hatten wir beide eine recht eindeutige Meinung, aber bei Lehmann waren wir uns nicht sicher, ob wir uns mit ihm verstehen würden. Lars meinte sich zu erinnern, dass er ein merkwürdiges Gesellschaftsbild hätte, allerdings zeigte ein Blick auf [Lehmanns Wikipedia-Artikel][1], dass er gemeinnützig sehr engagiert ist. Was nun? Würden wir uns mit dem Ex-Nationaltorwart bei einem gemütlichen Bier gut verstehen oder schon nach wenigen Minuten in einer heftigen Diskussion über Geschlechterbilder enden? +{{< figure src="/img/blog/maiziere-lehmann.jpg" class="text-center medium" caption="CC-BY-SA 3.0 Sandro Halank / CC-BY 2.0 Ronnie Macdonald" >}} + „Man bräuchte eine Wikipedia über gesellschaftspolitische Positionen von A-Prominenten“, sagte Lars, womit er meiner Meinung nach absolut Recht hat. Denn eine solche Sammlung zu politischen Einstellungen würde gleich mehreren Aufträgen dienen: - * Prominente hübschen oft ihr Portfolio durch öffentlichkeitswirksame Aktionen wie Spendengalas oder ein paar Fototerminen mit armen Kindern in Drittweltländern auf, weichen aber in ihren Aussagen manchmal erkennbar von einem menschenfreundlichen Bild ab. Gerade bei politischen Akteuren ist eine gewisse Transparenz der gesellschaftlichen Grundeinstellungen wünschenswert. - * Aus wissenschaftlicher Sicht ist ein Vergleich der „inszenierten“ Außendarstellung und der (vermeintlichen) eigentlichen Einstellung höchst interessant. Auch ein Abgleich der öffentlichen Einschätzung zu bestimmten Prominenten und der eigentlichen Positionen wäre sicherlich spannend und mit einer entsprechenden Datenbank gut durchzuführen. - * Ein solches Wiki würde kritisches Denken fördern und etwa inhaltsleeren, rein auf Emotionen zielenden Wahlplakaten und Hochglanzbroschüren zumindest ein bisschen Macht entziehen. - * Es würde ebenfalls widersprüchliche Positionen von Prominenten oder deren Wertewandel aufzeichnen. +* Prominente hübschen oft ihr Portfolio durch öffentlichkeitswirksame Aktionen wie Spendengalas oder ein paar Fototerminen mit armen Kindern in Drittweltländern auf, weichen aber in ihren Aussagen manchmal erkennbar von einem menschenfreundlichen Bild ab. Gerade bei politischen Akteuren ist eine gewisse Transparenz der gesellschaftlichen Grundeinstellungen wünschenswert. +* Aus wissenschaftlicher Sicht ist ein Vergleich der „inszenierten“ Außendarstellung und der (vermeintlichen) eigentlichen Einstellung höchst interessant. Auch ein Abgleich der öffentlichen Einschätzung zu bestimmten Prominenten und der eigentlichen Positionen wäre sicherlich spannend und mit einer entsprechenden Datenbank gut durchzuführen. +* Ein solches Wiki würde kritisches Denken fördern und etwa inhaltsleeren, rein auf Emotionen zielenden Wahlplakaten und Hochglanzbroschüren zumindest ein bisschen Macht entziehen. +* Es würde ebenfalls widersprüchliche Positionen von Prominenten oder deren Wertewandel aufzeichnen. Wie könnte ein solches Wiki gestaltet sein? Erste Ideen kreisten um eine Auflistung bestimmter gesellschaftspolitischer Fragen und wie die Person dazu eingestellt ist, also etwa Einstellung zu Geflüchteten, verschiedenen Geschlechterbildern, Hilfe von sozial schwächer Gestellten, Behinderung, Ehrenamt, Ehe und Partnerschaft, Religion und so weiter. Weiterhin wäre es spannend, eine Person auf einem zweiachsigen politischen Kompass einzuordnen (wie es etwa [politicalcompass.org][2] tut). @@ -36,12 +28,12 @@ Ganz offensichtlich bräuchte es ebenso wie das große Vorbild Wikipedia eine gr Nichtsdestotrotz würde ein solches Wiki natürlich auch einige Risiken bergen: - * Die Gefahr einseitiger oder gar verfälschter Eintragungen ist hoch. Man müsste große Warnungen anzeigen, wenn es bisher nur wenige Quellenangaben und Mitarbeitende an einem Eintrag gegeben hat. - * Man bräuchte viel Moderation, die gewährleistet, dass eine Interpretation einer gewissen schriftlichen Aussage auch tatsächlich korrekt ist. - * Die notwendigen Quellen sind nicht einfach zu beschaffen und auch sehr unübersichtlich, da wahrscheinlich hauptsächlich schriftliche Interviews oder Talkshows als Grundlage dienen müssten. - * Sind Aussagen in Interviews in Zeitungen, Boulevardblättern und Talkshows überhaupts ausreichend, um die gesellschaftspolitische Einstellung eines Menschen zu beurteilen? Gegenfrage: Wenn nicht, wie kann man denn dann überhaupt etwa einer Politikerin „trauen“? +* Die Gefahr einseitiger oder gar verfälschter Eintragungen ist hoch. Man müsste große Warnungen anzeigen, wenn es bisher nur wenige Quellenangaben und Mitarbeitende an einem Eintrag gegeben hat. +* Man bräuchte viel Moderation, die gewährleistet, dass eine Interpretation einer gewissen schriftlichen Aussage auch tatsächlich korrekt ist. +* Die notwendigen Quellen sind nicht einfach zu beschaffen und auch sehr unübersichtlich, da wahrscheinlich hauptsächlich schriftliche Interviews oder Talkshows als Grundlage dienen müssten. +* Sind Aussagen in Interviews in Zeitungen, Boulevardblättern und Talkshows überhaupts ausreichend, um die gesellschaftspolitische Einstellung eines Menschen zu beurteilen? Gegenfrage: Wenn nicht, wie kann man denn dann überhaupt etwa einer Politikerin „trauen“? Man sieht, sehr kontrovers und ohne eindeutige Antwort. Was haltet Ihr von der Idee? Gibt’s sowas eigentlich schon? Und wo seht ihr Chancen und Risiken? [1]: https://de.wikipedia.org/wiki/Jens_Lehmann - [2]: https://politicalcompass.org/ \ No newline at end of file + [2]: https://politicalcompass.org/ diff --git a/content/blog/2019-02-11-fsfe-planet-has-been-refurbished.md b/content/blog/2019-02-11-fsfe-planet-has-been-refurbished.md index 6d44530..39ee80a 100644 --- a/content/blog/2019-02-11-fsfe-planet-has-been-refurbished.md +++ b/content/blog/2019-02-11-fsfe-planet-has-been-refurbished.md @@ -6,19 +6,19 @@ categories: - English - Tech tags: - - free software - fsfe - server + - report --- If you are reading these lines, you are already accessing the brand-new planet of the FSFE. While Björn, Coordinator of Team Germany, has largely improved the design in late 2017, we tackled many underlying issues this time. So what has changed under the hood? - * The whole system runs in a Docker container now, with all code accessible on [our Git][1]. Yes, Docker has drawbacks, but in this case it eases maintenance for our volunteers and makes contributions to design and code very simple. - * The old planet ran on a very old Debian server which had issues with modern TLS versions. This basically erased a few blogs from the planet whose webservers do not support older encryption standards. - * The design has been improved once more. It now more closely aligns to the design of our main page [fsfe.org][2] and feels more natively to use and browse. - * Many blogs which were not accessible any more have been removed, and those which redirected to other URLs have been updated accordingly. +* The whole system runs in a Docker container now, with all code accessible on [our Git][1]. Yes, Docker has drawbacks, but in this case it eases maintenance for our volunteers and makes contributions to design and code very simple. +* The old planet ran on a very old Debian server which had issues with modern TLS versions. This basically erased a few blogs from the planet whose webservers do not support older encryption standards. +* The design has been improved once more. It now more closely aligns to the design of our main page [fsfe.org][2] and feels more natively to use and browse. +* Many blogs which were not accessible any more have been removed, and those which redirected to other URLs have been updated accordingly. So with the migration to the new system you will probably find a few new blogs and unread posts in your RSS feeds now. So please do not be confused about it but look forward to even more useful and interesting bits from the FSFE community! @@ -26,4 +26,4 @@ On this occasion I would like to thank Michael and Vincent for their contributio [1]: https://git.fsfe.org/fsfe-system-hackers/fsfe-planet [2]: https://fsfe.org - [3]: https://fsfe.org/contact/ \ No newline at end of file + [3]: https://fsfe.org/contact/ diff --git a/content/blog/2019-03-01-protect-freedom-on-radio-devices-raise-your-voice-today.md b/content/blog/2019-03-01-protect-freedom-on-radio-devices-raise-your-voice-today.md index b52db75..f3e8c93 100644 --- a/content/blog/2019-03-01-protect-freedom-on-radio-devices-raise-your-voice-today.md +++ b/content/blog/2019-03-01-protect-freedom-on-radio-devices-raise-your-voice-today.md @@ -8,30 +8,22 @@ categories: - Political - Tech tags: - - communication - - free software - fsfe - - gnu/linux - - radio lockdown - - router + - radiolockdown + - routers - security + - policy --- **We are facing a EU regulation which may make it impossible to install a custom piece of software on most radio decives like WiFi routers, smartphones and embedded devices. You can now [give feedback][1] on the most problematic part by Monday, 4 March. Please participate – it’s not hard!** -
-+> [R]adio equipment [shall support] certain features in order to ensure that software can only be loaded into the radio equipment where the compliance of the combination of the radio equipment and software has been demonstrated. +> +> – Article 3(3)(i) of the Radio Equipment Directive 2014/53/EU That flips the responsibility of radio conformity by 180°. In the past, you as the one who changed the software on a device have been responsible to make sure that you don’t break any applicable regulations like frequency and signal strength. Now, the manufacturers have to prevent you from doing something wrong (or right?). That further takes away freedom to control our technology. More information [here by the FSFE][3]. @@ -56,4 +48,4 @@ Thank you! [1]: https://ec.europa.eu/info/law/better-regulation/initiatives/ares-2018-6621038_en [2]: https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32014L0053 [3]: https://fsfe.org/activities/radiodirective/ - [4]: http://ec.europa.eu/transparency/regexpert/index.cfm?do=groupDetail.groupDetail&groupID=3413 \ No newline at end of file + [4]: http://ec.europa.eu/transparency/regexpert/index.cfm?do=groupDetail.groupDetail&groupID=3413 diff --git a/static/img/blog/2016-05-13-FSFE-Definition-Freie-Software.pdf b/static/img/blog/2016-05-13-FSFE-Definition-Freie-Software.pdf new file mode 100644 index 0000000..2a27011 Binary files /dev/null and b/static/img/blog/2016-05-13-FSFE-Definition-Freie-Software.pdf differ diff --git a/static/img/blog/2016-06-30-Oberbuergermeister-Sierau-Definition-Freie-Software.pdf b/static/img/blog/2016-06-30-Oberbuergermeister-Sierau-Definition-Freie-Software.pdf new file mode 100644 index 0000000..a8ee73d Binary files /dev/null and b/static/img/blog/2016-06-30-Oberbuergermeister-Sierau-Definition-Freie-Software.pdf differ diff --git a/static/img/blog/Yoda-ilovefs.png b/static/img/blog/Yoda-ilovefs.png new file mode 100644 index 0000000..8c979f5 Binary files /dev/null and b/static/img/blog/Yoda-ilovefs.png differ diff --git a/static/img/blog/astroid-ilovefs-1.png b/static/img/blog/astroid-ilovefs-1.png new file mode 100644 index 0000000..d6ac39b Binary files /dev/null and b/static/img/blog/astroid-ilovefs-1.png differ diff --git a/static/img/blog/astroid-ilovefs-2.png b/static/img/blog/astroid-ilovefs-2.png new file mode 100644 index 0000000..e94c7bb Binary files /dev/null and b/static/img/blog/astroid-ilovefs-2.png differ diff --git a/static/img/blog/astroid-ilovefs-3.png b/static/img/blog/astroid-ilovefs-3.png new file mode 100644 index 0000000..a37b481 Binary files /dev/null and b/static/img/blog/astroid-ilovefs-3.png differ diff --git a/static/img/blog/astroid-ilovefs.jpg b/static/img/blog/astroid-ilovefs.jpg new file mode 100644 index 0000000..0dffbaa Binary files /dev/null and b/static/img/blog/astroid-ilovefs.jpg differ diff --git a/static/img/blog/blog_virtualfolders1.png b/static/img/blog/blog_virtualfolders1.png new file mode 100644 index 0000000..416cb0a Binary files /dev/null and b/static/img/blog/blog_virtualfolders1.png differ diff --git a/static/img/blog/blog_virtualfolders2.png b/static/img/blog/blog_virtualfolders2.png new file mode 100644 index 0000000..f996f65 Binary files /dev/null and b/static/img/blog/blog_virtualfolders2.png differ diff --git a/static/img/blog/blog_virtualfolders3.png b/static/img/blog/blog_virtualfolders3.png new file mode 100644 index 0000000..8272804 Binary files /dev/null and b/static/img/blog/blog_virtualfolders3.png differ diff --git a/static/img/blog/blog_virtualfolders4.png b/static/img/blog/blog_virtualfolders4.png new file mode 100644 index 0000000..d4f2153 Binary files /dev/null and b/static/img/blog/blog_virtualfolders4.png differ diff --git a/static/img/blog/blog_virtualfolders5.png b/static/img/blog/blog_virtualfolders5.png new file mode 100644 index 0000000..b066407 Binary files /dev/null and b/static/img/blog/blog_virtualfolders5.png differ diff --git a/static/img/blog/blog_virtualfolders6.png b/static/img/blog/blog_virtualfolders6.png new file mode 100644 index 0000000..3581ea5 Binary files /dev/null and b/static/img/blog/blog_virtualfolders6.png differ diff --git a/static/img/blog/dlf-interview.jpg b/static/img/blog/dlf-interview.jpg new file mode 100644 index 0000000..ec43207 Binary files /dev/null and b/static/img/blog/dlf-interview.jpg differ diff --git a/static/img/blog/dlf-interview2.jpg b/static/img/blog/dlf-interview2.jpg new file mode 100644 index 0000000..6b14758 Binary files /dev/null and b/static/img/blog/dlf-interview2.jpg differ diff --git a/static/img/blog/do-foss.jpg b/static/img/blog/do-foss.jpg new file mode 100644 index 0000000..d3d60f1 Binary files /dev/null and b/static/img/blog/do-foss.jpg differ diff --git a/static/img/blog/do-foss_definition.png b/static/img/blog/do-foss_definition.png new file mode 100644 index 0000000..cbabb25 Binary files /dev/null and b/static/img/blog/do-foss_definition.png differ diff --git a/static/img/blog/froscon1.jpg b/static/img/blog/froscon1.jpg new file mode 100644 index 0000000..8d904b1 Binary files /dev/null and b/static/img/blog/froscon1.jpg differ diff --git a/static/img/blog/froscon2.jpg b/static/img/blog/froscon2.jpg new file mode 100644 index 0000000..e3098e5 Binary files /dev/null and b/static/img/blog/froscon2.jpg differ diff --git a/static/img/blog/gogs-logo.png b/static/img/blog/gogs-logo.png new file mode 100644 index 0000000..7f93cae Binary files /dev/null and b/static/img/blog/gogs-logo.png differ diff --git a/static/img/blog/ilovefs-heart-px.png b/static/img/blog/ilovefs-heart-px.png new file mode 100644 index 0000000..999e47d Binary files /dev/null and b/static/img/blog/ilovefs-heart-px.png differ diff --git a/static/img/blog/ilovefs-taskwarrior-gallery.jpg b/static/img/blog/ilovefs-taskwarrior-gallery.jpg new file mode 100644 index 0000000..7e2fa63 Binary files /dev/null and b/static/img/blog/ilovefs-taskwarrior-gallery.jpg differ diff --git a/static/img/blog/ilovefs-taskwarrior2.gif b/static/img/blog/ilovefs-taskwarrior2.gif new file mode 100644 index 0000000..8b159de Binary files /dev/null and b/static/img/blog/ilovefs-taskwarrior2.gif differ diff --git a/static/img/blog/ilovefs-znc.png b/static/img/blog/ilovefs-znc.png new file mode 100644 index 0000000..6c1cf18 Binary files /dev/null and b/static/img/blog/ilovefs-znc.png differ diff --git a/static/img/blog/kaefig_einzel.png b/static/img/blog/kaefig_einzel.png new file mode 100644 index 0000000..03a097b Binary files /dev/null and b/static/img/blog/kaefig_einzel.png differ diff --git a/static/img/blog/maiziere-lehmann.jpg b/static/img/blog/maiziere-lehmann.jpg new file mode 100644 index 0000000..dacc532 Binary files /dev/null and b/static/img/blog/maiziere-lehmann.jpg differ diff --git a/static/img/blog/mit-2.jpg b/static/img/blog/mit-2.jpg new file mode 100644 index 0000000..57aba99 Binary files /dev/null and b/static/img/blog/mit-2.jpg differ diff --git a/static/img/blog/nsa-headwater-screen.jpg b/static/img/blog/nsa-headwater-screen.jpg new file mode 100644 index 0000000..6ad6303 Binary files /dev/null and b/static/img/blog/nsa-headwater-screen.jpg differ diff --git a/static/img/blog/old-man.png b/static/img/blog/old-man.png new file mode 100644 index 0000000..c9563e2 Binary files /dev/null and b/static/img/blog/old-man.png differ diff --git a/static/img/blog/orr2016_hall1.jpg b/static/img/blog/orr2016_hall1.jpg new file mode 100644 index 0000000..624ebcf Binary files /dev/null and b/static/img/blog/orr2016_hall1.jpg differ diff --git a/static/img/blog/orr2016_hall2.jpg b/static/img/blog/orr2016_hall2.jpg new file mode 100644 index 0000000..757c16c Binary files /dev/null and b/static/img/blog/orr2016_hall2.jpg differ diff --git a/static/img/blog/orr2016_hotel1.jpg b/static/img/blog/orr2016_hotel1.jpg new file mode 100644 index 0000000..4e13c25 Binary files /dev/null and b/static/img/blog/orr2016_hotel1.jpg differ diff --git a/static/img/blog/orr2016_hotel2.jpg b/static/img/blog/orr2016_hotel2.jpg new file mode 100644 index 0000000..83423ce Binary files /dev/null and b/static/img/blog/orr2016_hotel2.jpg differ diff --git a/static/img/blog/orr2016_hotel3.jpg b/static/img/blog/orr2016_hotel3.jpg new file mode 100644 index 0000000..4f2ca90 Binary files /dev/null and b/static/img/blog/orr2016_hotel3.jpg differ diff --git a/static/img/blog/orr2016_hotel4.jpg b/static/img/blog/orr2016_hotel4.jpg new file mode 100644 index 0000000..299e49e Binary files /dev/null and b/static/img/blog/orr2016_hotel4.jpg differ diff --git a/static/img/blog/orr2016_hotel5.jpg b/static/img/blog/orr2016_hotel5.jpg new file mode 100644 index 0000000..45c0369 Binary files /dev/null and b/static/img/blog/orr2016_hotel5.jpg differ diff --git a/static/img/blog/orr2016_hotel6.jpg b/static/img/blog/orr2016_hotel6.jpg new file mode 100644 index 0000000..2afacd1 Binary files /dev/null and b/static/img/blog/orr2016_hotel6.jpg differ diff --git a/static/img/blog/orr2016_iron.jpg b/static/img/blog/orr2016_iron.jpg new file mode 100644 index 0000000..2304506 Binary files /dev/null and b/static/img/blog/orr2016_iron.jpg differ diff --git a/static/img/blog/pdfreaders-logo.png b/static/img/blog/pdfreaders-logo.png new file mode 100644 index 0000000..fb776e2 Binary files /dev/null and b/static/img/blog/pdfreaders-logo.png differ diff --git a/static/img/blog/rip-whatsapp.jpg b/static/img/blog/rip-whatsapp.jpg new file mode 100644 index 0000000..2d7ae31 Binary files /dev/null and b/static/img/blog/rip-whatsapp.jpg differ diff --git a/static/img/blog/rz-cat.jpg b/static/img/blog/rz-cat.jpg new file mode 100644 index 0000000..1ff4aa5 Binary files /dev/null and b/static/img/blog/rz-cat.jpg differ diff --git a/static/img/blog/rz-kraken.jpg b/static/img/blog/rz-kraken.jpg new file mode 100644 index 0000000..ec1361a Binary files /dev/null and b/static/img/blog/rz-kraken.jpg differ diff --git a/static/img/blog/rz-test3.jpg b/static/img/blog/rz-test3.jpg new file mode 100644 index 0000000..8fde47e Binary files /dev/null and b/static/img/blog/rz-test3.jpg differ diff --git a/static/img/blog/rz_cat-sniffin.jpg b/static/img/blog/rz_cat-sniffin.jpg new file mode 100644 index 0000000..e049341 Binary files /dev/null and b/static/img/blog/rz_cat-sniffin.jpg differ diff --git a/static/img/blog/rz_lego-techy.jpg b/static/img/blog/rz_lego-techy.jpg new file mode 100644 index 0000000..d09a273 Binary files /dev/null and b/static/img/blog/rz_lego-techy.jpg differ diff --git a/static/img/blog/rz_test1.jpg b/static/img/blog/rz_test1.jpg new file mode 100644 index 0000000..50052cf Binary files /dev/null and b/static/img/blog/rz_test1.jpg differ diff --git a/static/img/blog/rz_test2.jpg b/static/img/blog/rz_test2.jpg new file mode 100644 index 0000000..969c7c6 Binary files /dev/null and b/static/img/blog/rz_test2.jpg differ diff --git a/static/img/blog/rz_test4.jpg b/static/img/blog/rz_test4.jpg new file mode 100644 index 0000000..969c7c6 Binary files /dev/null and b/static/img/blog/rz_test4.jpg differ diff --git a/static/img/blog/tanzania-map.png b/static/img/blog/tanzania-map.png new file mode 100644 index 0000000..89b7361 Binary files /dev/null and b/static/img/blog/tanzania-map.png differ diff --git a/static/img/blog/tb-map-contact.png b/static/img/blog/tb-map-contact.png new file mode 100644 index 0000000..73426c0 Binary files /dev/null and b/static/img/blog/tb-map-contact.png differ diff --git a/static/img/blog/thunderbird-lightning.png b/static/img/blog/thunderbird-lightning.png new file mode 100644 index 0000000..12d9221 Binary files /dev/null and b/static/img/blog/thunderbird-lightning.png differ diff --git a/static/img/blog/tz-kilimanjaro-balkon.jpg b/static/img/blog/tz-kilimanjaro-balkon.jpg new file mode 100644 index 0000000..d6955ce Binary files /dev/null and b/static/img/blog/tz-kilimanjaro-balkon.jpg differ diff --git a/static/img/blog/tz-moshi-clocktower.jpg b/static/img/blog/tz-moshi-clocktower.jpg new file mode 100644 index 0000000..215a57c Binary files /dev/null and b/static/img/blog/tz-moshi-clocktower.jpg differ diff --git a/static/img/blog/tz-moshi-gruen.jpg b/static/img/blog/tz-moshi-gruen.jpg new file mode 100644 index 0000000..36c8690 Binary files /dev/null and b/static/img/blog/tz-moshi-gruen.jpg differ diff --git a/static/img/blog/tz-safari-ele.jpg b/static/img/blog/tz-safari-ele.jpg new file mode 100644 index 0000000..00453aa Binary files /dev/null and b/static/img/blog/tz-safari-ele.jpg differ diff --git a/static/img/blog/tz-schilling.jpg b/static/img/blog/tz-schilling.jpg new file mode 100644 index 0000000..d208a42 Binary files /dev/null and b/static/img/blog/tz-schilling.jpg differ diff --git a/static/img/blog/weselsky-bahnsinn.jpg b/static/img/blog/weselsky-bahnsinn.jpg new file mode 100644 index 0000000..80cdd65 Binary files /dev/null and b/static/img/blog/weselsky-bahnsinn.jpg differ diff --git a/static/img/blog/weselsky-bild.jpg b/static/img/blog/weselsky-bild.jpg new file mode 100644 index 0000000..72479c5 Binary files /dev/null and b/static/img/blog/weselsky-bild.jpg differ diff --git a/static/img/blog/weselsky-putin.jpg b/static/img/blog/weselsky-putin.jpg new file mode 100644 index 0000000..90ef6c8 Binary files /dev/null and b/static/img/blog/weselsky-putin.jpg differ diff --git a/themes/hugo-snap-gallery/README.md b/themes/hugo-snap-gallery/README.md new file mode 100644 index 0000000..ac7e01a --- /dev/null +++ b/themes/hugo-snap-gallery/README.md @@ -0,0 +1,181 @@ +# hugo-easy-gallery + +**2019-01-20: I'm looking for people to help maintain this project - e.g. review and approve pull requests, which I no longer have time to do. Please contact me if you are interested. Thanks!** + +Automagical css image gallery in [Hugo](https://gohugo.io/) using shortcodes, with optional lightbox/carousel gadget using [PhotoSwipe](http://photoswipe.com/) and jQuery. + +**New:** Create a gallery of all images in a directory with just one line of shortcode, see [demo](https://www.liwen.id.au/heg/#gallery-usage). + +**Need help?** +- Post your question at https://github.com/liwenyip/hugo-easy-gallery/issues. +- Include a link to a test page that demonstrates the issue you are having +- Include your source code for the test page +- Please be patient (I have a busy day job as that has nothing to do with web development or computer science, so every time I look at issues/PRs it takes me a while to get back up to speed); I will respond eventually. Please DO NOT email me asking for help, you are very unlikely to get a response from me this way. + +**Fixed an issue or made an improvement?** +- Please submit a pull request +- Include a link to a test page +- Include your source code for the test page +- Let me know if you are in Sydney and I will thank you with beer :-) + +## Demo + +- Feature demonstration at https://www.liwen.id.au/heg/ +- Real-life example at https://www.liwen.id.au/arduino-rf-codes/ + +## Image Gallery Features + +- Custom `{{< figure >}}` shortcode that enables new features but is backwards-compatible with Hugo's built-in `{{< figure >}}`shortcode +- Use the `{{< figure >}}` shortcode by itself to enable pretty captions +- Put multiple `{{< figure >}}` shortcodes inside a `{{< gallery >}}` to create a pretty image gallery +- **Point `{{< gallery >}}` at a directory to generate a gallery of all images in that directory** +- Gallery is responsive, images are scaled/cropped to fill square (or other evenly-sized) tiles +- Pretty captions appear/slide/fade upon hovering over the image +- Optionally make gallery images zoom, grow, shrink, slide up, or slide down upon hover +- Only requires 3.6kB of CSS (unminified; you can minify it if you want) +- CSS is automatically loaded the first time you use the `{{< figure >}}` shortcode on each page + +## PhotoSwipe Features + +- Load PhotoSwipe by calling the `{{< load-photoswipe >}}` shortcode anywhere in your post +- Loads all of the `- [R]adio equipment [shall support] certain features in order to ensure that software can only be loaded into the radio equipment where the compliance of the combination of the radio equipment and software has been demonstrated. -
- - Article 3(3)(i) of the Radio Equipment Directive 2014/53/EU -