Similar Posts
How to install tinyproxy, the comprehensive guide
You should build from source, since the latest version on Ubuntu repository doesn’t support authentication yet Add authentication
Review of VPS hosts in Korea
Popular providers like DO, Linode and Vultr all have presence in Japan… but not in Korea, the country with the fastest internet connection on the planet, which is a shame. And due to the language barrier, it’s pretty hard to…
Error mapping file into docker container
Specifically, for Docker on Windows, Virtualbox version, in conjunction with WSL. When I run ‘docker-compose up’, I get this error ERROR: for 125f20ccead0_lempr_web_1 Cannot start service web: OCI runtime create failed: container_linux.go:348: starting container process caused “process_linux.go:402: container init caused…
How to install SOCKS5 on your VPS
Focusing on Dante, as I find it to be the easiest to install. First thing first, assuming you are using Ubuntu, do the usual Installing Dante from source on Ubuntu 16.04 The best way to install Dante is to use…
Building a web application with Thing+ platform
These days buzzwords get thrown around a lot about the “4th industrial revolution”. While it’s simply a collection of upcoming technology to make our lives easier, the barrier of entry to new tech is always high. Thing+ platform was developed…
Tools to scan and secure your website
SSL server test: https://www.ssllabs.com/ssltest/ Mozilla Observatory: https://observatory.mozilla.org/analyze/ Firefox plugin to generate content-security-policy (simply browse your website for it to work): https://addons.mozilla.org/en-US/firefox/addon/laboratory-by-mozilla/ Sample nginx configuration for good security https://gist.github.com/plentz/6737338