Showing headlines posted by linuxize

« Previous ( 1 ... 5 6 7 8 9 10 11 12 13 14 15 ... 39 ) Next »

How to Install GCC (Development Tools) on CentOS 8

  • Linuxize.com; By linuxize (Posted by linuxize on Mar 11, 2020 12:36 AM EDT)
  • Groups: GNU
The default CentOS repositories contain a package group named "Development Tools" that includes the GNU compiler collection, GNU debugger, and other development libraries and tools required for compiling software.

What Does chmod 777 Mean

  • Linuxize.com; By linuxize (Posted by linuxize on Mar 9, 2020 9:08 PM EDT)
  • Groups: Linux
This article explains the basic Linux permissions model and what the numbers corresponding to the permissions mean.

How to Install LAMP Stack on Debian 10

In this series, we'll cover how to install a LAMP stack on Debian 10.

How to Install Elasticsearch on Debian 10

  • Linuxize.com; By linuxize (Posted by linuxize on Mar 6, 2020 11:33 PM EDT)
  • Groups: Debian
Elasticsearch is an open-source distributed full-text search and analytics engine.

How to Extract tar.xz File

The tar command allows you to create and extract tar archives. It supports a vast range of compression programs such as gzip, bzip2, lzip, lzma, lzop, xz and compress. Learn how to use the tar command to extract .tar.xz or .txz archives.

How to Set Up Apache Virtual Hosts on CentOS 8

Apache Virtual Hosts allows you to run more than one website on a single machine. With Virtual Hosts, you can specify the site document root (the directory containing the website files), create a separate security policy for each site, use different SSL certificates, and much more.

How to Install Python 3.8 on Debian 10

This tutorial covers how to install Python 3.8 on Debian 10. We'll also show you how to create a virtual environment.

Install LAMP Stack on CentOS 8

In this series, we’ll cover how to install Apache, generate a free Let’s Encrypt SSL certificate, install, and secure MySQL and install PHP 7.

Pkill Command in Linux

  • Linuxize.com; By linuxize (Posted by linuxize on Mar 1, 2020 5:02 AM EDT)
  • Groups: GNU
The pkill command is used to send signals to running programs based on different criteria.

Python Range

  • Linuxize.com; By linuxize (Posted by linuxize on Feb 27, 2020 10:56 AM EDT)
  • Groups: Python
The Python range type generates a sequence of integers by defining a start and the end point of the range. It is generally used with the for loop to iterate over a sequence of numbers.

How to Install MongoDB on CentOS 8

MongoDB is a free and open-source document database. It belongs to a family of databases called NoSQL, which is different from the traditional table-based SQL databases like MySQL and PostgreSQL. This tutorial explains how to install and configure MongoDB Community Edition on a CentOS 8 server.

How to Install and Configure Redmine on CentOS 8

  • Linuxize.com; By linuxize (Posted by linuxize on Feb 26, 2020 1:38 AM EDT)
  • Groups: Red Hat, Ruby
This tutorial explains how to install and configure the latest version of Redmine on CentOS 8. We'll use MariaDB as a database back-end and Passenger + Apache as a Ruby application server.

How to Set Up Nginx Server Blocks on Debian 10

  • Linuxize.com; By linuxize (Posted by linuxize on Feb 24, 2020 8:44 PM EDT)
  • Groups: Debian
A server block is an Nginx directive that defines settings for a specific domain, allowing you to run more than one website on a single server.

How to Install TensorFlow on CentOS 8

TensorFlow is an open-source platform for machine learning built by Google. This tutorial explains how to install TensorFlow on CentOS 8.

How to Install VMware Tools in Ubuntu 18.04

When using VMware as the hypervisor, it is important to install VMware Tools in the guest to enhances the virtual machine performance.

Python while Loop

Loops are one of the fundamental concepts of programming languages. Loops are handy when you want to repeat a specific block of code a number of times until a given condition is met. This tutorial covers the basics of while loops in Python. We'll also show you how to use the else clause and the break and continue statements.

Python while Loop

  • Linuxize.com; By linuxize (Posted by linuxize on Feb 20, 2020 7:43 PM EDT)
  • Groups: Python
This tutorial covers the basics of while loops in Python. We'll also show you how to use the else clause and the break and continue statements.

Pgrep Command in Linux

  • Linuxize.com; By linuxize (Posted by linuxize on Feb 19, 2020 7:08 AM EDT)
  • Groups: GNU
The pgrep command is used to find out the PIDs of a running program based on different criteria.

How to Install VirtualBox Guest Additions on Debian 10

The Guest Additions offer several useful functionalities for guest machines such as shared folders, shared clipboard, mouse pointer integration, better video support, and more.

How to Configure Git Username and Email Address

  • Linuxize.com; By linuxize (Posted by linuxize on Feb 18, 2020 2:38 AM EDT)
The first thing you should do after installing Git on your system is to configure your git username and email address. Git associate your identity with every commit you make.

« Previous ( 1 ... 5 6 7 8 9 10 11 12 13 14 15 ... 39 ) Next »