To setup the mAP lite as a wifi client and provide network access to a device connected to the ethernet port, I followed these steps
An outline of 14 key components that are needed for a full stack production deployment of a commercial user-facing Python web app, with some recommended options.
Debugging four common SSH key issues when authenticating with a Github private repo on a remote host: Not all VPS are created equal (especially AWS – Root user login disabled), Github access via SSH uses a different address format, Github repos must have unique SSH keys, AND only the key for the repo you are accessing should be loaded, SSH key forwarding gets disabled if the remote host identification changes.
I’m doing some development on the mac platform and often using terminal for running commands and especially checking the code I’m writing into version control with git. 1. Search history At the command line you can already use the up… Continue Reading →
I am creating a custom built static site to replace an old WordPress site for a client. The main aim is to make it easier to maintain and faster to load. Choosing Cloudflare pages is my default for static sites… Continue Reading →
After dabbling with linux on and off for 20 years, with Raspberry Pi, Servers and occasionally on the desktop, I finally decided to bite the bullet and replace Windows 10 on my main laptop (Dell Inspiron 7348 2015) with Ubuntu… Continue Reading →
Services (or Daemons or Agents) are normal programs that run in the background and are managed by the OS. I needed to make a python script run under Mac OS using launchd, which is a bit more involved than a… Continue Reading →
This guide shows you how to automate the configuration of a virtual server from scratch (using Ansible) and deploy multiple independent Wordpress websites (using Webmin/Virtualmin).
© 2024 AndyPi — Powered by WordPress
Theme by Anders Noren — Up ↑