dim13.org
Welcome, Philipp!
https://www.dim13.org/Welcome-Philipp
By Dimitri Sokolyuk, Daria Sokolyuk and Philipp Sokolyuk.
dim13.org
Article index
https://www.dim13.org/index
Zero downtime with Lets Encrypt. OpenBSD Kernel Size over time. Go get-able CGit with Nginx. NginX maps for funnprofit. Rooted Moto G (2nd gen) Lollipop update. Redirect Samba shares to a new location. Cisco EPC3212, Kabel Deutschland and Facepalm. Where has my time gone? Fix image URLs in Wordpress RSS feed. Few words on FreeBSD ports. Sndio Xlib OpenBSD spectrogram. Now Go Out Of This World. Roaming between LAN and WLAN. Playing music over network with sndio. Install OpenBSD on remote host without KVM.
dim13.org
Go get-able CGit with Nginx
https://www.dim13.org/go-get-cgit
OpenBSD Kernel Size over time. Go get-able CGit with Nginx. I always wanted my local git repo to be go-get-able. After some research, here is a simple solution. Option in your CGit config:. Clone-url=https:/ $HTTP HOST$SCRIPT NAME/$CGIT REPO URL. Second, add following block to you nginx config. It serves proper meta-tag with actual repo location on. Query parameter is provided:. Similar setup works well with GitLab too. Golang.org/cmd/go/#hdr-Remote import paths. NginX maps for funnprofit.
dim13.org
NginX MIME expires
https://www.dim13.org/nginx-mime-expires
Prior version 1.7.9 the only way to set expires on content was usage of dedicated. On file extension, which was clumpsy and collided with other locations time to time. Now we can use. To define expires based on MIME type:. Map $sent http content type $expires { default off; image/ 1d; text/ 1h; application/x-javascript 1h; }. Then we simply handle. Server { # . expires $expires; }. Go get-able CGit with Nginx. NginX maps for funnprofit.
dim13.org
Solar Eclipse 2015
https://www.dim13.org/solar-eclipse-2015
NginX maps for funnprofit. Made with a phone through two floppy disks. And how it looked like. 4 Dragonboats MediaCup Berlin.
dim13.org
NginX prefered scheme
https://www.dim13.org/nginx-prefered-scheme
Go get-able CGit with Nginx. Here is another usefull use-case for. Suppose, we have an unified vhost-setup (SSL/non-SSL) and wish handle some URLs encrypted, some other non-encryted and some we dont care about. Map $uri $prefered scheme { default "http" /admin "https" /robots .txt $scheme; # whatever }. Then, we adjust our config as follows:. Server { listen 80 default; listen 443 default ssl; # . if ($prefered scheme! Scheme) { return 301 $prefered scheme:/ $host$request uri; } # . }.
dim13.org
Who am I
https://www.dim13.org/Who-am-I
Alias quax der chaosmeister. If you have any questions, feel free to drop me a mail. Once upon a time. Before The Internet became common there was another net the FidoNet. At that glorious time I was also known as. 2:245/6666.58 at TCIYF! 2:2410/218.11 at NAISSUR BBS in Berlin (SysOp Alex Sotnik). 2:2411/814.11 at FriendsNet in Berlin (SysOp Sergej Kreutzmann). You could also have met me as dreamdemon. On irc.stealth.net at. Channel in the late 90s. Now Im a founder of #lor.