sravani punreddysravanipunreddy.hashnode.dev·Oct 26, 2024Linux User & Group Management: Key Commands for Efficient Access ControlEffective user management is essential in Linux for maintaining system security and organization. This blog post explores essential user management commands, including their explanations and practical examples. 1. sudo Command: sudo stands for "super...1 like·30 reads#GroupManagement
sravani punreddysravanipunreddy.hashnode.dev·Oct 23, 2024Linux Commands:Linux commands provide immense power in managing files and system resources. For developers, DevOps engineers, and system administrators, knowing the right commands can save time and avoid errors. This blog covers some of the most essential commands ...38 readslinux-commands
Faizan Shaikhfaizanshaikh.hashnode.dev·Oct 17, 2024Day 14 Task: Create a Linux & Git-GitHub Cheat Sheet🐧 Linux Cheat Sheet 🐧 CommandDescriptionExample lsList files and directories.ls -l cd [directory]Change current directory.cd /home/user/ mkdir [directory]Create a new directory.mkdir project touch [file]Create an empty file.touch file.txt...82 readsDevops
Devapraveendevpishon.hashnode.dev·Jul 29, 2024Resolving Console Access Issues on Your Server InstancePossible Causes and Solutions: Check Console Enablement: First, ensure that your console is enabled on your instance. If the console is not enabled, you may encounter access issues. While such issues are rare, they can arise during debugging. I am ...DigitalOcean
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Jun 29, 2024The Essential Guide to Using Linux Crontab for Task AutomationIntroduction to Crontab In the fast-paced world of technology, automation is key to maintaining efficiency and reducing the burden of repetitive tasks. For Linux users, crontab is a powerful tool that provides a straightforward way to schedule script...LinuxCrontab
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Jun 27, 2024Comprehensive Linux User Administration: Tips for Newbies and ExpertsIntroduction User administration is a fundamental aspect of managing a Linux system. Whether you're setting up a personal server or managing a fleet of machines in a corporate environment, understanding how to effectively manage users is crucial. Thi...2Articles1Week
Hritik Doudcodingelight.hashnode.dev·Feb 13, 2024Mastering Linux: Unleashing the Power of 'Find'Embarking on a journey into the world of Linux, let's shine a light on a handy tool called 'Find.' In the vast land of managing and finding files, the 'Find' command is like a trusty guide, helping you locate and organize files precisely. This blog w...#90daysofdevops
Pratik MforOmniGuruomniguru.net·Nov 12, 2023How to Set Up Internet Tethering on Linux Using Android or iPhoneNeed an internet connection on your Linux desktop or laptop but don't have access to Wi-Fi? No problem! You can use tethering to share your smartphone's mobile data plan and get online in seconds. In this guide, we'll cover everything you need to kno...1.7K readsLinuxLinux
Abhijeet Kumarsecurityin.cloud·Aug 23, 2022Cron Jobs in a nutshell“Cron jobs” if you don’t already know are an amazing way for scheduling tasks on Linux servers. Cron is comprised of two parts i.e, “crontab” ( which contains your cron expressions ) and “crond” ( cron daemon which runs in the background & monitors c...My Blogs from Mediumlinux tips