coding

No Nonscense – Getting Machine With Ip From Rounter Back Up + Adding New Machine That Is Not Getting IP.

These exact steps apply with zero change on any machine (Mac, PC, Linux box, or mini-server) as long as the OS uses a normal Ethernet NIC and DHCP client.: Ubuntu, Debian, or AlmaLinux — native or dual-booted Macs or PCs Intel Mac Minis running Linux (yours) MinisForum or other small PCs running Linux Old MacBooks […]

No Nonscense – Getting Machine With Ip From Rounter Back Up + Adding New Machine That Is Not Getting IP. Read More »

Prompting Coding AIs

Prompting Coding AIs 🔹User Messages vs. Code Completions** User Messages: These are the messages you send to the model. The Developer Plan includes 600 messages per month. This includes any prompt or follow-up you write. Code Completions: These are unlimited under this plan. This refers to the model generating or completing code (in a coding

Prompting Coding AIs Read More »

AlmaLinux – Install Steps To External Drive

PRE-SETUP 1. How Many Drives and Sizes Needed? Main Drive: Purpose: Primary installation with partitions for Proxy, GitLab, Frontend, Backend. Specs: 1000GB external drive (e.g., /dev/sdd). Backup Drive: Purpose: Mirror of the main drive for recovery in case of failure. Specs: Equal size to main drive (1000GB). Recovery Drive: Purpose: Bootable AlmaLinux environment to work

AlmaLinux – Install Steps To External Drive Read More »

SignUp Event – Sept 24 Notes

1. Cookie Management and Initialization: You’ve set up the getCookie and setCookie functions globally, which is great for consistency. Just ensure that window.domain (or singleWhiteLabelCookieDomain) is correctly populated to handle cross-subdomain cookies. function setCookie(name, value, days) { var expires = “”; if (days) { var date = new Date(); date.setTime(date.getTime() + (days * 24 *

SignUp Event – Sept 24 Notes Read More »

Dit-Dah

modify rules /etc/nginx/nginx.conf Sites cd /usr/share/nginx/html/localtransporter.space/ cd /usr/share/nginx/html/spiffydesign.com/ cd /usr/share/nginx/html/dit-dah.click To hide the .env file using Nginx and prevent it from being served publicly, you can add a specific rule in your Nginx configuration that denies access to this file. Here’s how to do it: Step-by-step instructions: Open your Nginx configuration file:You can either add

Dit-Dah Read More »