Showing headlines posted by LinuxCapable

« Previous ( 1 ... 20 21 22 23 24 25 26 27 ... 28 ) Next »

How to Install LEMP Stack on Debian 11 – Nginx MariaDB PHP

In the following tutorial, you will learn how to install LEMP (Nginx, MariaDB, PHP 8.0) on Debian 11.

How to Install Node.JS 14 / 16 & NPM on Rocky Linux 8

In the following tutorial, you will learn how to install Node.JS in various ways from the app stream and the node source repository on Rocky Linux 8.

How to Install & Use ClamAV on Rocky Linux 8

ClamAV is an open-source and free antivirus software toolkit able to detect many types of malicious software, including viruses, trojans, malware, adware, rootkits, and other malicious threats. One of its main uses of ClamAV is on mail servers as a server-side email virus scanner or used on file hosting servers to periodically scan to make sure files are clean, especially if the public can upload to the server.

How to Install Backports & Experimental Repository on Debian 11

The following tutorial will teach you how to use backports to install or upgrade an individual package or blindly upgrade your entire system. As a bonus, the tutorial has included the experimental option for those who love to live on the edge.

How to Install Gulp.js on Rocky Linux 8

Gulp is a cross-platform free, open-source JavaScript toolkit that helps developers automate and enhance workflows. Gulp is a task running built on Node.js and NPM that helps developers reduce many time-consuming tasks such as modification and optimization, amongst many other things. Gulp also features a piping output from one task as an input into the next.

In the following tutorial, you will learn how to install Gulp.js on Rocky Linux 8.

How to Install Ionic Framework on Debian 11

Ionic Framework is a free and open-source toolkit for building performing, high-quality mobile and desktop apps. Ionic comes with integrations for popular frameworks like Angular, React, and Vue and is one of the more popular frameworks amongst developers today in the mobile applications field.

In the following tutorial, you will learn how to install Ionic Framework on your Debian 11 Bullseye, its dependencies, create a project, and learn how to start the test application.

How to Install the Latest MySQL 8 on Debian 11

Debian 11 comes with MySQL in its repository, however as many know, Debian stable provides only security updates for its releases in line with keeping its stable build essentially stable. This has great benefits but some drawbacks; in the tutorial, you will learn how to install MySQL 8 for Debian 11.

How to Install Chromium Browser Debian 11

Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web. The Chromium codebase is widely used. Microsoft Edge, Opera, and many other browsers are based on the code.

In the following guide, you will know how to install Chromium Web Browser on your Debian 11 Bullseye operating system. The same principle will work for the older stable version Debian 10, Buster.

How to Install Jellyfin Media Server on Debian 11

In the following tutorial, you will learn how to install Jellyfin on Debian 11 Bullseye, along with how to set your media drives to have correct read and write access, plus if you want to stream an Apache or Nginx reverse proxy option remotely with how to secure it with Let’s Encrypt Free SSL certificate for both web applications.

How to Enable & Disable AppArmor on Ubuntu 20.04

The following will cover how to enable and disable AppArmor and individual profiles; normally, most users would not need to adjust any settings with AppArmor, but if the need arises, some simple commands are all needed in the tutorial will explain.

How to Install Latest Nginx Mainline or Stable on Debian 11

For those using Debian 11, you might have noticed that installing Nginx directly from Debian’s repository does not install the latest stable or mainline version. In fact, it is quite far behind where Nginx is stable, and Mainline is at the current time of its development.

How to Install Microsoft Edge on Rocky Linux 8

Rocky Linux 8 users currently, by default, are only limited to the Firefox Internet Browser. However, many alternatives can be installed. Microsoft Edge is one alternative that has been in development for over a year and has been getting quite a lot of good reviews amongst many Linux distribution communities and maybe an alternative compared to just switching to Google Chrome.

In the following tutorial, you will learn how to install Microsoft Edge on Rocky Linux 8.

How to Install the Latest MySQL 8 on Debian 11

  • https://www.linuxcapable.com/how-to-install-the-latest-mysql-8-on-debian-11/; By Joshua James (Posted by LinuxCapable on Aug 25, 2021 2:30 AM EDT)
  • Story Type: Tutorial; Groups: Debian, GNU, Linux
MySQL is a relational database management system based on SQL (Structured Query Language). It is one of the most widely used database software for several well-known applications that utilize it. MySQL is used for data warehousing, e-commerce, and logging applications, but its most used feature is web database storage and management.

How to Install Fail2ban with Firewalld on Rocky Linux 8

Fail2ban is an intrusion prevention software framework that protects computer servers from primarily brute-force attacks, banning bad user agents, banning URL scanners, and much more. Fail2ban achieves this by reading access/error logs of your server or web applications. Fail2ban is coded in the python programming language.

The guide will give a rundown on installing Fail2ban on Rocky Linux 8 and some basic setup and tips.

How to Install Brave Browser on Debian 11

Brave is a free and open-source web browser developed by Brave Software, Inc. based on the Chromium web browser. Brave is a privacy-focused Internet web browser, which distinguishes itself from other browsers by automatically blocking online advertisements and website trackers in its default settings. Brave has claimed its browser puts less strain on your computer’s performance than Google Chrome, regardless of how much you ask of it. Even with multiple tabs open at once, Brave uses less memory than Google Chrome-like, up to 66% less.

In the following tutorial, you will learn how to install Brave Browser on Debian 11.

How to Setup Python 3 Virtual Environment on Ubuntu 20.04

Python’s venv module is a virtual environment is a Python environment such that the Python interpreter, libraries, and scripts installed into it are isolated from those installed in other virtual environments, and (by default) any libraries installed on your operating system, for example, those that are installed on your Ubuntu operating system to avoid clashing and disturbing your production environments.

In the following tutorial, you will learn how to install Python 3 and PIP 3 on your Ubuntu 20.04 operating system, along with setting up a programming environment via the command line.

How to Install Microsoft Edge on Debian 11

Debian 11 Bullseye users currently, by default, are only limited to the Firefox Internet Browser. However, many alternatives can be installed. Microsoft Edge is one alternative that has been in development for over a year and has been getting quite a lot of good reviews amongst many Linux distribution communities and maybe an alternative compared to just switching to Google Chrome.

In the following tutorial, you will learn how to install Microsoft Edge on Debian 11 Bullseye.

How to Install MariaDB 10.6 on Debian 11

MariaDB is one of the most popular open-source databases next to its originator MySQL. MariaDB has become just as popular as MySQL with developers, with features such as advanced clustering with Galera Cluster 4, faster cache/indexes, storage engines, and features/extensions that you won’t find in MySQL. In the following tutorial, you will learn how to install MariaDB 10.6 on Debian 11.

How to Install & Configure Git on Debian 11

Git is a mature, actively maintained open source project originally developed in 2005 by Linus Torvalds, the famous Linux operating system kernel creator. Git is designed for developers that need a pretty straightforward version control system. In the following tutorial, you will learn how to install Git on Debian 11 Bullseye in three different ways.

How to Install Java 16 (OpenJDK 16) on Fedora Linux

Java is a general-purpose, class-based, object-oriented multipurpose programming language that is popular due to the design of having lesser implementation dependencies, meaning that the compiled Java code can be run on all platforms that support Java without the need for recompilation. Java is also fast, secure, and reliable, therefore. It is widely used for developing Java applications in laptops, data centers, game consoles, scientific supercomputers, cell phones, etc.

In the following tutorial, you will learn how to install the latest Java 16 (OpenJDK 16) on Fedora Linux.

« Previous ( 1 ... 20 21 22 23 24 25 26 27 ... 28 ) Next »