Linux Tutorials on the topic “linux”
-
How to Install and Configure MongoDB on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, ubuntu • Comments: 20MongoDB is a NoSQL database that offers a high performance, high availability, and automatic scaling enterprise database. Data is stored in a "document" structure in JSON format (in MongoDB called BSON). MongoDB was first introduced in 2009 and is currently developed by the company MongoDB Inc. This tutorial shows the installation and configuration of MongoDB on Ubuntu 18.04 LTS.
-
How to Install and Configure GitLab on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, ubuntu • Comments: 6Gitlab is a web-based GIT repository manager that allows your team to work on code, perform feature requests, track bugs, and test and implement applications. In this tutorial, I will show you step-by-step how to install GitLab CE (Community Edition) on your own Ubuntu 18.04 LTS (Bionic Beaver) server.
-
How to collaborate on docs stored on your WebDAV server with ONLYOFFICE
Author: Daria • Tags: linux, server, web server • Comments: 0This guide explains how to connect your WebDAV server to ONLYOFFICE and edit and collaborate on documents online. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allows users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via FTP.
-
-
How to install School tool on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 6SchoolTool is a free and open source suite of free administrative software for schools that can be used to create a simple turnkey student information system, including demographics, grade book, attendance, calendaring and reporting for primary and secondary schools.
-
How to Setup Apache Subversion with HTTPS Letsencrypt on CentOS 7
Author: Muhammad Arul • Tags: apache, centos, linux, server • Comments: 1Apache Subversion or SVN is open source versioning and revision control software. In this article, we show you how to set up Apache Subversion on the latest CentOS 7 server. We install and configure the svn software with Apache as web server, secure it with Let's encrypt and activate "Basic Authentication" for users.
-
How to install Sonerezh Music Streaming Server on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 7Sonerezh is a free, open source and web-based music streaming server that can be used to access media from anywhere. It is simple, lightweight and easy to use. In this tutorial, we will explain how to install Sonerezh on Ubuntu 18.04 server.
-
ISPConfig 3 Roundcube Plugin on Debian 9 (Stretch)
Author: Tapio Lehtonen • Tags: debian, email, ispconfig, linux • Comments: 19This tutorial describes the installation of the ISPConfig Roundcube Plugin on Debian 9. The plugin is used to connect RoundCube Webmail with the ISPConfig Hosting Control panel so that users can change their mailbox password, set autoresponders and manage email filter rules from within RoundCube.
-
Linux namei Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1On the Linux command line, you work with several types of files, for example, directories, symbolic links, and stuff like that. Sometimes, the requirement is to know more about individual elements in a path - what type of file it is, who is its owner, and more. Thankfully, there's an inbuilt Linux command line utility - dubbed namei - that lets you fetch this information.
-
How to Install Nextcloud with Nginx on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, ubuntu, web server • Comments: 19In this tutorial, we will show you how to install and configure the latest Nextcloud 13.0.2 release on an Ubuntu 18.04 server. We will run Nextcloud with a Nginx web server and PHP7.1-FPM and use MySQL server as the database system. Nextcloud is a free (Open Source) Dropbox-like software, a fork of the ownCloud project.
-
How to Setup File Integrity Monitoring (FIM) using osquery on Linux
Author: Muhammad Arul • Tags: centos, linux, monitoring, ubuntu • Comments: 3Osquery is an open source operating system instrumentation, monitoring, and analytics software. In this tutorial, we will show you how to setup File Integrity Monitoring (FIM) using osquery. We will be using the Linux operating systems Ubuntu 18.04 and CentOS 7.