DEVESH NEMADEdeveshnemade.hashnode.dev·2 hours agoEssential Linux CommandsLinux commands are a critical part of managing systems, debugging issues, and automating tasks in the IT field. 1. Navigation and File Management cd: Change the current directory. Example: cd /home/user/Documents cd ..: Move up one directory level...DiscussLinux
Dinesh Kumar Kblog.dineshcloud.in·4 hours agoMySQL Administration in Linux Distros: A Comprehensive GuideMySQL is one of the most popular relational database management systems used for managing and storing data. It is known for its reliability, scalability, and ease of use. In this blog, we will dive into the installation, configuration, user managemen...DiscussLinuxLinux
Nithin Kumar C Anithin18.hashnode.dev·10 hours agoLinux File Operations:IntroductionLinux is a powerful operating system, and managing files is one of its core functionalities. Whether you're creating, editing, copying, or deleting files, knowing the right commands is essential. This blog will guide you through the most ...Discusslearning linuxLinux
Sayali Kokaneall-about-devops.hashnode.dev·Nov 19, 2024Basic Linux commandsFile and Directory Commands :- ls option_flag arguments: List the subdirectories and files available in the present directory. ls -l: List the files and directories in long list format with extra information. ls -a: List all including hidden files ...Discusslinux for beginners
Saad Asif Mujawaressentialsofdevops.hashnode.dev·Nov 18, 2024Day 6 : File Permissions and Access Control ListsTask 1 : Understanding File Permissions - Create a simple file and run ls -ltr to see the details of the files. Each of the three permissions are assigned to three defined categories of users. The categories are: Owner: The owner of the file or appl...Discuss·2 likesLinux
Ahmed Razaahmedrazadev.hashnode.dev·Nov 18, 2024Linux: A Comprehensive Guide for Developers and EnthusiastsLinux is an open-source operating system that has become a backbone for technological infrastructure worldwide. Known for its flexibility, stability, and performance, Linux has grown from a small project into a robust, scalable operating system that ...DiscussLinux
Bhagyashri Bobadeawscloudqa.hashnode.dev·Nov 17, 2024Basic Question About Cloud-Computing🌨️❓1)What is Cloud Computing? ☁️ ->Cloud Computing is delivering the on demand computing services including servers,data storage,database,networking and software over the internet ,pay as you go. Example → "When you use Google Drive to store your files,...DiscussCloud Computing
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 ...DiscussLinux
Harendra Barotharrybdevops.hashnode.dev·Nov 13, 2024Improve Server Operations with Server Performer AnalyzerGoal of this project is to write a script to analyze server performance stats. Overview server-stats.sh is a shell script designed to analyze basic server performance statistics. It provides detailed insights into system resource usage, top processe...Discussserverless
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