Mohammed Umarumarcode.hashnode.dev·Dec 14, 2024My Week of Beginner-Level DevOps Projects: A Journey into Automation, CI/CD, and Infrastructure ManagementAs a beginner exploring the world of DevOps, automation, and infrastructure management, I decided to dive deep into a series of hands-on projects this week. Each project was designed to strengthen my foundational skills and give me a taste of real-wo...10 likesDocker
Mohammed Umarumarcode.hashnode.dev·Dec 7, 2024Enhancing System Security: Key Initiatives at Alesa AI LtdAt Alesa AI Ltd, security is always a top priority, and this week, I had the privilege of contributing to several key initiatives that have significantly improved the integrity of our systems. Here’s a brief overview of the work completed: 🔒 Firewal...Devops
Krishnat Ramchandra Hogalekrish27.hashnode.dev·Nov 14, 2024Mastering Linux Commands: sudoers, Shell Scripting, and Text Processing with awk, grep, and sedLinux offers powerful tools for system administration, shell scripting, and text processing, making it a versatile operating system for both developers and system administrators. This blog will guide you through advanced Linux commands and scripting ...Linux
Christian Loza Peraltachristianloza.dev·Nov 1, 2024[Ubuntu] 24.04 - Instalación VPN FortiClientDiscusión Si bien la versión LTS de Ubuntu 24.04 es la última, que trae consigo nuevos beneficios, correcciones y características, el lado contrario de esto es que existe una eliminación de paquetes antiguos o sin utilidad. Uno de esos paquetes que u...27 readsguias y notasforticlient
Dinesh Kumar Kblog.dineshcloud.in·Sep 21, 2024Installing and Configuring NFS Server on Ubuntu 22.04Network File System (NFS) allows a system to share directories and files with others over a network. With NFS, users and programs can access files on remote systems as if they were on the local hard disk. This is useful for sharing resources such as ...LinuxLinux
Peter Njugunapcodesdev.hashnode.dev·Aug 25, 2024Steps to Resolve Ubuntu OS Boot Failures and Boost Disk Space Using GPartedHave you ever encountered a heart-stopping moment when your Ubuntu OSrefuses to boot? Recently, I faced this exact scenario with my Ubuntu 22.04 installation. In this blog post, I'll walk you through how I resolved the boot issue and expanded my disk...92 readsUbuntu
Sanjay Kumar Dasitzsanjaykumar.hashnode.dev·Aug 21, 2024Multi-Website Setup On Magento2 By Nginxgo the the directory = cd /etc/nginx/sites-available create a file i.e = sudo nano local (paste the below data - here i am doing two site setup) #-------------------------------------------------------------------> upstream fastcg...Magento2
Dinesh Kumar Kblog.dineshcloud.in·Aug 18, 2024Terraform Installation on Ubuntu 22.04Terraform is an open-source infrastructure as code (IaC) tool developed by HashiCorp. It allows you to define and manage your infrastructure using a declarative configuration language, known as HashiCorp Configuration Language (HCL), or JSON. Step 1:...32 readsDevOpsTerraform
Zainul Khanzainul.hashnode.dev·Aug 18, 2024Essential Linux Commands Cheat Sheet for BeginnersWhether you're a student exploring Linux for the first time or a professional managing your Ubuntu server, having a handy reference can make all the difference. This blog post is designed to be your go-to cheat sheet for essential Linux commands, hel...Linux
Sanjay Sikdarread.sanjaysikdar.dev·Jul 24, 2024Deploy Node with Nginx on Ubuntu 22.04Today I'm gonna share how to Install and Configure NodeJS with Nginx and I am using AWS EC2 (t3.micro) for writing this tutorial. Step 1 — Creating an EC2 Instance, DNS and SSH First, we require an ec2 instance so launch an instance with your preferr...47 readsNode.js