Explore >> Select a destination


You are here

www.development-cycle.com
| | berthub.eu
7.9 parsecs away

Travel
| | A week ago, I finally got round to implementing an idea I'd been toying with for years: what if your computer made a little bit of noise every time it sent data to Google? From studying logs, I'd long known just how many sites send all your visits and clicks to (at least) Google, but a log that you have to manually create first and then analyze is not very dramatic.
| | blog.nuculabs.de
5.2 parsecs away

Travel
| | In this short article I will try to introduce you to the Tor Project and what can you do in order to help it. What is the Tor project? The EFF describes the Tor project as: Tor is a service that helps protect your anonymity while using the Internet by obfuscating your online behavior and by obscuring your identity from unwanted surveillance from other users, governments, or corporations. When you use the Tor software, your IP address remains hidden, and it appears that your connection is coming from the IP address of a Tor exit relay, which can be anywhere in the world. Tor also allows access to .onion hidden services, which allow people to publish information while hiding their location.
| | darkcoding.net
4.8 parsecs away

Travel
| | Solvitas perambulum
| | blog.chand1012.dev
14.8 parsecs away

Travel
| In this tutorial, we will be setting up a Flask server using Gunicorn and NGINX on Ubuntu 18.04 LTS. Requirements Any system running Ubuntu 18.04 LTS with SSH enabled. An SSH client. Installing After connecting via SSH to your server as root, run the following commands to install the required programs: apt update apt upgrade -y apt install nginx python3 python3-pip python3-venv This will install Python, NGINX, and the virtual environment needed to run the app.