Linux Date Command

How to Use the Date Command in Linux

In this post, we will show you some examples on how to use the date command in Linux. The date command in Linux  can be used to print or set the system date and time. Using the Date Command in Linux its simple, just follow the examples and the syntax below. Let’s get started.

Read More

How to Install phpMyAdmin on Debian 9

How to Install phpMyAdmin on Debian 9
How to Install phpMyAdmin on Debian 9

installing phpMyAdmin on Debian 9We will show you, how to install phpMyAdmin on Debian 9, running with Apache, PHP 7 and MySQL. phpMyAdmin is one of the most popular and widely used web-based database management tools. It is a free and open source PHP application that allows the users to manage single or multiple SQL database servers locally or on a remote server using a web browser (GUI). With phpMyAdmin you can easily create, rename, delete and edit databases, tables or fields, execute SQL commands, import, and export tables, create and modify users, etc., all of that just through your browser. Installing phpMyAdmin on Debian 9 is an easy task, just carefully follow the steps below, and you should have phpMyAdmin installed on your Debian based server in less than 10 minutes. Let’s get started.

Read More

How to Install Webmin on CentOS 7

How To Install Webmin on CentOS 7

In this tutorial, we are going to show you how to install Webmin on  CentOS 7. Webmin is a web-based interface for system administration for Linux-based servers. It’s one of the most popular open-source hosting control panels. Webmin is largely based on Perl, running as its own process and web server. It defaults to TCP port 10000 for communicating and can be configured to use SSL if OpenSSL is installed with additional required Perl Modules. Installing Webmin on  CentOS 7 is really an easy task, just follow the steps below.

Read More

How to install Nextcloud 11 on CentOS 7

How to install Nextcloud 11 on CentOS 7

We’ll show you How to install Nextcloud 11 on CentOS 7.  Nextcloud is an open source software for creating and using file hosting services. It has a lot of extra Calendar, Sync and Contacts features, apart from their file hosting features. It is a great free alternative to some popular services such as Google Drive, Dropbox, Box, etc. Installing  Nextcloud 11 on CentOS 7 is an easy task if you carefully follow the steps bellow.

Read More

Install npm on Ubuntu 16.04

How to Install NPM on Ubuntu 16.04

installing npm on ubuntu 16.04Today we gonna talk about how to install npm on Ubuntu 16.04. Npm is a JavaScript package manager which can be used to install, share, and distribute code as well as to manage dependencies in your projects. It is written entirely in JavaScript as an inspiration from the other similar projects like PEAR for PHP, or CPAN for Perl. Installing npm on Ubuntu 16.04 is an easy task,  just follow the steps below and you should have npm running on Ubuntu 16.04 in less than 10 minutes.

Read More

Install Laravel on Ubuntu 16.04

How to Install Laravel on Ubuntu 16.04

Install Laravel Ubuntu 16.04We’ll teach you how to install Laravel on Ubuntu 16.04. Laravel is a PHP web application framework which is intended for the development of web applications following the model–view–controller (MVC) architectural pattern. It has an expressive, elegant syntax and provides tools needed for large, robust applications. Installing Laravel on Ubuntu 16.04 is an easy task, just follow the steps below and you should have your Laravel installation on Ubuntu 16.04 ready in a few minutes. 

Read More

How to Configure OpenSSH on CentOS 7

how to configure openssh on centos 7

configuring openssh on centos 7This is a tutorial on How to Configure OpenSSH on CentOS 7. Secure Shell or SSH is a protocol which allows users to connect to a remote system using a client-server architecture. The login session is encrypted and very secure. Today we are going to show you how to configure and use OpenSSH on a Linux VPS using CentOS 7 as an operating system. Configuring OpenSSH on CentOS 7 is a fairly easy task if you carefully follow the tutorial below.

Read More