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...DiscussLinuxLinux
Sekhar PerathurforLinux Championslinux-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...Discuss·2 likesLinux
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...DiscussLinuxLinux
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 ...DiscussLinuxLinux
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...DiscussLinuxLinux
Francis Chukwudigitalfuture.hashnode.dev·Nov 5, 2024How to Create and Connect to a Linux VM in Azure Using Public KeysYou can create virtual machines (VMs) in Azure using the Azure portal, a browser-based interface for managing Azure resources. This QuickStart guide demonstrates how to deploy a Linux VM running Ubuntu Server 22.04 LTS through the Azure portal. After...Discuss·3 likesLinux
SAFIA KHATOONsafiakhatoon.hashnode.dev·Nov 5, 2024Linux For DevOps (Interview Preparation)What is Linux? Operating System (OS): Linux is an open-source operating system, like Windows or macOS, but with unique features and flexibility. Kernel: The core of Linux, which manages hardware (CPU, memory, devices) and software interactions. Fr...Discuss·1 like·207 readsLinux
Sekhar PerathurforLinux Championslinux-champions.hashnode.dev·Nov 4, 2024Day 1: History of LinuxIntroduction to Linux Operating System To understand the history of Linux, we first need to look at the origins of Unix: In the 1960s, AT&T Bell Labs, GE, and MIT began working together on a project called Multics, an early operating system. Howeve...DiscussLinux
Harsh Soniharshdevopss.hashnode.dev·Nov 4, 2024Become a Linux Expert: Step-by-Step TutorialDay 1: Introduction of Linux OS The introduction of the Linux operating system marked a significant milestone in the world of computing. Day 2: All Basic + Advance Commands of Linux OS On the second day, we will delve into both the basic and advance...Discuss·1 likeLinux
Saad Asif Mujawaressentialsofdevops.hashnode.dev·Oct 28, 2024Day 5 : Advanced Linux Shell Scripting for DevOps Engineers with User ManagementTask 1 : Create Directories Using Shell Script : - Write a bash script createDirectories.sh that, when executed with three arguments (directory name, start number of directories, and end number of directories), creates a specified number of directori...Discuss·2 likesLinux