Successful Phoronix Test Suite installation on Manjaro 21 Linux

How to install Phoronix Test Suite on Manjaro 21 Linux

Phoronix Test Suite is a video graphic card (VGA) benchmark tool for Linux. In the following tutorial we will perform an installation of Phoronix Test Suite on Manjaro 21 Linux from Arch User Repository using command line tools makepkg and pacman .

In this How to install Phoronix Test Suite on Manjaro 21 Linux tutorial you will learn:

  • How to clone the latest Phoronix Test Suite AUR repository.
  • How to Build Phoronix Test Suite package.
  • How to install Phoronix Test Suite AUR package.

Read more

Nvidia Linux Driver

Install the Latest Nvidia Linux Driver

Most of the modern Linux Desktop systems come with Nvidia driver pre-installed in a form of the Nouveau open-source graphics device driver for Nvidia video cards. Hence depending on your needs and in most of the situations there is no need for an additional Nvidia Linux Driver installation procedure.

The only reason could be that you wish to squeeze as much power as possible from the Nvidia VGA card and in that case you may attempt to install the official proprietary Nvidia Linux driver. Some Linux distributions offer the proprietary driver pre-packaged as part of its standard package repository making the entire Nvidia Linux Driver procedure extremely easy to follow.

As already mentioned the other alternative is to download and install the Nvidia Linux Driver directly from the Nvidia.com website. This procedure usually involves more hands on approach and it is rather intermediate Linux system administration job.

WARNING
Installation of the Nvidia Linux Driver from a 3rd party sources such as the proprietary Nvidia Linux driver from Nvidia.com or via PPA repository may result in an unstable system. From this reason if there is no real need for the Nvidia Linux Driver upgrade you are recommended to remain with the open source Nouveau driver.

Read more

Ethereum Mining on Ubuntu and Debian

Ethereum Mining on Ubuntu and Debian

Ethereum has established itself as one of the big players in the cryptocurrency world. It’s value has been on a steady rise for well over a year, and it’s one of the most widely traded coins in the world.

Ethereum is also an open source technology, and the Ethereum blockchain is powering a whole new wave of web development and web technologies. Even though the initial wave of interest in Ethereum has subsided, it’s clearly not too late to get involved.

If you aren’t running the AMDGPU-PRO drivers, check out our guide on installing OpenCL for open source AMDGPU before going any further.

Read more

Pop!_OS desktop

Pop!_OS vs Ubuntu Linux

Pop!_OS and Ubuntu are both popular Linux distributions, each of which has their pros and cons, differences, and similarities to the other.

In this guide, we’ll be comparing the two distributions across a few key areas and giving a brief review of both distros. Read on to learn more about Pop!_OS and Ubuntu, and how they compare. By the end of this article, you’ll be armed with enough information to choose the best distro for your needs.

In this tutorial you will learn:

  • Pop!_OS and Ubuntu background information
  • Pop!_OS and Ubuntu similarities and differences
  • Which distro should I use, Pop!_OS or Ubuntu?

Read more

Hardware acceleration enabled in Mozilla Firefox

Firefox hardware acceleration on Linux

As new innovations continue to push the envelope of what’s possible on a modern PC, hardware acceleration has been finding its way into many common applications. In recent versions, Mozilla Firefox now allows users to enable hardware acceleration in the web browser’s settings.

In this guide, we’ll talk about Firefox’s hardware acceleration. This will include a brief introduction to what it is and how it works, as well as how to enable or disable the setting on a Linux system. Keep reading if you want to give hardware acceleration a try, potentially speeding up your web browser a great deal.

In this tutorial you will learn:

  • What is hardware acceleration in Firefox?
  • How to enable or disable hardware acceleration
Hardware acceleration enabled in Mozilla Firefox

Hardware acceleration enabled in Mozilla Firefox

Read more

Installing Lutris and games on Manjaro Linux

Install Lutris on Manjaro

Lutris is a game manager that can be run on Manjaro and other Linux distributions, and it does its job incredibly well. It has thousands of games in its catalog and works with very little fuss, allowing you to install games from the cloud and keep them up to date. Most games are “one click install” titles, meaning that you shouldn’t have to worry about fiddling with extra configuration to get a Windows game working on Linux. It just works.

You’ll need to have Wine on Manjaro in order to ensure a smooth experience with Lutris. The two work really well together, and that’s because the developers of Lutris also work directly with Wine staging. Since the Lutris developers already program their installers to use the most optimal settings possible, there’s no need to fool around with Winetricks or any of the usual Wine configuration utilities.

If you’ve already installed Manjaro and are ready to start gaming, follow along as we setup Lutris and its dependencies on our system.

In this tutorial you will learn:

  • How to install Wine and dependencies
  • How to install Lutris
  • How to install a game on Lutris

Read more

Installed NVIDIA drivers on Ubuntu 20.10 Groovy Gorilla Linux

How to install the NVIDIA drivers on Ubuntu 20.10 Groovy Gorilla Linux

The objective is to install the NVIDIA drivers on Ubuntu 20.10 Groovy Gorilla Linux and switch from a opensource Nouveau driver to the proprietary Nvidia driver.

To install Nvidia driver on other Linux distributions, follow our Nvidia Linux Driver guide.

In this tutorial you will learn:

  • How to perform an automatic Nvidia driver installation using standard Ubuntu Repository
  • How to perform an Nvidia driver installation using PPA repository
  • How to install the official Nvidia.com driver
  • How to uninstall/switch back from Nvidia to Nouveau opensource driver

Read more

Minecraft installed and running on Manjaro Linux

How to install Minecraft on Manjaro

While Linux isn’t always known for its stellar support of video games, Minecraft developers have released a version specifically for Linux, and it runs great on Manjaro. You don’t even need to use Lutris or install Wine for it to function properly.

In this guide, we’ll show you how to download and install Minecraft to get you up and playing in no time.

In this tutorial you will learn:

  • How to install Minecraft from AUR
  • How to launch Minecraft from GUI or command line

Read more

Batch Convert Audio Files With FFMPEG

How to Batch Convert Music Files with FFMpeg

FFMpeg is at the core of tons of multimedia utilities, but the utility itself doesn’t have the ability to convert multiple files at once. Thankfully, FFMpeg is scriptable, and you can easily set something up quickly with Bash.

In this tutorial you will learn:

  • How to Set Up Your Variables
  • How to Construct the Loop
  • How to Strip Out the File Names
  • How to Put it All Together, and Run

Read more

Ubuntu 20.04 Minecraft Server Setup

Ubuntu 20.04 Minecraft Server Setup

The beauty of having your own Minecraft server is that you’re totally in charge of your gaming experience. You get to choose what settings are used on the server, you can use (or abuse) your admin powers for an advantage, and bestow those powers on to your fellow gaming buddies. You may want to create a private server for just you and your friends, or make it public for everyone to access.

Ubuntu 20.04 Focal Fossa is a top choice for hosting a Minecraft server, as Linux is known for its stability when running servers and Ubuntu is known for its ease of use. Follow along below as we take you through the steps to get your Minecraft server up and running.

In case you’re also wondering how to play Minecraft on Ubuntu 20.04, we’ve got you covered for that too. Just check out our other guide about how to install Minecraft on Ubuntu 20.04 Focal Fossa Linux.

In this tutorial you will learn:

  • How to install and configure Minecraft Server
  • Create Minecraft SystemD startup script
  • Provision new Minecraft server instance on the same host

Read more

FFmpeg on Ubuntu 20.04

Ubuntu 20.04 FFmpeg installation

FFmpeg is a library of tools used for processing video and audio files. You can do a lot of things with it, such as encode videos or transcode audio to different formats, to name a few. In this guide, we’ll show you how to install it on Ubuntu 20.04 Focal Fossa. There are two options for doing so, either from Ubuntu’s software repository or compiling the latest version directly from source. We’ll show you both methods below.

In this tutorial you will learn:

  • How to install FFmpeg from Ubuntu software repository
  • How to install latest FFmpeg compiled from source

Read more