AQIB HAFEEZaqibhafeez473.hashnode.dev·a day agoDay 18 || Linux Users and Groups, and Their Role in DevOpsIn this article, we'll explore what users and groups are in Linux, the different types of users and groups, and why they are important in the DevOps context. Linux Users: Linux allows multiple users to log in and interact with the system simultaneous...DiscussLinux
Mooaz Sayyedmooazsayyed.hashnode.dev·Sep 21, 2023Mastering Bash for Server Management: The Service Monitor Script ExplainedWelcome back to another exciting edition of Bash Friday! This week, I'm thrilled to share my work into server management, where I've developed a powerful Bash script that ensures the availability of essential server services. The Need for Service Mon...Discusssysadmin
Fadzali Bakarfadzali.hashnode.dev·Sep 19, 2023How to configure Posit connect with Apache2.4(reverse proxy) and Modsecurity on ubuntu22.04Step 1 : Install posit connet without reverse proxy. Follow step at https://docs.posit.co/connect/admin/getting-started/local-install/manual-install/ After finish installation, the posit config in /etc/rstudio-connect/rstudio-connect.gcfg ; Posit ...Discuss·26 readsTutorial
Mooaz Sayyedmooazsayyed.hashnode.dev·Sep 14, 2023Simplifying User Account Management with Bash!In an era dominated by cloud technologies and automation, mastering command-line scripting remains a valuable skill. This week on Bash Friday, I embarked on a journey to simplify user account management on Linux systems using Bash scripts. Here is a ...DiscussLinux
Leong Hean Hongtech.mrleong.net·Sep 7, 2023Monitoring Systemd Service Using MonitMonit is an easy-to-use software for monitoring servers. It does not require any agent and runs locally within the server. The ability to use custom scripts makes it versatile for monitoring any services/resources. Monit uses control files to define ...DiscussHow-toMonit
Leonard Nzekweleonardnzekwe.hashnode.dev·Aug 26, 2023Designing a Robust Web InfrastructureIn the ever-evolving landscape of web technology, designing a robust web infrastructure is crucial to ensure high availability, performance, and reliability of web applications. This article delves into the components of a web stack, the concept of s...DiscussSystem Engineering & DevopsDevops
Prajwal Deshpandeprajwalsblog.hashnode.dev·Aug 8, 2023Familiarize Yourself with Essential Libraries: Your Go-To Guide for DevOps and Cloud TechnologiesHey there, fellow developers and cloud aficionados! Today, I am excited to talk about essential libraries and why they are crucial for DevOps and cloud technologies professionals to familiarize themselves with. As the world becomes increasingly digit...Discuss·53 readsPython
Utsav Gohelgoutsav.hashnode.dev·Aug 4, 2023Shell Scripting Mini Project Server Status MonitorIntroduction: In this mini-project, we have created a simple shell script that provides essential information about the server's status. The script is designed to offer an all-in-one solution to retrieve important server details without the need for ...Discussshell scripting
Leonard Nzekweleonardnzekwe.hashnode.dev·Aug 3, 2023Networking Basics UnveiledIn the ever-evolving landscape of technology, networking serves as the conduit for our digital interactions. From accessing a webpage to sharing files across continents, networking is the unsung hero powering these actions. In this comprehensive arti...DiscussSystem Engineering & DevopsDevops
sysxploresysxplore.hashnode.dev·Jul 25, 2023How to change directory in Linux shell scriptsCan We Use Cd Command In Shell Script? Can I Change the Directory In A Bash Script? How Do I Change The Path Of A Bash Script? For convenience, there are times you may want to run a shell script that changes your current working directory to anot...DiscussLinux