Aayushi Singhforasaayushi.hashnode.net·Feb 24, 2022DevOps from scratch using Microsoft AzurePrerequisite : Microsoft Azure account, You can get it free for 12 months from here In this series, I will take you from having a Zero knowledge of Coding to come up with your own fully fledged basic website. So that You can get a taste of Produc...Rolando Sampaga and 28 others are discussing this29 people are discussing thisDiscuss·125 likes·286 readsDevops
Sar MalikforDevblogsarmalik.hashnode.net·Apr 21, 2021FeaturedHow to run VS Code as a Container for Remote DevelopmentLaunch your own Code Server container with preloaded dev tools (SDKs, npm packages, CLIs etc) for an efficient and securely accessible Web IDE in your homelab or private cloud! Why VS Code in a Container? Remote development has taken the world by st...Eduardo Antonio Cecilio Fernandes and 1 other are discussing this2 people are discussing thisDiscuss·79 likes·450 readsVisual Studio Code
Chris BongersforDaily Dev Tipsdaily-dev-tips.hashnode.net·Jun 14, 2021Linux adding a timestamp to the bash historyIn Linux systems, by default, the history does not include a timestamp, which can be annoying when you want to see when a command was executed to determine an update or some kind. So today, I'll be showing you how to enable timestamps for the bash hi...Discuss·64 likes·328 readsLinux
Gurpreet kaitforLarachampgurpreetkait869.hashnode.net·Jun 1, 2024Troubleshooting MySQL Unexpected Shutdowns on ProductionExperiencing an unexpected MySQL shutdown on a production server can be a nightmare, especially if your Laravel application relies heavily on database operations. This blog post will explore common reasons behind MySQL crashes and provide practical s...DiscussLaravel
Oloniyo OreoluwaforOreoluwa's Spacegowithore.hashnode.net·Apr 24, 2023Go Up or Go DownWith Golang, we have a straightforward and efficient way of creating and managing web servers. The Golang standard library has an inbuilt support for handling HTTP requests and sending back responses. Also, Its efficient memory management and rich co...Discuss·27 readsgolang
Nitin KalraforToday I Learnedtil.hashnode.net·Apr 22, 2023How HTTP server worksAn HTTP server is a piece of software that listens for incoming requests from web browsers and other HTTP clients and responds to them accordingly. When you enter a website URL in your browser, it sends a request to the server hosting that website, w...DiscussJava learningsJava
IcecreamsoftforSoftware as a Hobbyicecreamsoft.hashnode.net·Apr 22, 2023How to run a "free" server in 2023As a hobby developer, especially a web developer, there is often a need to be able to run a server on the internet for low-cost (i.e. "free"). Let's compare some options we have in the year 2023. Option 1: Cloud Platforms The first approach is to le...Discuss·1 likeWeb Development
UtkarshforUtkarsh Rajputrajputkarsh.hashnode.net·Apr 21, 2023Hosting Node.js App on Shared HostingOverview If you have ever tried hosting your Node.js App for free, you would notice that most of the hosting service providers provide only the shared hosting plan for free. Hosting your Node.js application on these shared hosting servers can be very...Discuss·1 likeNode.js
Bolu emmanuelforlexzy's blogbolexzy.hashnode.net·Apr 19, 2023How To Set Up Replication in MySQL 5.7Replication involves synchronizing data across multiple separate databases, which can be highly beneficial when working with databases. Having multiple backups of your data can provide redundancy in case one of the database servers fails or becomes f...Discuss·2 likes·212 readsMySQL
Ash RobertsforSwitchITUpswitchitup.hashnode.net·Apr 19, 2023Lets build: Domain Controller - Server CoreIntroduction: In an ideal world, we should be deploying domain controllers on Windows Server Core. Ugh really but that's an effort there are no pretty buttons! No Thanks! Let me finish! Powershell is not so scary when you get used to it and Server Co...DiscussWindows ServerMicrosoft
Carlos Armando Marcano VargasforCarlos Marcano's Blogcarlosmv.hashnode.net·Apr 18, 2023FeaturedBuilding a Proxy Server in Rust with Axum | Rust.In this article, we are going to build a proxy server using the Rust programming language and the Axum framework. The server is designed to block websites defined in a text file. We will use Axum's http-proxy example and add the feature to block the ...Adebola Akinsomi and 1 other are discussing this2 people are discussing thisDiscuss·46 likes·224 readsRustInteresting read! 10
Gaurav GforCoffeedcoffeed.hashnode.net·Apr 18, 2023Tips to SSH to a remote server with easeSSH is the best way to connect to your remote servers. Most of the time, you would make use of PuTTy to connect to the servers, preconfiguring the path to your ssh key along with the username and IP. There are a few of us, who live on the edge and co...Discussssh
Vikash KumarforTechTreetechtree.hashnode.net·Apr 18, 2023Learn Everything About AWS for BeginnersHey everyone in this article we will be learning about AWS but before learning about AWS let's learn about servers. Server In simple terms, a server is a computer or computer program that provides services to people through the internet. The services...Discussserver