Dinesh Kumar Kblog.dineshcloud.in·5 hours agoMySQL Installation and ManagementMySQL is a widely used open-source relational database management system. In this guide, we will explore the key aspects of MySQL installation, user management, database and table operations, and data backup strategies. Whether you’re a beginner or l...DiscussLinuxLinux
DEVESH NEMADEdeveshnemade.hashnode.dev·8 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·10 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·16 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
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
Joseph Chisom Ofonagorochisom.hashnode.dev·Nov 18, 2024How to Configure a Firewall Using UFW on UbuntuLinux is favored by security professionals for many reasons, but among all of these reasons, the fact that it has flexibility in the number of things it can be used for is enough reason it has lots of fans. Ubuntu, a very popular linux flavor shares ...Discuss·1 likeLinux
Muhammad Irfanirfanmustafvi.hashnode.dev·Nov 18, 2024Master the Red Hat Linux Command Line: My Learning ExperienceEmbarking on a Linux learning journey has been nothing short of exhilarating. Over the last six days, I immersed myself in the world of Red Hat Enterprise Linux (RHEL), tackling one complex topic after another. From mastering file systems to explorin...Discuss#NTPConfiguration
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
Mihir Suratwalamihirsuratwala.hashnode.dev·Nov 16, 2024Exploring the Linux File Hierarchy: A Beginner's GuideLast Blog Review → In the last blog, we learned on how to create a group and add multiple user’s in the group at once, which typically helps user’s working in the same department as they can be added in the same group with same set of permissions pro...DiscussCloud
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