Harsh Agarwallinuxfornoobs.hashnode.dev·Jan 20, 2025Linux for devops | LinuxLinux vs Unix Linux and Unix are often discussed together because Linux was inspired by Unix, but they have key differences: Unix Developed in 1970s at Bell Labs by Ken Thompson, Dennis Ritchie, and others. Originally proprietary and commercial sof...1 likeLinux
Sudeep Bogatiblogs.sudipbogati.com.np·Dec 20, 2024Understanding the Basics: Key Concepts for Building a Linux SystemBuilding a Linux system from scratch can seem challenging, but understanding the fundamental components makes the process much more approachable. This guide explores the essential concepts and tools common across all Linux systems, giving you the kno...Building Your Own Linux SystemLinux
SobahusnNblog.sobahusn.my.id·Dec 19, 2024Guide Installation Arch Linux (Panduan Install Arch Linux)Kenapa harus Arch Linux? Arch linux mempertahankan prinsip “KISS“ (Keep It Simple,Stupid), hanya menyertakan modifikasi minimal pada perangkat lunak untuk memastikan kompabilitas tanpa menambahkan fitur yang tidak perlu.Konfigurasi sistem diserahkan ...42 readsLinux
Nathan Virgílionathanvirgilio.hashnode.dev·Dec 16, 2024Buscando e instalando pacotes Flatpak via terminal.Para buscar por pacotes no repositório (geralmente Flathub), use o comando: flatpak search <nome_do_pacote> Por exemplo, para procurar o pacote do GIMP, você faria: flatpak search gimp Resultados da pesquisa: O comando retornará uma lista de...flatpak
Mario Césarmarcial.hashnode.dev·Nov 4, 2024My PC setup: Arch Linux and i3 wmSpecs OS Arch Linux has been great. No issues after a couple of years running it as my main OS. Installation can be a bit challenging, but the reward is a responsive environment tailored exactly to your liking. If you want to install it, I st...ArchLinux
Febin Joyartofcoding.dev·Oct 27, 2024Setting up a Linux terminal for productivityIntroduction Recently, I have installed my computer with Arch Linux. The decision to move to vanilla Arch from EndeavourOS (another Arch-based distro) was quite an organic one. I just thought of starting with a clean slate without any preinstalled ap...116 reads#LinuxTerminal
Ashish prajapaticodingashish.hashnode.dev·Oct 24, 2024Step-by-Step Guide to Installing PostgreSQL on Arch LinuxStep 1: Update Your System sudo pacman -Syu This command updates your package database and your system. Step 2: Install PostgreSQL To install PostgreSQL, use the Pacman package manager: sudo pacman -S postgresql This command will install the PostgreS...BackendPostgreSQL
Abang Lazabang.hashnode.dev·Oct 10, 2024Understanding Linux Commands: Beginner to AdvanceStage 1: Beginner Level Introduction to Linux: What is Linux and how it works. Common Linux distributions. Basic Linux Commands: Navigating the filesystem. Managing files and directories. Viewing and editing files. Stage 2: Intermediate ...Linux
Michael RWXmichaelrwx.hashnode.dev·Sep 30, 2024Daily Driving Linux and My Personal PostmortemsPostmortem (noun) - : an analysis or discussion of an event after it is over. (adjective) - : done, occurring, or collected after death. Prelude I've wanted to write about this for a while now but was in the learning process for a good bit. When I wa...Linux
Romjan D. Hossainromjan.hashnode.dev·Sep 28, 2024Guide to Installing MariaDB/MySQL on Arch LinuxIntroduction Installing MariaDB or MySQL on Arch Linux can be a daunting task, especially if you're not familiar with the intricacies of the Arch environment. This guide aims to be a comprehensive, one-stop resource to help you get MariaDB/MySQL up a...MySQL