clean and simple PHP multi-language app scheme
Just a very short post on how to quickly and easily display multi-lingual web page content in basic PHP web pages or apps for a variety of languages. Of course you can run always webpage through a...
View ArticleSelf-hosted Dynamic DNS Updater: A Quick Guide
Dynamic DNS (DDNS) is essential if you’re hosting services from home (self-hosted) where your IP address changes periodically. Namecheap,CloudFlare ,Godaddy (as well as others but not ALL ) offer a...
View Articlestate of Windows email clients in 2025, alternatives to Outlook (crap)
If you’re anything like me, and you’re a Windows 11 user… Microsoft has shoved the ad-filled Outlook client in place of the formerly usable mail client. Not only is seeing unnecessary ads is annoying,...
View ArticleKeeping your Screen active… DIY Arduino-Powered Mouse Jiggler
Ever wished your mouse had a mind of its own? Well, with a little Arduino magic, you can make it dance across your screen in a variety of patterns! Here’s a simple Arduino sketch hat does just this,...
View ArticleExpanding Your UGREEN NAS Drive Experience with Third-Party Apps
For UGREEN NAS users looking to enhance their system with functionality similar to QNAP or Synology’s mature ecosystems, there’s a wealth of open source solutions available. This guide explores...
View ArticleUnlock Stunning Designs: best Free Modern HTML Website Templates for 2025
As web design trends continue to evolve, finding high-quality HTML /CSS templates can save developers and designers valuable time while ensuring a professional, contemporary look. AI generation isn’t...
View ArticleBuilding a WordPress Weather Widget Plugin with OpenWeatherMap API
Today, I’ll break down a WordPress plugin that I created (with a little help from Claude.ai), this is a simple yet attractive weather widget using the OpenWeatherMap API and animated weather icons...
View ArticleFetch your Reddit posts,comments to a file using Go
I have posted lots of content on Reddit and I would like to make a copy of of these locally, just to have a local record and make it easier to search my posts. There’s a couple of ways to do this, one...
View ArticleHow to turn on your iPhone’s hotspot automatically when getting into your car .
A common thing in most of today’s autos is to have a Internet connected head unit (dashboard display screen) so you can stream music or use Google Maps or Waze to navigate. But in.order for this to...
View ArticleBest video summary of how ChatGPT / LLM work
If you search the web you’ll find lots of summaries about how ChatGPT and in general , however there’s an excellent Youtube video from ByteByte Go Channel linked below that does an excellent easy to...
View Articlesimple script to watch for file changes on Linux
Its a pretty common exercise in Linux/Unix shell programming to monitor a particular folder for file changes, typically the addiiton or change of a file. There’s a variety fo ways to do it , the more...
View ArticleBest modern 2023 HTML (free) website templates and designs
Designing a modern (responsive) HTML web page is not a trivial task, not only do you need to have a good sense of design and an artistic flare, but there’s a wide assortment of technical items (fonts,...
View ArticleHow to Rsync between two folders automatically on file changes
A common usage of rsync is to copy files from one location to another, rsync is the successor of scp command . However, there are some advantages that rsync has over scp: How to use Rsync commands...
View ArticleLinux , 3 ways to keep long running processes in background
In Linux, there are several ways to keep a long running process running in the background. Here are a few common methods: You can run a command in the background by appending an ampersand (&) to...
View ArticleCreate ssh-copy-id script for Windows
Those of us who use linux with keyless logins and ssh , usually find the utility ssh-copy-id as a convenient way to copy the ssh ke into the authorized keys files of the destination server. This works...
View ArticleAI conversational text model, ChatGPT, the end of Google?
The latest rage sweeping the Internet circa December 2022 is chatGPT, What is chatGPT? Here I’ll let it (chatGPT) answer that question itself (The paragraphs below were created with this chatbot)...
View ArticleFix mount error(95): solved! Operation not supported SMB
Mounts SMB/CIFS shares with Linux It’s common practice to mount Windows file shares on Linux using the SMB (Samba) implementation on Linux. the command is fairly straight forward. # Install the...
View ArticleSimple PHP math logic captcha – to help prevent form spam
Why a simple PHP Math Captcha ? If you’re reading this you’re probably aware there are a ton of on-line captcha services like Re-Captcha, hCaptcha ,to help keep your forms and user submitted input free...
View Articleshort and simple Linux .profile status banner
Here’s just a short post about a little .profile code snippet I use to help give me a brief system overview upon logging into my accounts.. It produces an output similar to the one below. Now I...
View ArticleHow to schedule and record live internet radio streams
So recently I had a need to record a radio broadcast that happens pretty regularly, but its an overseas station, and the time zone is not convenient to get up in the middle of the night and turn on my...
View Article