How to Use Linux

Most desktop computers run some version of Microsoft Windows, but most servers and a growing number of desktop computers run on Linux kernels, which are flavors of Unix. Learning your way around Linux was traditionally daunting at first, as it seemed quite different from Windows, but many current versions are easy to use as they … Read more

How to Install Linux Mint

This minHour teaches you how to replace your computer’s operating system with Linux Mint. You can do this on both Windows and Mac computers. Preparing to Install Back up your computer Since you’ll be replacing your computer’s operating system with Linux, it’s good practice to back up your computer’s files and preferences, even if you … Read more

How to Become Root in Linux

The “root” user account on Linux has full administrative privileges over the entire system. If you want to edit system configuration files, install software, add users, or virtually anything else outside of your home directory, you’ll need root access. For most tasks, you won’t need to log or switch to the root user account—you can … Read more

How to Run an INSTALL.sh Script on Linux in 4 Easy Steps

Did you download Linux software that came with an install.sh file? Install.sh is a simple text-based shell script that makes it easy to install software. To use an install.sh script, you’ll first need to make it executable using chmod +x install.sh. Then, you can execute the script in a terminal with the command ./install.sh or … Read more

How to Use Wine on Linux

This minHour teaches you how to install and run Wine on a Linux computer. Wine is a program that allows you to run Windows applications on a non-Windows computer. Installing Wine Open the Terminal. Select the application from your computer’s Menu or Applications list to do so. On most Linux versions, you can also open … Read more

How to Assign an IP Address on a Linux Computer

This minHour teaches you how to assign a new IP address to your computer when using Linux. Doing so can prevent connection issues for the item in question. Debian, Ubuntu, & Linux Mint Verify your Linux version. Popular Debian-based Linux distributions include Ubuntu, Mint, and Raspbian versions. Open Terminal. This is the command line app … Read more

How to Install Steam on Linux

This minHour teaches you how to install the Steam app on various Linux distributions. If you’re running Ubuntu or Debian, you can install Steam from the Ubuntu Software app or use the Ubuntu repositories. For the latest updates not available in the Ubuntu repositories, you can install Steam from its official DEB package. If you … Read more