Linux Tutorials on the topic “linux”
-
How to Install ionCube Loader on Debian 9
Author: Hitesh Jethva • Tags: debian, linux, php, web server • Comments: 7
In this tutorial, we will explain how to install ionCube Loader on Debian 9 server. IonCube is a PHP extension that can be used for decoding secured encrypted PHP files at runtime.
-
How to Install Mautic Marketing Automation Tool on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, ubuntu • Comments: 2
Mautic is an open source self-hosted marketing automation tool for everyone. You can use it to grow up your business, monitor your website, create landing pages, create campaign for your business, manage contacts, and even send marketing emails.
-
Install Zabbix Monitoring Server and Agent on Debian 9
Author: Hitesh Jethva • Tags: debian, linux, monitoring • Comments: 9
Monitoring tools are used to continuously keep track of the status of the system and send out alerts and notifications if anything goes wrong. Zabbix is a free, open source and the ultimate enterprise-level monitoring tool designed for real-time monitoring of millions of metrics collected from tens of thousands of servers, virtual machines and network devices.
-
-
Linux kill Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0
Sometimes, while working on a Linux machine, you'll see that an application or a command line process gets stuck (becomes unresponsive). Then in those cases, terminating it is the only way out. Linux command line offers a utility that you can use in these scenarios. It's called kill.
-
How to Install Grav CMS with Nginx on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, ubuntu, web server • Comments: 0
Grav is a modern web application that requires no database. It's a file-based web platform that's simple and fast. In this tutorial, I will show you step by step how to install and configure Grav CMS on Ubuntu 16.04.
-
How to Encrypt Files with Tomb on Ubuntu 16.04 LTS
Author: Dan Fries • Tags: linux, security, ubuntu • Comments: 2
This tutorial shows how to encrypt your files by using Tomb on Ubuntu 16.04. Tomb is an alternative to Truecrypt and Veracrypt designed for Linux systems.
-
Linux whereis Command Explained for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1
Sometimes, while working on the command line, we just need to quickly find out the location of the binary file for a command. Yes, the find command is an option in this case, but it's a bit time consuming and will likely produce some non-desired results as well. There's a specific command that's designed for this purpose: whereis.
-
How to Install Open Real Estate on Ubuntu 16.04
Author: Hitesh Jethva • Tags: apache, linux, mysql, php, ubuntu, web server • Comments: 2
Open Real Estate is a freely available software application that can be used for building websites of real estate agencies and realtors. Open Real Estate enables you to use multiple languages and currencies on the real estate website making it easy to use for users from different countries. In this tutorial, we will learn how to install Open Real Estate on Ubuntu 16.04.
-
How to add GitHub and Docker custom items to ONLYOFFICE
Author: Daria • Tags: centos, debian, linux, opensuse, ubuntu • Comments: 0
ONLYOFFICE is an open source solution that combines powerful online document editors and broad collaborative capabilities: mail and chat, blogs, forums, CRM, projects, calendar, and more. ONLYOFFICE Community Server is the collaborative system distributed under the GNU Affero General Public License.
-
Linux mkdir Command Explained for Beginners (with examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0
At any given time on the command line, you are in a directory. So it speaks for itself how integral directories are to the command line. In Linux, while the rm command lets you delete directories, it's the mkdir command that allows you create them in the first place.