Explore >> Select a destination


You are here

github.com
| | blog.nillsf.com
3.2 parsecs away

Travel
| |
| | www.scriptrunner.com
4.3 parsecs away

Travel
| | Discover how to streamline software management by integrating Winget with PowerShell for efficient application deployment and updates.
| | www.cesarsotovalero.net
3.6 parsecs away

Travel
| | This post describes the tools I use to resemble my macOS terminal customizations on Windows. This includes the fonts that I choose for the Windows Terminal app, an enhanced PowerShell, and the installation of third-party tools like Oh My Posh. I've found that these small improvements make me a happier Windows user.
| | blog.chand1012.dev
22.0 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.