Linux Tutorials on the topic “linux”
-
How to Install Pydio Web File Manager on Debian 9
Author: Matt Vas • Tags: debian, linux, web server • Comments: 2
Pydio is a powerful open source web file sync and file share solution software for online collaboration, similar to Gdrive or other online file-sharing services. In this tutorial, we’ll cover the installation and configuration process of the Pydio Community Edition from source on Debian 9 release, on top of LAMP stack.
-
How to integrate ONLYOFFICE 9.6 with WordPress
Author: Daria • Tags: linux, web server • Comments: 0
In this tutorial, we'll learn how to easily integrate ONLYOFFICE with your WordPress website. ONLYOFFICE is an open source solution that comprises powerful document editing features and multiple productivity tools, such as CRM, projects, mail, chat and more distributed under AGPL v3.
-
How to setup an SFTP server on CentOS
Author: shahril bin kamaruzzaman • Tags: centos, linux, security, server • Comments: 30
This tutorial explains how to setup and use an SFTP server on CentOS. Before I start, let me explain what actually SFTP represents and what it is used for. SFTP stands for SSH File Transfer Protocol or Secure File Transfer Protocol. It uses a separate protocol packaged with SSH to provide a secure connection.
-
-
How to install XMB forum on Ubuntu 16.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0
XMB forum also known as eXtreme Message Board is a free and open source forum software written in PHP and uses MySQL database backend. XMB is a simple, lightweight, easy to use, Powerful and highly customizable. In this tutorial, we will learn how to install XMB forum on Ubuntu 16.04.
-
How to Install Snipe-IT Asset Management Software on Debian 9
Author: Hitesh Jethva • Tags: apache, debian, linux, mysql, server, web server • Comments: 6
Snipe-IT is a free and open source IT assets management web application that can be used for tracking licenses, accessories, consumables, and components. It is written in PHP language and uses MySQL to store its data. In this tutorial, we will learn how to install Snipe-IT on Debian 9 server.
-
How to Install Apache Maven on CentOS 7
Author: Muhammad Arul • Tags: centos, linux • Comments: 5
Apache Maven is a software project management tool based on the POM (Project, Object, Model) concept. Maven is a build automation tool used primarily for Java-based projects, but can also be used to build and manage projects written in C#, Ruby, Scala, and other languages. In this tutorial, we will show you step-by-step how to install and configure Apache Maven on a CentOS 7 system.
-
How to install Chevereto Image Hosting on Ubuntu 16.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 2
Chevereto is a free, open source and easy to use image hosting script written in PHP language that allows you to create your own image hosting website. In this tutorial, we will learn how to install and configure Chevereto using Apache, PHP and MariaDB on Ubuntu 16.04 server.
-
How to install Ansible AWX with Docker on CentOS 7
Author: iron_michael86 • Tags: centos, linux, server • Comments: 36
Ansible AWX is the OpenSource version of ansible tower. AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. In this tutorial, I will show you how to install and configure AWX using Docker.
-
How to Install Turtl Server Evernote Alternative on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server, web server • Comments: 0
Turtl is a secure and encrypted Evernote alternative. It's an open source application that allows you to take notes, bookmark websites, store documents, share passwords with your coworkers, and more. In this tutorial, we will show you step-by-step how to install and configure Turtl server on CentOS 7.
-
Linux man Command Tutorial for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2
A very useful aspect of the Linux command line is that the documentation for almost all command line tools is easily accessible. These documents are known as man pages, and you can easily access them through the command line using the man command.