You are here |
vadosware.io | ||
| | | |
chrisbergeron.com
|
|
| | | | An online technology journal with how-to articles, projects and examples. | |
| | | |
jreypo.io
|
|
| | | | I run Pi-Hole at home to filter and block ad traffic, is a fantastic piece of of software that helps me to keep me and my son away from unwanted ads. It can be run on a VM or even better a Docker container. If you are not doing it yet I encourage you to visit Pi-Hole homepage and take a look at the project and donate or contribute in GitHub to keep it running. | |
| | | |
anilwadghule.com
|
|
| | | | Add following files [Unit] Description=Upload Janus recordings to AWS S3 After=network.target [Service] Type=oneshot User=ubuntu WorkingDirectory=/home/ubuntu/janus_recordings ExecStart=/bin/bash /usr/local/bin/upload_videos [Install] WantedBy=multi-user.target [Unit] Description=Janus S3 Upload timer [Timer] OnCalendar=*:0/1 OnBootSec=5min [Install] WantedBy= | |
| | | |
blog.nuculabs.dev
|
|
| | My Raspberry, serving as an OpenVPN server Hello everyone! In this short article I will explain how to setup your own VPN (Virtual Private Network) server on a Raspberry PI with OpenVPN. After we setup the server, we will setup an obfuscation server in order to disguise our traffic indicating that we're using a VPN. This will help us evade some form of censorship. Why use a VPN? First, let's talk about why you may want to use a VPN server: |