Vishal Kumarpackage-manager-in-linux.hashnode.dev·Dec 19, 2024What is a Package Manager in Linux?In simpler words, a package manager is a tool that allows users to install, remove, upgrade, configure, and manage software packages on an operating system. The package manager can be a graphical application like a software center or a command line t...linux for beginners
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 ...Linux
Nguyễn Văn TrungforFIS Securityblog.fiscybersec.com·Sep 25, 2024Chiến dịch tấn công mạng có chủ đích nhắm tới Việt NamTrong quá trình hunting thông tin các chiến dịch tấn công của tin tặc trên không gian mạng, đội ngũ FPT Threat Intelligence ghi nhận cảnh báo về chiến dịch tấn công mạng có chủ đích mới, nghi ngờ liên quan đến nhóm APT 41, nhắm vào Việt Nam và các tổ...33 readsthreat intelligence
Chimere Anyiamcybermere.hashnode.dev·Aug 8, 2024Understanding the Threat: Analyzing TetrisPhantom APTIn the ever-evolving landscape of cybersecurity, Advanced Persistent Threats (APTs) represent one of the most formidable challenges. These sophisticated, long-term cyberattacks are orchestrated by organized groups or nation-state actors with substant...TetrisPhantom
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...Devops
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...dpkg
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. ...news
Mark Granttechmiscellany.hashnode.dev·May 12, 2024Fix Errors by Reloading APT Index FilesDuring apt-get update fatal errors such as size mismatch may occur. These errors can often be resolved by reloading the index files. To do this we need to delete the current index files and then reload them:- sudo rm /var/lib/apt/lists/*_* sudo apt-g...debian
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...package manager linux
Sai Santosh Narradevopskubernetes.hashnode.dev·Dec 16, 2023How to setup k8's cluster for V-1.28 with KubeadmINTRODUCTION In this blog we will see how to setup a Kubernetes cluster for V-1.28 with Kubeadm as agent. This blog will explain detail setup of k8's cluster with step-by-step process. we know that from V-1.24 docker as container runtime has been dep...95 readsKubernetes