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
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
Febin Joyartofcoding.dev·May 4, 2024Things to do after installing Fedora 40April 2024 saw the release of 2 very popular Linux distros — Fedora 40 and Ubuntu 24.04 LTS. As everyone knows, Fedora is a rolling release and Ubuntu 24.04 is a long-term support version. Both use the latest version of GNOME — GNOME 46. Be your own ...1.4K readsfedora40
Taegu Kangktg0210.hashnode.dev·Jun 21, 2023installing MySQL client on amazon linux 2023how-to # package update sudo dnf update -y # search mariadb client sudo dnf search mariadb # install mariadb client sudo dnf install mariadb105 -y57 readsmysql client
Mark Granttechmiscellany.hashnode.dev·Jun 12, 2023Fedora – GPG RPM Key Issue After Distribution UpgradeCaveat Not only does this post not represent a root cause analysis, it does not provide an analysis of any other potential causes of the problem, nor does it explore alternative solutions. Hopefully it will be helpful to some, otherwise it can just b...140 readsFedora
Sandeep Ranasandrana.hashnode.dev·May 13, 2023Sort ColorsIntroduction Given an array with values 0 representing red, 1 representing white, and 2 representing blue.You need to modify the array so that all array contains 0s at the start,1s at mid, and 2s at the end. Note - You cannot use the in-built sorting...JavaScript
Taegu Kangktg0210.hashnode.dev·Feb 8, 2023installing ffmpeg on CentOS8outline Installing ffmpeg on linux machine is difficult due to dependency issues. how-to-install sudo dnf -y install https://download.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm sudo dnf config-manager --set-enabled powertools su...FFmpeg
sycuredsycured.hashnode.dev·Mar 23, 2021NET NEUTRALITY - Bitel: Drop DNS BypassedBitel, an internet provider in Peru, drops DNS traffic to other servers. This is a direct attack on Net Neutrality, privacy, freedom, and security. In this example, I'll use CloudFlare DNS as destination. The problem I exclusively use CloudFlare DNS ...74 readsprivacy