How to Install Linux

Linux is the foundation of thousands of open source operating systems designed to supplement or replace Windows and macOS. It is free to download and install on any computer. Because it is open source, there are a variety of different versions, or distributions, available developed by different groups. Follow this guide for basic instructions on … Read more

How to Install Software on Linux: Packages, Compiling, & More

If you’re new to Linux, you might be a little confused about installing programs. Fortunately, it’s easier than ever to install software packages on Linux, no matter which distribution you’re using. Many Linux distributions come with graphical package managers you can use to install programs with a single click. You can also use easy commands … Read more

How to Execute .RUN Files in Linux

.RUN files usually contain program data and installation instructions for Linux programs. This minHour teaches you how to execute .RUN files in Linux using the Ubuntu terminal. Since RUN files install software, make sure it’s legitimate and won’t harm your computer before executing it. RUN files from suspicious links can contain malware and damage your … Read more

How to Reset Forgotten Password in Linux

So you forgot your Linux/Ubuntu/Unix password? No worries, this article will guide you how to reset your Linux password in minutes. Steps Boot into recovery mode. While your computer is booting, from the boot menu select the “recovery mode” option. Press F8 key in case boot menu doesn’t appear.WH.shared.addScrollLoadItem(‘8579ef3bca0796fecfc6374ed4d10900’) Select the option ‘Drop to root … Read more

How to Install Mesa (OpenGL) on Linux Mint

Mesa is an open-source implementation of the OpenGL specification – a system for rendering interactive 3D graphics. Technically, OpenGL is just a specification, implemented by your graphics driver. There’s no such thing like an OpenGL SDK library. There’s just libGL.so which comes with your driver. To use it, you need bindings for your programming language … Read more

How to Install Debian sid

Debian sid is the permanent unstable development version of Debian. It is where the latest versions of programs being considered for inclusion in a Debian release are uploaded and tested. Because it has no official install media, and the few netboot images that are built often don’t work, even people who are willing to risk … Read more

How to Use Cygwin

Cygwin is a free command line interface that allows programs that were written for things like Linux and Unix to run on Windows. In other words, it provides an environment where Windows applications and tools can run alongside those from Unix or Linux and, for someone familiar with Unix environments, it can mitigate the need … Read more