Linux

Linux Tutorials

We found 6 Linux Tutorials
How to install NodeJS on Fedora 35
How to install NodeJS on Fedora 35
The easiest way to install NodeJS on Fedora 35 is to use the dnf package manager. Use DNF to download NodeJS Simply Open up your terminal and run the following command. sudo dnf install nodejs Verify the packages to download After you have run sudo dnf install nodejs you will have to ...
How to Create SSH Keys for Linux
How to Create SSH Keys for Linux
An SSH key is an access credential utilized for the SSH protocol. Its function is similar to that of user names and passwords, but the keys are primarily used for accessing servers via the command line. Create SSH Key To create and SSH key on Linux we can use the command ssh-keygen. s...
How to Install Go on Linux
How to Install Go on Linux
Download the latest Linux version of Go You can download the latest binary from https://go.dev/dl/ Extract the archive you downloaded into /usr/local, creating a Go tree in /usr/local/go. Important: This step will remove a previous installation at /usr/local/go, if any, prior to extr...
How to Monitor and Reduce CPU Temperature on GNOME
How to Monitor and Reduce CPU Temperature on GNOME
GNOME is a fantastic desktop environment that ships with a wide variety of Linux distributions including Ubuntu , Fedora , and OpenSUSE. Even though most of the things you would ever need to manage your computer effectively is included with the regular installation of GNOME. One thing...
How to Find Your MAC Address on Ubuntu
How to Find Your MAC Address on Ubuntu
At some point when running Ubuntu on your local machine or a server it can be useful to find out what your MAC address is. In this tutorial I will showcase three ways you can get hold of your MAC address or devices connected to your system. What is a MAC Address? A MAC address is a un...
How to Locate and Kill Processes in Linux
How to Locate and Kill Processes in Linux
Running any system comes with all sorts of unintended consensuses like encoutering unresponsive apps, frozen process and much more. Today we are going to take a look at how we can mitigate that when running Linux. The operating system comes with a hand full of command-line tools that ...

Linux Tutorials

Tutorials are a fantastic medium for learning and gather quick knowledge about a specific topic. In total, our community has published 6 tutorials about Linux. These tutorials can be read to get a better understand of how Linux works. All Linux Tutorials on this page are rated by the communtiy so that you are presented with the best content possible. New articles will instantly be added to this list as they are written and published by community members.

Linux

Linux is a free and open source operating system created by the Finish software engineer Linus Torvalds. Linux power most of the servers in existences today with Ubuntu being the distribution leading that race. Linux is also used on desktop computers and comes in many flavors and distributions.