Showing headlines posted by linuxize

« Previous ( 1 ... 8 9 10 11 12 13 14 15 16 17 18 ... 39 ) Next »

How to Install Yarn on CentOS 8

  • Linuxize.com; By linuxize (Posted by linuxize on Dec 22, 2019 1:04 AM EDT)
  • Story Type: Tutorial
This tutorial will guide you through the installation of Yarn on CentOS 8. We will also cover the basics of how to use Yarn to create a new project and add/remove dependencies.

How To Install Jenkins on Debian 10

  • Linuxize.com; By linuxize (Posted by linuxize on Dec 19, 2019 7:42 AM EDT)
  • Groups: Debian
Jenkins is an open-source automation server that offers an easy way to set up a continuous integration and continuous delivery (CI/CD) pipeline.

Install Odoo 13 on CentOS 8

  • Linuxize.com; By linuxize (Posted by linuxize on Dec 15, 2019 4:02 AM EDT)
  • Story Type: Tutorial
Odoo is the most popular all-in-one business software in the world. It offers a range of business applications, including CRM, website, e-Commerce, billing, accounting, manufacturing, warehouse, project management, inventory, and much more, all seamlessly integrated.

Secure Nginx with Let's Encrypt on CentOS 8

  • Linuxize.com (Posted by linuxize on Dec 14, 2019 6:57 PM EDT)
  • Story Type: Tutorial
Let's Encrypt is a free, automated, and open certificate authority developed by the Internet Security Research Group (ISRG) that provides free SSL certificates. In this tutorial, we'll provide a step by step instructions about how to install a free Let's Encrypt SSL certificate on CentOS 8 running Nginx as a web server. We’ll also show how to configure Nginx to use the SSL certificate and enable HTTP/2

Python String Replace

  • Linuxize.com; By linuxize (Posted by linuxize on Dec 13, 2019 5:38 PM EDT)
  • Groups: Python
In this article, we will talk about how to replace a substring inside a string in Python, using the replace() method.

Uname Command in Linux

  • Linuxize.com; By linuxize (Posted by linuxize on Dec 11, 2019 9:34 AM EDT)
  • Groups: Linux
uname is a command-line utility that prints basic information about the operating system name and system hardware.

Install MariaDB on CentOS 8

  • Linuxize.com; By linuxize (Posted by linuxize on Dec 9, 2019 10:15 AM EDT)
  • Groups: Debian, MySQL
MariaDB is an open-source relational database management system, backward compatible, binary drop-in replacement of MySQL. It is developed by some of the original developers of MySQL and by many people in the community.

How to Install MongoDB on Debian 10

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. In MongoDB, data is stored in flexible, JSON-like documents where fields can vary from document to document. It does not require a predefined schema, and data structure can be changed over time. In this tutorial, we will explain how to install and configure the latest version of MongoDB Community Edition on Debian 10 Buster.

How to Start, Stop, or Restart Nginx

Nginx pronounced “engine x” is a free, open-source, high-performance HTTP and reverse proxy server responsible for handling the load of some of the largest sites on the Internet. It can be used as a standalone web server, and as a reverse proxy for Apache and other web servers. Starting, stopping, and restarting/reloading are the most common tasks when working with an Nginx webserver.

How to Add Swap Space on CentOS 8

  • Linuxize.com; By linuxize (Posted by linuxize on Dec 7, 2019 12:48 PM EDT)
  • Story Type: Tutorial
Swap is a space on a disk that is used when the amount of physical RAM memory is full. When a Linux system runs out of RAM, inactive pages are moved from the RAM to the swap space.

How to Install Xrdp Server (Remote Desktop) on Raspberry Pi

With RDP, you can log in to a Raspberry Pi box from another computer running Windows, Linux or macOS, and create a real desktop session the same as if you had logged in to a local computer. The Pi and the client machine have to be connected to the same network or to the Internet.

Kill Command in Linux

  • Linuxize.com; By linuxize (Posted by linuxize on Dec 3, 2019 6:31 AM EDT)
  • Groups: GNU, Linux
The kill command sends a signal to specified processes or process groups, causing them to act according to the signal.

Understanding the /etc/passwd File

  • Linuxize.com; By linuxize (Posted by linuxize on Dec 1, 2019 8:33 PM EDT)
  • Groups: GNU, Linux
The etc/passwd file is a text file with one entry per line, representing a user account.

How to Install VirtualBox on CentOS 8

VirtualBox is an open-source, cross-platform virtualization platform. It supports a number of guest operating systems, including Linux and Windows, and allows you to run multiple virtual machines simultaneously.

How To Install and Configure Redis on Debian 10

  • Linuxize.com; By linuxize (Posted by linuxize on Nov 29, 2019 11:40 AM EDT)
  • Groups: Debian
Redis is an open-source in-memory key-value data store. It can be used as a database, cache and message broker and supports various data structures such as Strings, Hashes, Lists, Sets, etc.

Docker Run Command with Examples

The docker run command creates a container from a given image and starts it using a given command. It is one of the first commands you should become familiar with when starting to work with Docker. In this article, we'll use the official Nginx image to show various ways to run a Docker container.

How to Disable SELinux on CentOS 8

  • Linuxize.com; By linuxize (Posted by linuxize on Nov 29, 2019 3:15 AM EDT)
  • Groups: Red Hat
Security Enhanced Linux or SELinux is a security mechanism built into the Linux kernel used by RHEL-based distributions.

Diff Command in Linux

  • Linuxize.com; By linuxize (Posted by linuxize on Nov 28, 2019 1:03 AM EDT)
  • Story Type: Tutorial
diff is a command-line utility that allows you to compare two files line by line.

How to Mount Windows Share on Linux using CIFS

  • Linuxize.com; By linuxize (Posted by linuxize on Nov 25, 2019 9:37 AM EDT)
  • Story Type: Tutorial
On Linux and UNIX operating systems, a Windows share can be mounted on a particular mount point in the local directory tree using the `cifs` option of the mount command.

Secure Nginx with Let's Encrypt on Debian 10 Linux

  • Linuxize.com; By linuxize (Posted by linuxize on Nov 25, 2019 3:02 AM EDT)
  • Groups: Debian
Let’s Encrypt is a free, automated, and open certificate authority developed by the Internet Security Research Group (ISRG) that provides free SSL certificates.

Certificates issued by Let’s Encrypt are trusted by all major browsers and valid for 90 days from the issue date.

« Previous ( 1 ... 8 9 10 11 12 13 14 15 16 17 18 ... 39 ) Next »