Reza Agung Pambudirezapambudi.dev·Feb 4, 2025[Config] Konfigurasi VPS LinuxSpertinya ini sudah ke-sekian kalinya setup VPS. Note basic setup simple yang bisa dilakukan Membuat User ssh root@your-server-ip adduser newuser usermod -aG sudo newuser su - newuser #Test user Setup SSH ssh-keygen -t ed25519 -C "your_email@example...vps
BRIAN QAMARDEENdorch.hashnode.dev·Jan 31, 2025Case Study: HNbyAI: Handling 450,000 requests / hour with $1 DOrch Cloud HostingHNbyAI takes top HackerNews discussions, then narrates them in paragraphs 📝 using AI. To conclude, it injects a question that playfully challenges the intelligence of the participants 🙃 This project is powered by $1 container cloud hosting at DOrch...Web Development
Host Home Cloudhosthomeblog.hashnode.dev·Jan 22, 2025What is a Domain Name? Everything You Need to KnowA domain name is like your website’s unique street address on the internet, guiding visitors straight to you. Whether it’s a memorable name or a descriptive one, having a custom domain boosts your online visibility, builds credibility, and strengthen...hosting
Nisha Pnishacoder.hashnode.dev·Jan 18, 2025Deploying a Static Site to Firebase HostingDeploying a static website can be a quick and seamless process, especially when using Firebase Hosting. In this guide, we’ll walk you through how to host your static site on Firebase, covering the steps from setting up your Firebase project to deploy...Firebase
Sohag Hasannotes.sohag.pro·Jan 9, 2025The Junior Dev's Guide to Deploying Laravel on cPanel (Without the Public Folder Hassle!)Deploying Laravel on cPanel Hey there, fellow developers! 👋 Remember your first Laravel deployment? Mine was a roller coaster of emotions that involved a lot of coffee, some hair-pulling moments, and finally, that sweet victory when everything worke...2 likesDevOpsLaravel
Shasa Thuoshasa.hashnode.dev·Dec 31, 2024How to use let's encrypt and Certbot to point a domain name to your server IP addressSo you are at the point in your project where you have successfully deployed your backend app to a server like EC2 and have nginx as a reverse proxy or you have configured your nginx to serve the static frontend files so that going to an ip like http...nginx
David Onifadezyzer01.hashnode.dev·Dec 16, 2024Deploying your project from GitHub to VPS using Jenkins for CI/CDDeploying your project from GitHub to VPS using Jenkins for CI/CD Introduction In this quick tutorial, I’ll show you how I implemented CI/CD in my Nextjs 14 project on my new VPS server. This blog post is also valid for react projects or applications...11 likes·83 readsDevopsruachost
Akash Satputeakashblogss.hashnode.dev·Dec 5, 2024Discover the Features of the GitHub Student Developer PackWhat is the GitHub Student Developer Pack? The GitHub Student Developer Pack is a collection of free and discounted tools, services, and benefits for students who are interested in development, programming, and technology. From hosting websites to le...GitHub
Kedar MakodeforfreeCodeCampfreecodecamp.org·Nov 26, 2024AWS EC2: How to Quickly Host Your Website with User Data ScriptsIf you want to practice and improve your web hosting skills, this tutorial is for you. With AWS EC2 and a little magic called user data scripts, you’ll be running a stunning website with a CSS template in no time. And the best part? You don’t need to...AWS
Manya khedemanyaa.hashnode.dev·Nov 15, 2024Hosting a website on an AWS EC2 InstanceConsider EC2 as your server in the cloud. It provides the power, flexibility, and control you desire, without the need to manage physical hardware. Deploying a website on an EC2 instance serves as an excellent practical project for gaining experience...37 readsEC2 instance