Legitimately Accessing Restricted On-Prem Servers Using a Local Proxy and SSH TunnelMar 5, 2025·1 min read
Kubernetes Fundamentals 102 - Bridging the Gap Between Containers and Orchestration #LXC #LXD #LXCFSDec 13, 2024·3 min read
SSH Freezing Issue Over VPN – Root Cause, Analysis & Fix expecting SSH2_MSG_KEX_ECDH_REPLY1. Summary Some users, especially from Tier-2/Tier-3 locations, were unable to establish SSH connections over VPN.SSH would freeze during login, while internet browsing worked normally.After detailed analysis, we confirmed that the root cause was inc...Jan 18, 2026·4 min read
Optimizing Your Workflow with Aliases in .cshrc: A Guide for Efficient Command-Line ManagementNov 3, 2024·4 min read
Linux Aliases Explained: Simplify and Speed Up Your Command Line Experience | Linux (7) #alias #LinuxAdminIn Linux, an alias is essentially a shortcut for a command or a series of commands. It allows you to create a new name (alias) for a command, which can make your work faster by reducing the amount of typing, making commands easier to remember, or set...Oct 30, 2024·2 min read
Step-by-Step Guide to Setting Up NFS Server and Client for file sharing | Linux (6) #LinuxAdminSetup NFS server-client in Centos 7. #linux#nfs#centos#filesharing What is NFS ? In modern networks, efficiently sharing files between systems is crucial. NFS (Network File System) provides a seamless solution, enabling Linux and Unix-based systems ...Sep 30, 2024·3 min read
Mastering the find Command: A Guide for Scripting, Locating, and Word Searching | Linux (5) #LinuxAdminThe find command is a powerful and flexible tool used primarily in Unix-like operating systems to search for files and directories based on a variety of criteria. Whether you're managing files by ownership, size, or specific text patterns, find helps...Sep 30, 2024·4 min read
Effective Root Password Recovery in RHEL 9: Comparing Init=/bin/bash and rd.break Methods | Linux (4) #LinuxAdminUpdated RHEL 9 Password Reset Process (due to changes in dracut): Press e to edit the GRUB boot options: This step allows you to modify the boot options temporarily. In the linux line, change ro to rw (this is just before crashkernel): The r...Sep 22, 2024·1 min read
File System Management with autofs: Setup Guide #RHCSA | Linux (3) #LinuxAdminIn this blog post, we’ll delve into autofs, a dynamic filesystem mounting service in Red Hat Linux. This service automates the mounting and unmounting of file systems on demand, optimizing system performance and simplifying administration. What is au...Sep 20, 2024·3 min read
Configuring Key-Based Authentication for SSH: A Comprehensive Guide | Linux (2) #LinuxAdminThis content focuses on SSH key-based authentication, specifically explaining how to generate SSH keys using ssh-keygen, and how to copy the keys to a remote server using ssh-copy-id to enable passwordless login. Let's break down each part and presen...Sep 19, 2024·5 min read