Monero is a cryptocurrency that is decentralized and has a primary focus on user privacy. To get started using Monero, you will first need a Monero Wallet. The Monero Wallet is available for Linux systems, whether you are running a GUI or just command line only. It is open source and free to use.
crypto
How to install the NVIDIA drivers on Manjaro 21 Linux
In this tutorial, you will learn how to install the NVIDIA drivers on Manjaro Linux. Installing the NVIDIA driver on Manjaro will increase graphic performance for your computer and enable additional features. You have two choices for installation, either automatic install using the standard Manjaro Repository, or manual install using the official nvidia.com driver.
Nvidia RTX 3080 Ethereum Hashrate and Mining Overclock settings on HiveOS Linux
This article will provide you with the information on how to overclock your Nvidia RTX 3080 graphics card for a best performance and Hashrate/Watt efficiency and Ethereum mining. We have performed number of tests by modifying memory clock and absolute core clock parameters on Nvidia RTX 3080 graphics card to determine the best configuration.
How to install the NVIDIA drivers on Ubuntu 22.04
The objective is to install the NVIDIA drivers on Ubuntu 22.04 (Jammy Jellyfish) Linux and switch from a default opensource Nouveau driver to the proprietary Nvidia driver.
How to create and extract cpio archives on Linux Examples
Although the cpio archiving utility is nowadays used less than other archiving tools like tar, it is still good to know how it works, since it is still used, for example, to create initramfs images on Linux and for rpm packages, which are used mainly in the Red Hat family of distributions.
How to hash passwords on Linux
Passwords should never be stored as plain text. Whether we are talking about a web application or an operating system, they should always be in hash form (on Linux, for example, hashed passwords are stored in the /etc/shadow
file).
How to install the NVIDIA RTX 3080 driver on Debian 10 (buster)
The NVIDIA driver for the RTX 3080 GPU is currently in experimental stage for Debian 10 (buster),thus this driver is not yet available as part of a standard Debian 10 repository.
In this article you will learn how to install Nvidia RTX 3080 driver on Debian 10 Buster using the official NVIDIA driver as well as how to install NVIDIA RTX 3080 driver from a Debian backports repository.
In case you are Ubuntu Linux user, please navigate to the following guide on how to install NVIDIA driver on Ubuntu Linux.
In this tutorial you will learn:
- How to install Nvidia driver from a Debian backports repository
- How to install Nvidia driver from the official Nvidia package
- How to disable nouveau driver
- How to install Nvidia driver prerequisites
How to get CUDA Cores count on Linux
In this article you will learn how to get CUDA Cores count on Linux. As a text subject we will get CUDA core count on NVIDIA GeForce RTX 3080.
In this tutorial you will learn:
- How to get CUDA Cores count using NVIDIA drivers
- How to get CUDA Cores count using NVIDIA CUDA toolkit
How to install NVIDIA CUDA on Debian 10 (buster)
In this tutorial we will be be installing NVIDIA CUDA on Debian 10 (buster) Linux. We will perform direct network installation from the CUDA developer repository.
In this tutorial you will learn:
- How to install CUDA
- How to confirm CUDA installation
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.
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.
How to Install The Latest AMD Radeon Drivers on Ubuntu 18.04 Bionic Beaver Linux
Objective
Install the latest AMD graphics drivers on Ubuntu
Distributions
Ubuntu 18.04
Requirements
A working install of Ubuntu 18.04 with root privileges
Conventions
- # – requires given linux commands to be executed with root privileges either directly as a root user or by use of
sudo
command - $ – requires given linux commands to be executed as a regular non-privileged user
Other Versions of this Tutorial
Introduction
If you’re planning on using an AMD graphics card with Ubuntu 18.04, you have a couple of options. Because Bionic is an LTS release, you do have the option of using the proprietary AMDGPU-PRO drivers. The open source drivers that come with Ubuntu are probably better for gamers, though. They’re already installed, and you can configure your system to receive constant performance-boosting upgrades from the latest Mesa releases. Either way, you’re going to have great experience working with AMD on Ubuntu 18.04.