Linux Tutorials on the topic “linux”
-
How to install ONLYOFFICE Docs 6.1 on Ubuntu
Author: Daria • Tags: linux, ubuntu • Comments: 0 • Published: Dec 04, 2020ONLYOFFICE Docs is an open-source office suite distributed under GNU AGPL v3.0. It comprises web-based viewers and collaborative editors for text documents, spreadsheets, and presentations highly compatible with OOXML formats. In this tutorial, we’ll learn how to install ONLYOFFICE Docs (Docker version) to your machine.
-
How to Install Cerb Collaboration and Email Automation on CentOS 8
Author: Hitesh Jethva • Tags: centos, email, linux • Comments: 1 • Published: Dec 03, 2020Cerb is a free, open-souce and web-based collaboration and automation tool used for sending high volumes of emails. In this tutorial, we will learn how to install and configure Cerb on CentOS 8 server.
-
How to Install HTTP Git Server with Nginx on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, programming, ubuntu, web server • Comments: 1 • Published: Dec 02, 2020Git is a free and open-source versioning system developed by Linus Torvalds. It is used by millions of developers around the world. In this tutorial, we will show you how to install and configure Git HTTP server with Nginx on Ubuntu 20.04.
-
-
How to Deploy a Clojure Web Application with Nginx on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, nginx, programming, ubuntu, web server • Comments: 0 • Published: Nov 30, 2020Clojure is a modern, dynamic and powerful programming language on the Java platform. In this tutorial, we will explain how to deploy a Clojure Web Application on Ubuntu 20.04.
-
How to use bash if -z and if -n for testing strings in Linux
Author: Aqsa Yasin • Tags: linux, programming, shell • Comments: 0 • Published: Nov 30, 2020There are different string operators available in bash scripting language which can be used to test strings. In this guide, we will test these string operators using the if statement in Centos 8.
-
How to Install OpenNMS Network Monitoring Tool in CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, monitoring, networking, server • Comments: 0 • Published: Nov 27, 2020OpenNMS is a free and open-source network monitoring and network management platform used for managing enterprise networks around the world. It is based on Java and is designed to manage thousands of devices from a central location.
-
How to Install ElkArte Forum with Apache and Let's Encrypt SSL on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, web server • Comments: 0 • Published: Nov 26, 2020ElkArte is a free and open-source forum software based on Simple Machine Forum. In this tutorial, we will show you howto install ElkArte with Let's Encrypt SSL on CentOS 8.
-
Installation of Sublime text editor on Ubuntu 20.04
Author: Aqsa Yasin • Tags: linux, ubuntu • Comments: 0 • Published: Nov 25, 2020Sublime Text is a well-known text editor used to write source code for web development. This tutorial will assist you in installing Sublime Text on an Ubuntu 20.04 machine.
-
How to Install Gibbon LMS on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0 • Published: Nov 24, 2020Gibbon is a free and open-source school management system specially designed for teachers, students, parents and leaders. It helps teachers to find, contact and help their students.
-
How to use Bash file test operators in Linux
Author: Aqsa Yasin • Tags: linux, shell • Comments: 0 • Published: Nov 23, 2020File Test Operators are used in Linux to check and verify attributes of files like ownership or if they are a symlink. In this article, you will learn to test files using the if statement followed by some important test operators in Linux.