Daniel Idokodecoding-ip-addresses.hashnode.dev·Dec 20, 2024Decoding IP Addresses: Mastering Subnet Mask and CIDR NotationWhat is an IP Address In networking, IP addresses serve a straightforward purpose: Identification. They are how IoT (Internet of Things) devices locate each other, whether on a private network or the public internet. In this article, I will break dow...networking
Daniel Idokotcp-ip-networking-model.hashnode.dev·Dec 20, 2024TCP/IP Networking ModelThe TCP/IP network model is referred to as a network suite. It is referred to as a suite because it consists of different networking protocols working together to transmit data packets from host A to host B and ensure a reliable connection between ne...networking
Jayesh Nalawadejayeshdevops.hashnode.dev·Dec 20, 2024Mastering Ansible: Quick and Powerful Ad-Hoc Commands for Efficient AutomationAnsible Ad-hoc commands An Ansible ad hoc command uses the /usr/bin/ansible command-line tool to automate a single task on one or more managed nodes. ad hoc commands are quick and easy, but they are not reusable. you could execute a quick one-liner ...1 likeDevops Learningansible
Kingdavid Ochaikd9.hashnode.dev·Dec 7, 2024File System StructureIf you successfully followed my tutorial in the previous-post, you now have a fully-functional VM running Ubuntu 20.04 LTS. Nice! Going forward, I will dedicate each new post in the Linux Learning Series to a narrow topic. This allows me to keep the ...Linux
Muhammad Irfanirfanmustafvi.hashnode.dev·Nov 12, 2024Mastering the Linux Command Line: A 10-Day Journey with Red Hat LinuxDiving into the Linux command line has been an exhilarating experience! I took on a challenge to master Red Hat Enterprise Linux (RHEL) through the "Master the Linux Administration and Linux Command Line Skills" course, although it has been both chal...1 likeLinux
Sammyskinekwokdoodle.com·Oct 26, 2024Configuring your first Active Directory server | Active Directory Domain Services (ADDS)Introduction Welcome, doodler! In this blog, we will discuss what an Active Directory is, know how it works, and configure it in our environment. What is Active Directory? It is a proprietary directory services product built by Microsoft Corporation ...Active Directory
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 22, 2024Basic Linux Commands: A Quick Guide for BeginnersLinux provides a wide array of commands that allow users to navigate the system, manage files, and interact with directories efficiently. In this post, we will explore listing commands and directory commands that are frequently used, with explanation...#ITSkills
sudheer pithanichaoticcontainers.hashnode.dev·Oct 19, 2024Mastering Linux Package Management Systems: A Beginner's Guide (Part-1)In this guide, we begin with an overview of Linux package management systems, which are essential tools for installing, updating, and managing software on Linux distributions. Different Linux distributions use different package management tools, depe...linux for beginnersLinux
sudheer pithanichaoticcontainers.hashnode.dev·Oct 18, 2024Mastering Linux Directories: A Comprehensive Guide for BeginnersThe Linux file system hierarchy is a well-organized tree structure where each directory serves a specific function. Here's an example using a tree-like format: / ├── bin ├── boot ├── dev ├── etc ├── home │ ├── user1 │ └── user2 ├── lib ├── lib64 ...Linux