Atul Thosaratulthosar.hashnode.dev·Dec 23, 2024A Guide to Building Linux Kernel 6.xThis blog post provides a step-by-step tutorial on compiling and booting from Linux Kernel 6.x. We will use a virtual environment for safety. This blog post is ideal for developers and curious learners. I assume reader has basic understanding of Linu...Kernel
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
Everest K.C.mr8848.hashnode.dev·Dec 1, 2024My Linux Kernel Bugfix Mentorship ExperienceDuring my time in the Linux Foundation Kernel Mentorship Program, I learned a lot and gained valuable hands-on experience working on the Linux kernel. Key Contributions and Activities: Spelling Fixes with Codespell I started with something simple...45 readsLinux
Shikhar Shuklashikhar99.hashnode.dev·Nov 27, 2024Linux Basics: A Comprehensive One-Line Guide to Essential ConceptsLinux is a cornerstone of the IT world, powering servers, desktops, and embedded devices. Whether you're a beginner or brushing up, here's a concise guide covering key Linux concepts with commands to get started. 1. What is Linux? Linux is an open-s...Linux
Dinesh Kumar Kblog.dineshcloud.in·Nov 13, 2024Setting Up a Samba Server on CentOS/RHEL for File SharingIntroduction Samba is a powerful tool that allows Linux and Windows systems to share files and printers across a network. This guide will walk you through installing and configuring a Samba server on CentOS/RHEL, setting up both public and private sh...LinuxLinux
Sekhar Perathurlinux-champions.hashnode.dev·Nov 8, 2024Day 2: Understanding the Linux Kernel and Its Core SubsystemsIn this Article, we’ll explore the Linux Kernel, its structure, and essential subsystems that allow the operating system to function smoothly. Each subsystem serves a unique purpose, working together to manage resources, processes, files, and more. T...2 likes·26 readsLinux
Dinesh Kumar Kblog.dineshcloud.in·Nov 8, 2024How to Configure Fail2Ban to Prevent Brute-Force Attacks on Your Linux ServerWhen managing a Linux server, security is paramount. One of the most common types of attacks servers face is brute-force attempts on login services, especially SSH. Fail2Ban is an effective, open-source tool that automatically bans suspicious IPs aft...LinuxLinux
Dinesh Kumar Kblog.dineshcloud.in·Nov 8, 2024Configuring Secure SSH (OpenSSH) Access on a Linux ServerSetting up SSH (OpenSSH) on a Linux server provides a secure way to access and manage the server remotely. This guide will walk you through installing OpenSSH, configuring secure access, and adding optional security enhancements. 1. Install OpenSSH ...LinuxLinux
Dinesh Kumar Kblog.dineshcloud.in·Nov 8, 2024Essential Tools to Build and Manage a Linux ServerIntroduction Building and managing a Linux server requires a suite of tools that ensure smooth configuration, security, monitoring, and automation. Whether you're setting up a basic web server, a development environment, or a complex production serve...LinuxLinux