Create you own server at home for free ...
You know it's always handy to have your own home server; you can do all kinds of things with it. Like...
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3446615) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Anik Sutradhar Posted on Apr 30 Create you own server at home for free ... #ubuntu #homeserver #networking #duckdns You know it's always handy to have your own home server; you can do all kinds of things with it. Like hosting your personal websites, running cron jobs, automation services, and if you have a beast PC, also hosting AI models and running AI services. This is a step-by-step guide to set up your Ubuntu home server and make it available over the internet.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).