Linux Tutorials on the topic “linux”
-
How to Install Ionic Mobile App Framwork on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, programming, ubuntu • Comments: 1
Ionic is an open-source Framework that can be used for developing hybrid mobile apps using Web technologies like CSS, HTML5, and Sass. In this tutorial, we will learn to install Ionic framework on Ubuntu 18.04 (Bionic Beaver).
-
How to Install Seafile with Nginx on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu, web server • Comments: 10
Seafile is an open source file-hosting and cloud storage system similar to Dropbox, but you can install and run it on your own server. In this tutorial, I will show you step-by-step how to install and configure a Seafile server with Nginx web server and the MySQL database.
-
Docker: Installation and Basic Usage on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, ubuntu, virtualization • Comments: 2
Docker is an open-source project that provides an open platform for developers and sysadmins to build, package, and run applications anywhere as a lightweight container. Docker automates the deployment of applications inside software containers. This tutorial shows you how to install Docker on Ubuntu 18.04 LTS (Bionic Beaver) and how to start using it.
-
-
How to Install SilverStripe CMS on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 1
SilverStripe is a free, open source, secure and flexible CMS written in PHP language that can help you to create and manage the content of your websites and web applications. In this tutorial, we will learn how to install SilverStripe CMS on Ubuntu 18.04 (Bionic Beaver).
-
Linux ping Command Tutorial for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0
Regardless of the type of Linux user you are (beginner or pro), there are certain tools that you must be aware of. One such utility is Ping. In this tutorial, we will discuss the basics of this tool using some easy to understand examples.
-
How to Setup Puppet Master and Agent on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 8
Puppet is an open source configuration management tool and server automation framework. In this tutorial, I will you how to install Puppet on CentOS 7. I will install and configure a CentOS 7 server as a puppet 'master', and the other one as an 'agent'.
-
How to Install MODX CMS on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 1
MODX is a free, open source and fast content management system written in PHP language. It is specially designed for ease of use that allows web admin to create powerful and dynamic content websites. In this tutorial, we will learn how to install MODX on Ubuntu 18.04 LTS (Bionic Beaver).
-
How to Install Magento 2 with Nginx and Letsencrypt on Ubuntu 18.04
Author: Muhammad Arul • Tags: linux, ubuntu, web server • Comments: 13
Magento is a widely used Open Source e-commerce software and content management system for e-commerce websites based on the PHP Zend Framework. It uses MySQL or MariaDB as database backend. In this tutorial, I will show you how to install Magento 2 with Nginx, PHP 7.1 FPM, and MySQL as the database. I will use ubuntu 18.04 (Bionic Beaver) as server operating system.
-
Linux Groups Command for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0
In Linux, there's a concept of users (those who use the system), and then there's the concept of groups, which is basically a logical mechanism to manage a collection of users. To give you a basic idea, groups make it easy to manage users with, say, same security and access privileges.
-
Linux passwd Command Tutorial for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0
As a Linux command line user, you should be aware of utilities that help you with user-account management. Once such tool is passwd, which lets you change your account password. In this tutorial, we will discuss the basics of this command using some easy to understand examples.