Files with a .rar extension are compressed archives, much like a .tar.gz or .zip file. It is one of many file compression formats that rose to popularity over the years, but requires its own utility to use.
fedora
How to make sleep or suspend Fedora
Disregarding GUI, you can always put your Linux system to sleep from command line. Here is a Fedora suspend procedure step by step.
Virtualbox Guest additions installation on Fedora Linux
If you’re running Fedora Linux inside a VirtualBox virtual machine, installing the Guest Additions software will help you get the most out of the system. VirtualBox Guest Additions will give the machine more capabilities, such as a shared clipboard with the host system, drag and drop file transfer, and automatic window resizing.
This makes copying data to and from a host system much more convenient. It also changes the VM’s resolution automatically when its window is resized, so you don’t need to change it manually. Guest Additions will work with just about any Linux distribution, but instrutions can differ because of dependencies and package managers.
In this guide, we’ll be going over the step by step instructions to get VirtualBox Guest Additions installed on Fedora Linux. With these instructions, it doesn’t matter what host system you’re using, as long as the virtual machine is running Fedora. This guide assumes that you’ve already installed Fedora in the VM correctly.
In this tutorial you will learn:
- How to install VirtualBox Guest Addition on Fedora
Configure Apache VirtualHost on Fedora
Apache web servers utilize the virtual host feature in order to host more than one website. If you have Apache installed on Fedora Linux and want to run multiple websites, this is the route you will have to take. But don’t worry, Apache makes it rather easy to setup and configure virtual hosts.
In this guide, we’ll go through the step by step instructions to configure Apache virtual hosts on Fedora.
In this tutorial you will learn:
- How to configure Apache virtual hosts on Fedora Linux
NVIDIA GeForce Driver Installation on Fedora Linux 64-bit
The NVIDIA Driver is a program needed for your NVIDIA Graphics GPU to function with better performance. It communicates between your Linux operating system, in this case Fedora, and your hardware, the NVIDIA Graphics GPU.
The NVIDIA drivers can be installed by using a Bash command after stopping the GUI and disabling the nouveau driver by modifying the GRUB boot menu.
To install Nvidia driver on other Linux distributions, follow our Nvidia Linux Driver guide.
In this NVIDIA Drivers installation guide you will learn:
- How to install NVIDIA graphic driver automatically using RPM Fusion and manually using the official NVIDIA driver from nvidia.com
- How to identify your NVIDIA graphic card model on your operating system
- Where to download the NVIDIA driver package for Fedora Linux
- How to install prerequisites for a successful Nvidia Driver compilation and installation on Fedora Linux
- How to disable the nouveau driver
- How to successfully install NVIDIA Drivers on your Fedora Linux operating system.
How to create a Fedora Linux Live bootable USB key
A great feature of many Linux distributions is that you can create a live USB (or CD/DVD) key and boot directly into it. This allows you to try out an operating system, troubleshoot an existing installation, or install Linux onto the system’s hard drive.
Fedora is one of those distributions of Linux that allows us to boot into a usable environment directly from USB. In order to do that, we just need to write the Fedora installation file (.ISO format) to the USB thumb drive.
In this guide, we’ll go over the step by step instructions to create a Fedora bootable USB key via either command line or GUI. Follow along with us to get your USB key setup through Fedora’s Media Writer tool or the ddrescue command utility.
In this tutorial you will learn:
- How to download Fedora and Fedora Media Writer
- How to create Fedora bootable USB with Media Writer (GUI method)
- How to create Fedora bootable USB with ddrescue (command line method)
How to install Docker on Fedora Linux system
Docker is a tool that is used to run software in a container. It’s a great way for developers and users to worry less about compatibility with an operating system and dependencies because the contained software should run identically on any system.
Docker is available for download and installation on Fedora as well as most other distributions of Linux. However, installing it on Fedora can be a bit tricky because Red Hat doesn’t offer native support for Docker on its distributions. Instead, Red Hat pushes support for Podman, an alternative to Docker. This makes Docker a bit harder to install, but it’s still possible on Fedora.
In this guide, we’ll show you how to install Docker on Fedora and get started with installing containerized software. After Docker is installed, you can use it to install software packages much the same way you would use your distro’s package manager to download an app. The difference of using Docker is that everything is more automated, with compatibility and dependencies no longer being potential issues.
In this tutorial you will learn:
- How to install Docker
- How to start Docker and make it run automatically at boot
- How to run Docker without root
- How to search for a Docker image
- How to install a Docker image
- How to run a Docker image
- How to monitor Docker with various commands
- How to automatically start a Docker container
How to create a custom rpm repository on Linux
Rpm is the acronym of RPM Package Manager: it is the low-level package manager in use in all the Red Hat family of distributions, such as Fedora and Red Hat Enterprise Linux.
An rpm package is a package containing software that is meant to be installed using this package management system, and rpm packages are usually distributed via software repositories. In this tutorial we learn how to create a custom rpm repository and how to configure our distribution to use it as a software source.
In this tutorial you will learn:
- How to create an rpm repository
- How to use the repository as a software source
Installation of Concrete5 CMS on Fedora Linux
Concrete5 is a CMS (content management system) which allows users to edit any page via editing toolbar and change its content or design without reading complicated manuals or navigating a complex administration back-end.
In this article, we’ll go over the step by step to install Concrete5 CMS on Fedora Linux. This will include setting up Apache as an HTTP server, various PHP modules, and MariaDB to host the database.
In this tutorial you will learn:
- How to install prerequisite packages for Concrete5 CMS
- How to setup a MariaDB database and user for Concrete5
- How to install and configure Concrete5 CMS
CentOS vs Fedora
CentOS and Fedora are two of the most well known and widespread Linux distributions. They’re both based on Red Hat Enterprise Linux (RHEL), which means Fedora and CentOS bear a lot of similarities to their ancestor, but also to each 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 CentOS and Fedora 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:
- CentOS and Fedora background information
- CentOS and Fedora similarities and differences
- Which distro should I use, CentOS or Fedora?
Installation of RAR compression utility on Fedora Linux
First download RAR rpm package:
$ wget http://pkgs.repoforge.org/rar/rar-3.8.0-1.el7.rf.x86_64.rpm 2014-10-31 18:51:15 (58.6 KB/s) - ‘rar-3.8.0-1.el7.rf.x86_64.rpm’ saved [216008/216008]
How to run GitBook Editor on Linux
Did you ever wanted to write and publish book? With GitBook you can create ebook using markdown syntax and with few clicks publish it in multiple formats such as PDF, EPUB, HTML or MOBI. GitBook also allows to split the workload among multiple contributors by using git distributed revision control. In this article we show how to run GitBook on Fedora and Ubuntu Linux.