Showing headlines posted by linuxconcept

Secure Nginx with Let’s Encrypt on Ubuntu 16.04

Let’s Encrypt is free and open an ssl certificate authority. The certificates, issued by Let’s Encrypt is trusted and suitable for almost all available browsers.

15 Useful “df” Commands to Check Disk Space in Linux

There are several Linux tools available on the internet to check disk space utilization; we can use any of them. But, Linux has a best built-in command-line utility called “df”.

15 Practical examples of ls command

Linux ls command is a basic command which is essential to know for all Linux users. It is used to list information of files and directories within a file system. In this tutorial, we will show you how to use ls command by using several examples of ls command.

Install MariaDB on Red Hat 7 Operating System

MariaDB is the latest open source and popular relational database management system, compatible and replacement of MySQL.

Linux rsync command Help and Examples

  • linuxconcept.com; By SATISH KUMAR (Posted by linuxconcept on Oct 17, 2019 10:24 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The Linux command rsync is used to do a backup operation and fast copy file into the local system or remote system in UNIX/Linux.

Linux wget command Help and Examples

Wget has lots of features and capabilities to make it easy to retrieve large files from the internet, recursive downloads, or mirroring entire website or FTP sites.

Apache Web Server Configuration Files

The Apache web server is file-based configuration system so it is very easy to configure and you can configure dynamically for any new configuration. This article explains Apache configuration directories for all operating systems.

Install Git on Debian 10 Operating System

Linus Torvalds was the first person who initiated the Git project and developed it; He is the person who creates the Linux Kernel also.

15 practical examples of rsync command

  • linuxconcept.com; By Satish Kumar (Posted by linuxconcept on Aug 25, 2019 10:26 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The rsync command in Linux stands for remote sync. Generally, we use rsync to perform the backup process in Linux/UNIX.

Install Nginx on CentOS 7 Operating System

Nginx, the most popular open-source, HTTP and reverse proxy server with high-performance, use to handle the load of largest sites on the internet.

Install CouchDB on Debian 9 Operating System

The CouchDB is an open-source database system, managed by the Apache Software Foundation. It is fault-tolerant, and schema-free NoSQL database management system. Today, In this tutorial, we will learn how to install CouchDB on Debian 9 machine.

What is an Operating System?

  • linuxconcept.com; By SATISH KUMAR (Posted by linuxconcept on Aug 18, 2019 11:54 AM EDT)
  • Groups: Linux
An Operating System (OS) is system software that manages computer hardware and software resources and provides common services for computer programs.

Linux top command Help and Examples

The top command is the most important and useful tool for system admin; it used to monitor system resources and processes on Linux operating system.

Install MySQL on CentOS 7 Operating System

MySQL, the most popular and reliable open-source relational database management system, is no longer available with CentOS’s repositories. In this article, we will learn how to install MySQL into CentOS 7 Operating System.