Adobe Flash running successfully in Mozilla Firefox

How to install Adobe Flash Player on Linux

Adobe Flash Player was the standard for web videos and interactive websites for many years. It’s not as relevant as it once was, due to being superseded by HTML 5. However, it hasn’t died out completely and you may still run across some websites that require you to have Abobe Flash installed.

In this guide, we’ll be using our Ubuntu Linux system to install and enable Adobe Flash Player on various web browsers, like Firefox, Chrome, Chromium, and Opera. Follow along with the steps below to get it enabled on your own system.

In this tutorial you will learn:

  • How to install Flash Plugin (Firefox and Chrome)
  • How to install Flash Plugin (Chromium and Opera)
  • How to install Flash Plugin (browsers installed via Snap)
  • How to enable Adobe Flash in Mozilla Firefox
  • How to enable Adobe Flash in Google Chrome, Chromium, and Opera
Adobe Flash running successfully in Mozilla Firefox

Adobe Flash running successfully in Mozilla Firefox

Read more

An introduction to CUPS on Linux

Linux cups tutorial for beginners

CUPS is a printing system used on many different Linux distributions. Its use is very widespread, as it has become the standard print manager on the majority of popular Linux distros. It acts as a print spooler, scheduler, print job manager, and can store information for numerous local or network printers.

In this guide, we’ll introduce you to CUPS on Linux, with basic information like commands, accessing its web interface, default port, how to add a printer, testing, and starting and stopping the service. Various systems may implement CUPS differently or put their own spin on it, but CUPS works mostly the same on any distro and these instructions will likely apply to any system that utilizes CUPS.

In this tutorial you will learn:

  • How to use the CUPS web interface
  • How to add a printer in CUPS
  • Various CUPS commands
  • How to control the CUPS service
An introduction to CUPS on Linux

An introduction to CUPS on Linux

Read more

Apache Solr installed on Linux

Apache Solr Linux install

Apache Solr is open source search software. It’s capable of being implemented as an enterprise-level search engine thanks to its high scalability, advanced indexing, fast queries, and ability to integrate with a large variety of applications. It’s capable of tackling big data and also has high availability with its load balancing and failover configurations.

The platform is written in Java and can be installed on Linux systems. In this guide, we’ll show the step by step instructions for installing Apache Solr on some of the most popular Linux distros, including Ubuntu, Debian, CentOS, and Red Hat.

In this tutorial you will learn:

  • How to install Apache Solr on Debian based systems
  • How to install Apache Solr on Red Hat based systems
  • Initial configuration of Apache Solr
Apache Solr installed on Linux

Apache Solr installed on Linux

Read more

Oracle Linux running GNOME desktop environment

Oracle Linux Download

Oracle Linux is an enterprise level distro based on Red Hat Enterprise Linux. You’ll find it to be in the same league as most other enterprise focused distributions, such as SUSE Linux. For other most popular Linux distributions please visit our dedicated linux download page.

As you might expect, Oracle Linux has been developed to integrate well with other Oracle products. This makes it a solid choice for businesses that have invested in other Oracle software or hardware, including their popular database applications. It features the “Oracle Unbreakable Kernel” which Oracle touts as highly stable and reliable.

Following in RHEL’s footsteps, Oracle Linux comes with the GNOME desktop environment by default. It’s free to install and use as you please, but has optional support available for those that wish to subscribe. This is a departure from RHEL’s model that makes a subscription necessary to use their OS.

Read more

BackupPC installed on Linux

BackupPC tutorial on Linux

BackupPC is a free and versatile backup suite that can run on Linux systems and supports several protocols like NFS, SSH, SMB, and rsync. It can be used to backup numerous Linux, Mac, and Windows machines.

It has a lot of nice features like automatic backups and a web interface as its control panel. It also uses file compression and hard links to try and minimize the amount of space that your backups consume. Thus if a file is present on multiple machines, BackupPC is smart enough to only store a single copy of that file in the backup.

In this guide, we’ll show the step by step instructions for installing BackupPC on popular Linux distributions like Ubuntu, Debian, and CentOS. We’ll also cover some initial configuration so you can understand how to setup backup tasks within the program.

In this tutorial you will learn:

  • How to install BackupPC on various Linux distros
  • Initial configuration of BackupPC
BackupPC installed on Linux

BackupPC installed on Linux

Read more

Installing XAMPP on Ubuntu Linux

How to install XAMPP on Ubuntu Linux

Hosting a website on a Linux system usually involves multiple software packages that operate together to deliver a web browsing experience to potential viewers. For example, it’s common for PHP to dynamically render web content but retrieve data from a database. These are two separate components and they must both be installed to present a website as intended.

XAMPP is a software stack that can run on Ubuntu Linux and make your life a little easier when it comes to web hosting. XAMPP stands for cross-platform (X), Apache (A), MariaDB (M), PHP (P), and Perl (P). These are all common components used in web hosting, and combining them into a single installation makes the initial setup less complicated. XAMPP also comes with Bitnami, which allows you to install content managements systems, such as WordPress, as well as other apps on top of your XAMPP installation if you choose.

In this guide, we’ll cover the installation of XAMPP on Ubuntu Linux. Follow along with our step by step instructions to get it setup on your own system.

In this tutorial you will learn:

  • How to install XAMPP on Ubuntu Linux
  • How to manage your XAMPP installation
Installing XAMPP on Ubuntu Linux

Installing XAMPP on Ubuntu Linux

Read more

Grub rescue on a Linux system

Introduction to Grub Rescue

Grub is a boot loader for many Linux distributions which basically tells your system where it can find installed operating system(s) on one or more hard drives. Your PC needs this information in order to boot into your Linux distro successfully.

When powering on your PC, Grub begins to look for installed operating systems. If it has trouble finding one or if it can’t load part of its config, you’ll be brought to the Grub Rescue command line interface that allows you to repair the boot loader.

In this guide, we’ll show how Grub Rescue works, along with the commands you’ll need in order to repair a broken boot loader and get back into your Linux install.

NOTE
If you experience a no such partition error, we have a separate guide for how to fix grub error: no such partition grub rescue

In this tutorial you will learn:

  • What are the Grub files?
  • How to repair Grub
  • What to do if Grub is completely broken
Grub rescue on a Linux system

Grub rescue on a Linux system

Read more

Clearing memory cache and using free command to show before and after result

Clear cache on Linux

When files and system utilities are used by a Linux system, they’re temporarily stored in random access memory (RAM), which makes them much quicker to access. This is a good thing, since frequently accessed information can be quickly recalled, which ultimately makes your system perform faster.

The operating system determines how long to keep files cached in memory, but Linux also gives the user the ability to clear the cache manually. You normally will never need to do this, although there are edge situations where it can come in handy.

In this guide, we’ll show you how to clear the memory cache on Linux by clearing PageCache, dentries, and inodes from the command line.

In this tutorial you will learn:

  • What is PageCache, dentry, and inode cache?
  • How to clear cache
Clearing memory cache and using free command to show before and after result

Clearing memory cache and using free command to show before and after result

Read more

Zip folder in Linux

Zip folder in Linux

If you have a folder that’s full of files and need to send it to someone or otherwise store it efficiently, archiving the folder into a .zip file is a good way to do it. Of course, on Linux systems, it’s probably more common to come across compressed tar files, but zip archives are still ubiquitous and a perfectly viable choice.

In this guide, we’ll show you how to compress (or “zip”) a folder on all major Linux distributions. We’ll be covering the steps for doing so on the command line as well as from the GNOME and KDE graphical desktop environments. Choose whichever method you find most appropriate when creating your zip file.

In this tutorial you will learn:

  • How to zip a folder from Linux command line
  • How to zip a folder from GNOME GUI
  • How to zip a folder from KDE GUI
Zip folder in Linux

Zip folder in Linux

Read more

Checking the Node.js version and help menu on Linux

How to install Node.js on Linux

Node.js is a JavaScript runtime environment that is used for hosting websites. It offers users the ability to write websites in JavaScript whose code executes on the server instead of a client’s browser.

To host a website with Node.js on a Linux system, you need to download and configure the Node.js software. Node.js is available for installation on any major Linux distro, although the commands to install it may differ. Most users will also wish to install npm, the package manager for Node.js and JavaScript, when they install Node.js.

In this guide, we’ll show you how to install Node.js from the command line on various Linux distributions so you can get started hosting your JavaScript based website. We’ll also include instructions for installing npm.

In this tutorial you will learn:

  • How to install Node.js on major Linux distros
Checking the Node.js version and help menu on Linux

Checking the Node.js version and help menu on Linux

Read more

Best Ubuntu Screen Recorders

Best Ubuntu Screen Recorders

If you ever need to record your screen on Ubuntu Linux, there are a lot of tools you can use to accomplish the task. Not all Linux screen recording software is created equal, and you may find that one tool suits your scenario better than others.

In this guide, we’re counting down our top 5 favorite screen recorders for Ubuntu. We’ll also cover their highlighted features and show you how to install and get started using each one via apt package manager on command line.

In this tutorial you will learn:

  • Top 5 Ubuntu screen recorders
Best Ubuntu Screen Recorders

Best Ubuntu Screen Recorders

Read more

apt-add-repository: command not found error when trying to add a PPA respository

sudo: apt-add-repository: command not found?

The sudo: apt-add-repository: command not found error is one you might encounter when trying to add a third party PPA repository on Debian, Ubuntu, Linux Mint, or any other Linux distribution based on Debian.

PPA repositories are used for installing third party software not available in a system’s official repositories. In this guide, we’ll show you how to remedy this error so you can add these repositories and install the desired software.

In this tutorial you will learn:

  • How to fix apt-add-repository: command not found error
apt-add-repository: command not found error when trying to add a PPA respository

apt-add-repository: command not found error when trying to add a PPA respository

Read more