Shikhar Shuklashikhar99.hashnode.dev·Nov 27, 2024Linux Basics: A Comprehensive One-Line Guide to Essential ConceptsLinux is a cornerstone of the IT world, powering servers, desktops, and embedded devices. Whether you're a beginner or brushing up, here's a concise guide covering key Linux concepts with commands to get started. 1. What is Linux? Linux is an open-s...DiscussLinux
Akash Rastogiakashrastogi09.hashnode.dev·Jul 6, 2024Day-7 of DevOps Challenge: Demystifying Package Managers and systemctlWhat is a package manager in Linux? A package manager in Linux is a tool that automates the process of installing, upgrading, configuring, and removing software packages from a computer's operating system. These packages typically contain binaries, l...DiscussDevops
Amit Paunikaramitpaunikar.hashnode.dev·Jun 10, 2024Comparing the packaging tools in Ubuntu and Red Hat Enterprise LinuxThe Linux distributions of Ubuntu and Red Hat Enterprise Linux (RHEL) use different tools for packaging. Ubuntu/Debian distributions use apt (earlier apt-get and dpkg), whereas RHEL/CentOS/Fedora distributions uses dnf (earlier yum and rpm). Though t...Discussdpkg
Mustafif Khanmufiz-news.mustafif.com·May 17, 2024New Apt/Yum Repos Using Package CloudFor more streamlined management of Linux packages, I've opted to transition from hosting the apt repo on GitHub to the efficient Package Cloud for apt/yum package managers. This change promises to simplify our processes and enhance our productivity. ...Discussnews
Mohammed Atiqueblog.opscloud.pro·Apr 4, 2024Linux Package Management: A Newbie DevOps Engineer's Journey 📦 🤔Okay, so I'm officially in the world of DevOps. It's all containers and clouds and automation, which is totally awesome! 🤩 But you know what they say, sometimes you've gotta crawl before you can sprint. Right now, I'm crawling through the basics of ...DiscussPacman
Basavaraj Telibasavaraj-devops-blog.hashnode.dev·Feb 2, 2024Day 7 of #90DaysOfDevOpsPackage manager in Linux Introduction to Linux package management Package management is the process of installing, updating, and removing software packages on a Linux system. Linux distributions come with their own package managers, which allow users...Discusspackage manager linux
Samson Oladipooladipo.hashnode.dev·Nov 26, 2023Ansible Install PackageThe Application development team wanted to test some applications on app servers in the Datacenter. They shared some prerequisites with the DevOps team, and packages need to be installed on app servers. Since we are already using Ansible for automati...Discussansible-playbook
RAKESH REVASHETTIrakesh-revashetti-09.hashnode.dev·Nov 3, 2023Day 4: Linux Package ManagerIn this blog, we will understand package manager and systemctl. Package manager allows us to easily install new software, upgrade the software to newer versions, or remove software that you previously installed. 1: Package Management: The package man...Discussapt-get
Taegu Kangktg0210.hashnode.dev·Aug 14, 2023s3 filesystem mountoutline Using S3 as a filesystem is useful and intuitive. how-to >> wget https://s3.amazonaws.com/mountpoint-s3-release/latest/x86_64/mount-s3.rpm >> sudo yum install ./mount-s3.rpm >> mkdir foo >> mount-s3 <bucket-name> foo_bar bucket <bucket...DiscussAWS s3
Geethika Bedadhalageeths.hashnode.dev·Jul 25, 2023Package manager and systemctlIntroduction In Linux, a package manager is a software tool that simplifies the installation, updating, and removal of software packages on the operating system. It is a central component of most Linux distributions and is designed to handle the comp...DiscussDevops