Showing posts with label arch. Show all posts
Showing posts with label arch. Show all posts

30 Jan 2020

7 Best Linux Distros For Programmers

Linux distributions allow you to not only browse the web but also to work on any other necessary tasks. The Linux kernel is very flexible and it enables developers to make any modifications and contributions they want. Besides, Linux can run on any hardware and is compatible with all the popular programming languages.

The flexibility of Linux distros is a reason why Linux has always been so popular among programmers. Some distros have quite impressive functionality and many useful tools, offering the best environment for software developers. We prepared this list of the seven best distros so that you can choose the one that fits your objectives.

14 Feb 2017

4 categories of Linux distributions

There are different Linux distributions. If you just go to Distrowatch site, you will find hundreds of them listed there. Some of them even have my reviews listed. And how many distributions are NOT listed? Some of them either fail to gain registration on Distrowatch, or are in the process of that, like Zorin OS was just few years ago.

However, there are at least four distinctive categories of distributions visible in the Linux world.

30 Jun 2016

Installing Arch Linux. Part 2

This is the 2nd part of the how-to guide for Arch Linux installation. Please click here for the 1st part.

Now we are finally booted into our Arch Linux computer! At this point we can install some basic packages. I will install PulseAudio and alsa-utils by entering
sudo pacman -S alsa-utils pulseaudio

23 Jun 2016

Installing Arch Linux. Part 1

Arch Linux is often rather challenging or scary when it comes to a newbie's first Linux experience. Some reasons you may want to go with Arch would be the Pacman package handler, or the fact that it comes with no bloat software that will allow you to truly make it your own. In the installation process, there is no GUI or "Press Next to Continue" to hold your hand. This usually drives people away. I also found the forums to have lots of impatient people who expect you to magically know what you're doing. Here I will try to provide an in depth guide on how to install and setup your own Arch Linux computer.