Akash Sblog.akkupy.me·Sep 23, 2023HomeLab On Raspberry Pi 4This Article is a collection of steps for hosting a variety of server applications using Docker and Portainer on RaspberryPi. Prerequisite Raspberry Pi 4 Micro SD Card Heat Sink Power Supply Rpi4 Case With Fan Micro HDMI to HDMI(Optional) Exte...DiscussHomeLab On RaspberryPi 4Homelab
Foxpassfoxpassofficial.hashnode.dev·Sep 21, 2023A Deep Concept of Privileged Access ManagementPrivileged access management is one of the best identity security solutions. This system helps to protect your businesses against cyber hackers by monitoring, detecting, and preventing unauthorization access to critical resources. It works with a wid...DiscussFoxpass
Frankie Murillofrankiemurillo.hashnode.dev·Sep 21, 2023Learning Go (& Routers) Part 1Introduction Hey everyone, just began learning Go and wanted to create my first URL Shortener! It was very fun and also challenging! I learned many things along the way and would like to share a few of my learnings with you all. Hopefully, it helps s...Discuss·26 readsGo Language
Bindu Patidarbindu.hashnode.dev·Sep 19, 2023What is the significance of server monitoring and management?Server monitoring and management are critical aspects of maintaining a stable, secure, and efficient IT infrastructure within an organization. These processes involve continuously overseeing the performance, health, and security of servers to ensure ...Discussmonitoring
Bimal Dhitalblog.bimal1412.com.np·Sep 17, 2023Writing Bash CGI Application for OpenWRTWhen it comes to custom router firmware, OpenWRT is probably the best. If you build the firmware by yourself, you can skip all the preinstalled LuCi Web UI things and dial down the RAM usage to just 3-4 MB. One of the cool things about OpenWRT is its...DiscussOpenWRT
Sundar Adhikarisundar365.com.np·Sep 17, 2023How to Download a File from a Remote Server to a Windows PC Using pscp (PuTTY Secure Copy)To download a file from a remote server to a Windows PC using the scp command, you will need to have an SSH client installed on your Windows machine. One commonly used SSH client for Windows is PuTTY, which includes the pscp (PuTTY Secure Copy) utili...Discussremote
Noor Ahmednoor-ahmed.hashnode.dev·Sep 15, 2023Fixing a CORS errorIntroduction In this article, I will show how you can solve the CORS error which is one of the most common errors that occur when trying to integrate a front-end with the server-side. Problem Statement Let's say that you're building an application an...Discuss·58 readsCORS
Terry Wambuisophiaintech.hashnode.dev·Sep 14, 2023What Happens When You Type google.com and Press EnterIntroduction We've all done it countless times - opened our web browsers, typed "google.com" into the address bar, and hit Enter. Almost instantaneously, the Google search page appears like magic. But have you ever wondered what happens behind the sc...Discuss·107 readsserver
Priyanshu Sharmapriyanshu-kun.hashnode.dev·Sep 10, 2023Building a Web Crawler for Scraping Index Files from Common Crawl Server.In this article, we'll go into detail about how to make a crawling controller that is particularly made to scrape index files from the Common Crawl server. We will examine the essential ideas and methods needed to construct a powerful web crawler des...Discuss·20 likesGoogle summer of code
HADAR Asmaabytebites.hashnode.dev·Sep 7, 2023Web infrastructure designLately, I have been studying a bit of web infrastructure, most concepts were new to me, These are kind of my notes on this subject altered and proofread to share with people trying to learn about this topic. I have searched for these concepts myself ...Discuss·2 likesWeb Development