Showing headlines posted by LinuxCareer

« Previous ( 1 ... 2 3 4 5 6 7 8 9 10 11 12 ... 18 ) Next »

Things to install on Ubuntu 20.04

This article explores various software that you can install on Ubuntu 20.04 Focal Fossa. There is a variety of things that can be installed on Ubuntu 20.04, hence we have divided all the software into two categories: Ubuntu user and DevOps.

Things to know about Ubuntu 20.04 Focal Fossa

Canonical's latest iteration to the Ubuntu operating system is Ubuntu 20.04 Focal Fossa, released on April 23, 2020. This is an LTS (long term support) release - the type of release that Canonical only publishes every two years, and continues to support for the next five.

Ubuntu 20.04 LTS Download

  • Linuxconfig.org; By linuxconfig.org (Posted by LinuxCareer on Apr 25, 2020 5:46 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this Ubuntu 20.04 Download guide you will learn where to download and how to download Ubuntu 20.04 LTS ISO image for Ubuntu, Kubuntu, Ubuntu Budgie, Ubuntu Studio, Xubuntu, Lubuntu, Kylin desktops and Ubuntu 20.04 Server.

How to Create Backups with Fsarchiver on Linux

  • Linuxconfig.org; By Egidio Docile (Posted by LinuxCareer on Apr 24, 2020 8:42 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Fsarchiver is a free software utility that let us create file-level backups of one or multiple filesystems in a single archive. One big advantage of this kind of backup is that we can restore it on a filesystem smaller than the original one (but of course large enough to contain all the files); this is usually impossible when performing block-level backups, using tools like partclone or dd. In this article we will learn how to install and use the application and its main features.

How to Add Videos to Your Kodi Library

Kodi's library feature lets you browse your videos in a much friendlier and more visually appealing form. Kodi fetches cover artwork and descriptions for your videos, including more readable movie and show titles. It's simple to set up, and Kodi does most of the work automatically.

Ubuntu 20.04 Guide

This Ubuntu 20.04 guide introduces the new Ubuntu 20.04 and explains how to get this operating system and how to install it on your computer. It also provides you with comprehensive instructions on how to use Ubuntu 20.04.

How to Control Kodi From Android

Kodi has its own remote app for Android that makes controlling your media center incredibly simple. In order to use it, all you'll need to do is configure Kodi to allow the remote, and install the app on your Android device.

How to use ncurses widgets in shell scripts on Linux

  • Linuxconfig.org; By Egidio Docile (Posted by LinuxCareer on Apr 10, 2020 4:11 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this tutorial we will learn the basics of the dialog utility, in order to use ncurses widget in our shell scripts. We will see how to install dialog in the most used Linux distributions, some of the common options we can use to alter the behavior of dialog, how to use some widgets; among the others: inputbox, checklist, radiolist and yesno. Finally, we will see how to use the data obtained by the widget processing.

How to Enable Multiple Simultaneous Audio Outputs on Pulseaudio in Linux

Pulseaudio has a ton of features, most of which you'll probably never use, but if you do need the ability to play audio through multiple output devices at once, you're in luck. That happens to be one of Pulse's lesser known capabilities, and it even works with Bluetooth.

Introduction to the JavaScript Fetch API

Compared to XMLHttpRequest and the libraries built around it, like JQuery.ajax, the fetch API defines a more modern and cleaner way of performing asynchronous requests, based on the use of promises. In this article we will see some of the interfaces provided by the API, like Request and Response, and we will learn how to use the fetch method to perform various types of asynchronous requests.

How to Install Nextcloud Client on Debian 10 Buster

If you already have a Nextcloud server in place, you're going to need to set up your client devices to connect to it. Setting up the Nextcloud client on Debian is very simple, and so is setting up your folders to sync.

How to list, create, delete partitions on MBR and GPT disks - RHCSA Objective Preparation

Disk partitions are the basis of storing our data on disks. To be able to handle partitions, in this part of RHCSA exam preparation tutorial we will add an empty disk to our test RHEL 8 system, and create, list, and delete a new partition on it.

How to install the NVIDIA drivers on Fedora 31

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 31, and your hardware, the NVIDIA Graphics GPU. The NVIDIA drivers can be installed by using the 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.

Install the Latest Nvidia Linux Driver

  • Linuxconfig.org; By Lubos Rendek (Posted by LinuxCareer on Mar 9, 2020 10:22 PM EDT)
  • Story Type: Tutorial; Groups: Linux
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.

Install ARCH Linux on ThinkPad X1 Carbon Gen 7 with encrypted filesystem and UEFI

In this article we will be installing Arch Linux on ThinkPad X1 Carbon Gen 7 Laptop. This tutorial contains installation instructions, basic configuration as well as some post-install tuning of Arch Linux to get you started.

How to setup the rsync daemon on Linux

  • Linuxconfig.org; By Egidio Docile (Posted by LinuxCareer on Mar 5, 2020 3:51 PM EDT)
  • Story Type: Tutorial; Groups: Linux
In a previous article we saw some basic examples of how to use rsync on Linux to transfer data efficiently. As we saw, to synchronize data with a remote machine we can use both a remote shell as ssh or the rsync daemon. In this article we will focus on the latter option, and we will see how to install and configure rsyncd on some of the most used Linux distributions.

How to create a selection menu using the select statement in Bash shell

We all very often use bash scripts to automatize boring and repetitive tasks. Sometimes in our scripts we need to ask the user to perform one or more choices interactively: in this tutorial we will see how to use the Bash shell select statement to perform such operation in very few lines of code.

How to Watch Disney Plus on Linux With Firefox

Disney Plus is super popular, and it's not wonder. The service is loaded with Disney, Marvel, and Star Wars streaming content, including original series. There's one problem for Linux users, though. The operating system isn't officially supported. That's alright, though, it's still popular to stream your favorite shows and movies.

How to benchmark Webserver with Apache Bench

Apache Bench is a tool used to measure the performance of a web server. Despite having “Apache” in its name, it can actually be used to test any type of web server. In this tutorial, we’ll go over the steps to use Apache Bench and how to interpret its report about a web server’s performance.

How to analyze and interpret Apache Webserver Log

Apache web servers can generate a lot of logs. These logs contain information such as the HTTP requests that Apache has handled and responded to, and other activities that are specific to Apache. Analyzing the logs is an important part of administering Apache and ensuring that it runs as expected.

« Previous ( 1 ... 2 3 4 5 6 7 8 9 10 11 12 ... 18 ) Next »