Saad Asif Mujawaressentialsofdevops.hashnode.dev·Nov 23, 2024Day 7 : Understanding Package Manager and SystemctlToday we will learn about Package managers and System services, and also have tasks for this topic. What is a Package Manager in Linux?Package Manager is a tool that can Install, remove, update or manage Packages on Operating system. It also brings d...Discuss·3 likesLinuxPackageManager
Mihir Suratwalamihirsuratwala.hashnode.dev·Nov 23, 2024Linux Access Control Lists: Simplifying Permissions ManagementLast Blog Review → In the last, blog we learned about the Linux File Hierarchy System and it’s important Directories which helps to allow the User’s to use Linux OS. Permissions in Linux → Permissions in the Linux play’s important role, as it manages...DiscussAWS
Mihir Suratwalamihirsuratwala.hashnode.dev·Nov 23, 2024Dive Deeper into the Linux File Hierarchy: Part 2 ExplainedLast Blog Review → In the last blog, we learned on about the Linux File Hierarchy and the Tree like structure as how all the directories in Linux starts with the “/” (root). We looked on some important directories in the Linux and a surprise with a I...DiscussAWS
Dinesh Kumar Kblog.dineshcloud.in·Nov 23, 2024LAMP Stack Essentials: Setting Up Apache, MySQL, and PHP on UbuntuCreating a LAMP (Linux, Apache, MySQL, PHP) stack project involves setting up a web server environment where PHP-based web applications can run smoothly. Below, I will provide a sample project along with detailed installation steps. This example will...DiscussWeb ServerLinux
Trushang Suthartrushang-dev.hashnode.dev·Nov 22, 2024Understanding Linux File Permissions: A Guide for DevelopersFile permissions in Linux are key to keeping your files and directories secure while controlling who can access them. In this blog, we’ll explain file permissions in simple terms, show you how to calculate them, and guide you on using commands like c...DiscussLinuxSecurity
Nithin Kumar C Anithin18.hashnode.dev·Nov 22, 2024User Management Commands in LinuxIntroduction User management is a critical aspect of Linux system administration. Whether you’re managing a personal server or a multi-user environment, knowing how to create, modify, and manage users ensures smooth operation and security. In this bl...Discusslearning linuxLinux
DEVESH NEMADEdeveshnemade.hashnode.dev·Nov 21, 2024Essential 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
Nithin Kumar C Anithin18.hashnode.dev·Nov 21, 2024Linux 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