/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

azraelsec.sh
| | peterme.net
3.3 parsecs away

Travel
| | [AI summary] This article provides a step-by-step guide on setting up a secure Nim server with Linux, including firewall configuration, user management, reverse proxy setup with Nginx, and HTTPS implementation using Let's Encrypt.
| | philipnewborough.co.uk
3.4 parsecs away

Travel
| | I've been running Debian on my servers for years. It's dependable. I guess my server set-up is pretty common, consisting of Apache, PHP and MariaDB, but I figure it is still worth sharing details of how I provision my servers.
| | blog.basementcommunity.com
3.4 parsecs away

Travel
| | There's an overwhelming amount of options today for deploying something to the Internet. You've got services like and that allow you to deploy worldwide wi...
| | ncona.com
17.9 parsecs away

Travel
| In this article, I'm going to show how to write a simple program for Arduino UNO R4. I expect most of the steps I follow here can be used for other models of Arduino, but I'm going to be using the LED Matrix that come in the board and will only test on this model. Installing the IDE In order to compile and install our programs into our Arduino, we need to download the Arduino IDE. We can get it from the Arduino Software Page. The installation instructions might vary depending on your OS. I use Ubuntu, so...