How To Use Display Flex In CSS, Flexbox Working With Example
Understand the working of Flexbox Containers and Items with interactive demos. Flexbox Terminology and Properties Explained. Learn about Compatible Flex values.
Sooner or later you will have to compile some software from sources. This article guides you through that (not so) epic journey by showing you how to compile and install NodeJS from scratch on Debian and Red-Hat/CentOS based systems.
A Letter to Discord for not Supporting the Linux Desktop | TheEvilSkeleton
Discord is popular among the Linux desktop community. Thanks to Electron, the framework that Discord uses, it was possible for Discord to port the client over to Linux very easily. Electron facilitates deploying the same application in different desktop platforms.
Object-Oriented Languages
An object-oriented language is a computer programming language that revolves around the concept of an object. Object-oriented languages were developed
to make it easier to develop, debug, reuse, and maintain software than is possible with earlier languages. Understanding objects, and object-oriented languages, requires knowledge of the evolution of computer programming languages and data structures. Source for information on Object-Oriented Languages: Computer Sciences dictionary.
Handy cheat sheets with linux tips and terminal basics about System control, Users, Files, Package managers, Video and Audio, Hacking tools, Terminal games and many more categories.
How can I get the correct Spanish Keyboard layout?
I'm running Ubuntu 12.04 and I can't seem to get the right Spanish keyboard layout. I'm used to using the Windows Spanish (International) layout with dead keys on the US apostrophe and open bracket...
Steam is one of the finest platforms for gamers. With the help of Steam, you’re free to enjoy the best games right away! All you need is just tinkering with the system and setting the tools properly. How to install and get started using Steam on Arch Linux is shown.
KVM stands for Kernel-based Virtual Machine. This software allows users to run multiple virtual machines with different operating systems, thus bypassing the need to follow more conventional means of using Virtualbox. This article shows you how to install and configure KVM on your ArchLinux system.
A Beginners Introduction To Linux Package managers: apt, yum, dpkg & rpm
When I was a complete beginner and I needed to install something on my Ubuntu machine, I went online and typed in “How to install software name on Ubuntu” and it led me to a page with some commands which looked like this I was just happy that I was able to type something in …
Linux Distros vs Flavors vs Derivatives: Differences Explained!
During their journey in exploring the Linux universe every Linux beginner will come across to these 3 very similar terms, Distro, Flavors, and Derivatives. In this article, I have presented the differences between these 3 terms in a beginner-friendly format along with the prior knowledge every beginner needs to have to understand them. So let’s …
With CP, Linux offers a command that simplifies your work in the terminal by letting you quickly copy files or entire directories. Find out more about the command.
Installing Arch Linux on a LUKS Encrypted Drive using LVM, and booting with UEFI. - GitHub - rickellis/Arch-Linux-Install-Guide: Installing Arch Linux on a LUKS Encrypted Drive using LVM, and booti...
How to Complete Windows 11 Setup Without Internet Connection
If you want to install Windows 11 Home or Pro edition in your computer without Internet connection, this article will help you. When you try to install Windows
HOWTO: Backup your configuration files (dotfiles) in Linux, using stow and git
Managing dotfiles has always been quite annoying to me. But thankfully, I never really had a reason to do it too often. If I had to, all I did was tar my whole .config and copy the file to and external drive. That works fine, but it’s not the best way to backup the constant changes I usually do t...
How to Build Your Own Linux Dotfiles Manager from Scratch
As a new linux ? user, you might realize that there are a bunch of configuration files present in your system. These special files are called "dotfiles". In this tutorial we will learn how to make a dotfiles manager and create a backup of these files on GitHub. What are