Author name: stubbi

Mastodon

Everyone is migrating to the mammoth, and so I am. Feel free to join me participate my true boredom: https://social.linux.pizza/@stubbi_org

Another new Homepage

Long time nothing happened. Due to lag of time, I discontinued my old self written website and migrate everything to WordPress. As of my website is not this big, it will be completed in a few days.

SMTP and HTTPS with DANE

Some days ago I dealt with DNSSEC and DANE in conjunction with SMTP and HTTPS. It is pretty easy to configure BIND with DNSSEC. Add to your zone configuration these lines: Generate the zone-signing key and the key-signing key in /etc/bind/keys: Now your hoster need to publish the DS record to get a full functional …

SMTP and HTTPS with DANE Read More »

Z-Push with Dovecot and nginx

Today I tried to activate push mail for my private mail server. And what should I say… It works like a charm. Prerequisites: To activate get the latest version of Z-Push. Unpack to /usr/share/z-push. Now you need to make some configuration changes: At least you should change the backend provider in /usr/share/z-push/config.php: If you use …

Z-Push with Dovecot and nginx Read More »

SFTP chroot

To put some users in a chroot for sftp you need to adjust a few settings in your sshd_config: Subsystem sftp internal-sftp Match Group sftponly ForceCommand internal-sftp -l VERBOSE ChrootDirectory /srv/sftp X11Forwarding no AllowTcpForwarding no After that you can add a user for sftp and give him a home directory under your chroot. Use / …

SFTP chroot Read More »

SSL²

Yesterday I found a free SSL issuer which supports all major browsers (see here). So I decided to switch my website to SSL only. If you encounter any problems please leave a message

SSL

Perhaps some of you may have noticed that my webserver is SSL enabled quite a while. The Root CA is from CAcert.org. You can download it here.

TMan-1.01

Found a bug which prevent TMan from startup if you have configured a bike. If you have trouble starting the new version, reinstall this app.

TMan-1.0

This is my first release of my new Android app. It is a trainings manager for Trainingsverwaltung on Rennrad-News.de, a german bicycle forum. With this app you can upload your driven routes. Currently it only supports uploading and analysing your routes. The API don’t give me anything to modify or download the existing units. It …

TMan-1.0 Read More »