downloads

All posts tagged downloads by Linux Bash
  • Posted on
    Featured Image
    Managing a Linux system often involves needing to download packages and update your system using tools like apt, dnf, or zypper. However, in corporate environments or certain geographical locations, your network might require you to use a proxy server to access external network resources. This can be a bit confusing when you first encounter it, but no worries; setting up a proxy for updates and downloads from the command line is straightforward once you know where to make the right adjustments. Before diving into configurations, let's quickly understand what a proxy server does. A proxy acts as an intermediary for requests from clients seeking resources from other servers.
  • Posted on
    Featured Image
    When working with Linux distributions, installing software packages is a day-to-day activity, and often, proxy settings are a crucial configuration for users in corporate or university networks where direct internet access is restricted. In our discussion today, we will explore how to configure proxy settings specifically for Snap package downloads and extend the knowledge to other popular package managers like apt, dnf, and zypper where applicable. Snap is a package management system that allows you to install software in a sandboxed environment across different Linux distributions. It was developed by Canonical, the company behind Ubuntu.
  • Posted on
    Featured Image
    When preparing to install a Linux operating system, the first step begins long before you reboot your computer—you must download the appropriate installation media and create a bootable drive. Whether you're a seasoned Linux enthusiast or a first-time installer, understanding how to properly download ISO files and create bootable USBs is essential. This guide will walk through the process of obtaining the necessary ISO files and using them to create bootable USB drives using Linux Bash commands. The Linux landscape is vast, with many distributions (distros) tailored for different needs such as user-friendliness (Ubuntu, Linux Mint), security (Tails, QubesOS), or customization (Arch, Gentoo).