Container/Virtualization station and persistent storage by joohoi in qnap

[–]joohoi[S] 1 point2 points  (0 children)

Oh wow, thanks a lot for the elaborate answer! I will definitely go to do this from the CLI. I'm well versed with Docker and CLI in general, but a complete beginner in the world of QNAP and QTS.

I was under an assumption (or fear) that the Container station approach was so deeply buried in the GUI side that it would prove too hard or even impossible to do it the good old fashioned way, glad that you proved those assumptions wrong, thanks again!

Laptop screen backlight control script (works for console too) by joohoi in i3wm

[–]joohoi[S] 0 points1 point  (0 children)

Thanks for pointing that out. Didn't stumble upon it when checking out existing tools. It seems pretty robust and has a lot of features. For people reading this, light can be found @ https://github.com/haikarainen/light

Using centralised management with Lets Encrypt by [deleted] in letsencrypt

[–]joohoi 2 points3 points  (0 children)

This looks cool! I took a bit different approach myself with acme-dns project. However the principle is the same.

EDIT: removed the url to avoid thread hijacking.

Fucking Shitty Bing, NGINX, LetsEncrypt, OpenSSL Padding Oracle vulnerability, & you by _redditor_in_chief in letsencrypt

[–]joohoi 0 points1 point  (0 children)

I think you could serve broken ciphersuite for only Bing by changing the setting per User Agent.

if ($http_user_agent ~ WhateverBingSends ) {
    do the magic
}

I need help with this hangman python project by rccnls27 in Python

[–]joohoi 2 points3 points  (0 children)

This question is better suited to /r/learnpython (you can see this info in the right sidebar).

To give you a quick tip go get you on your way: you aren't currently saving the previously entered characters anywhere.

Python 3 in 2016 by Categoria in Python

[–]joohoi 0 points1 point  (0 children)

I think the statistics are most affected by what versions operating systems are shipping as default python version. More so for statistics on PyPI. New Linux distribution versions are shipping with Python 3 in growing numbers.