Linux Tutorials on the topic “linux”
-
Linux sleep Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0
Sometimes, while working on the Linux command line, you might want to run a couple of commands one after the other, but with a certain amount of delay between them. It's here, in situations like these, the sleep command may prove to be really helpful.
-
How to Install Taiga.io Project Management Software on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, programming • Comments: 8
Taiga.io is an open source project management system for agile developers, designers, and project managers. It's a beautiful project management tool that can handle both simple and complex projects for startups and software developers. In this tutorial, I will show you step-by-step how to install the Taiga.io project management tools on the CentOS 7 server.
-
How to Install Django on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, programming, ubuntu, web server • Comments: 11
Django is a web application framework written in python that follows the MVC (Model-View-Controller) architecture, it is available for free and released under an open source license. In this tutorial, we will install Django 2.0.5 stable version on an Ubuntu 18.04 LTS server.
-
-
How to Install Apache Maven on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 2
Apache Maven is a software project management tool based on the POM (Project, Object, Model) concept. In this tutorial, I will show you step-by-step how to install and configure Apache Maven on Ubuntu 18.04.
-
How to Install Shoutcast Server on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 8
SHOUTcast is a free, open source and cross-platform software application that can be used to stream media over the Internet. In this tutorial, we will learn how to install SHOUTcast media server on Ubuntu 18.04 LTS (Bionic Beaver).
-
How to Install Trac Project Management Tool on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 7
Trac is a free and an open source Web-based project management and bug tracking system that helps developers to write great software while staying out of the way. In this tutorial, we will learn how to install Trac on Ubuntu 18.04.
-
How to Install and Configure Apache Tomcat 9 on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 12
Apache Tomcat is an open source Java Servlet implementation developed by the Apache Software Foundation. In this tutorial, we will show you how to install and configure the Apache Tomcat 9.0.8 on Ubuntu 18.04 LTS (Bionic Beaver). We will also learn how to install Java on Ubuntu 18.04, configure a user for apache tomcat, and run the apache tomcat as a systemd service.
-
How to secure ONLYOFFICE with Let's Encrypt and two-factor authentication
Author: Daria • Tags: linux, server • Comments: 0
In this tutorial, we'll learn how to protect your ONLYOFFICE portal with HTTPS using Let's Encrypt, and with two-factor authentication using Twilio service. ONLYOFFICE is an open-source solution that combines powerful online document editors for text documents, spreadsheets and presentations, as well as broad productivity features.
-
Linux strings Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 3
Looking inside a binary/executable file to grab human-readable strings isn't the kind of work that everybody does, but what if you are asked to do this? Opening the file in an editor, and manually looking for stuff isn't an elegant solution. So, what to do? Yes, you guessed it right - there exists a command line utility that does this for you.
-
How to Install CMS Made Simple on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0
CMS Made Simple is a free and open source content management system written in PHP and uses MySQL to store their data. In this tutorial, we will learn how to install CMS Made Simple on Ubuntu 18.04.