Linux Tutorials on the topic “Linux”
-
How to Install ProcessWire CMS on CentOS 7
Author: Liptan Biswas • Tags: centos, linux, server, web server • Comments: 1
ProcessWire is free and open source content management system. It provides an easy to use flexible platform which is fully customizable. It provides a simpler and stronger control over your pages, fields, templates, and markup at any scale. In this tutorial, we will install ProcessWire on CentOS 7 server.
-
How to Install HTTP Git Server With Nginx on Ubuntu 16.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 5
Git is a free and open source version control system that can be used to track changes of code. Git allows you to create many repositories for the same application and coordinating work on those files among multiple people. It is primarily used for source code management in software development.
-
Linux dir command for beginners (10 examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 4
At any point in time while working on the command line, you are always inside a directory. There may be times when you'd want to list information about all files and subdirectories within a directory. This is where the dir command helps. In this tutorial, we will discuss the basics of this command as well as the features it provides.
-
-
How to Install Apache Cassandra on CentOS 7
Author: Liptan Biswas • Tags: centos, linux • Comments: 0
Apache Cassandra is a free and open source distributed NoSQL database management system. It is used to store large data in decentralized highly available clusters. In this tutorial, we will be installing Apache Cassandra on CentOS 7 server.
-
How To Install Gibbon on Ubuntu 16.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 6
Gibbon is a free and open source web-based Educational Management system that can be used to solve teachers and students daily problems. Gibbon is very flexible, extensible and themable application with many features, including online application forms, messenger, planner, external assessment, and much more. In this tutorial, we will go through step by step installation of Gibbon on Ubuntu 16.04 server.
-
Linux Date Command Tutorial for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 3
While working on the Linux command line, you might find yourself in situations where-in you need to display (or even change) the current system time. Not only that, if you work in a team with members in different timezones, you may want to keep yourself updated with time-related information for zones in which other members are sitting. If you're looking for a tool that lets you do all this (and much more), you will be glad to know there exists a command - dubbed date - that does all this.
-
How to Monitor your CentOS 7 Server using Cacti
Author: Liptan Biswas • Tags: centos, linux, monitoring • Comments: 5
Cacti is a free and open source network graphing solution. It uses RRDTool for data gathering and graphing. It provides many features such as remote and local data collectors, network discovery, device management automation, graph templating etc. In this tutorial, we will install Cacti on CentOS 7 server.
-
How to Install Streama on CentOS 7
Author: Liptan Biswas • Tags: centos, linux, server, web server • Comments: 2
Streama is a free and open source media streaming application. It's a self-hosted alternative to Netflix. It has numerous features such as easy drag and drop media management, beautiful media player, live sync watching, multi-user, subtitles and resume capability etc. In this tutorial, we will install Streama on CentOS 7 server.
-
Samba 4 Additional Domain Controller for failover Replication on CentOS 7
Author: iron_michael86 • Tags: centos, linux, samba, server • Comments: 11
In this tutorial, I will show you how to configure an additional domain controller which is one of the key features of SAMBA 4. This setup provides a degree of load balancing and failover for AD services (Ldap schemas and dns ) and configuring it is really easy. We can also use this feature to scale up the environment.
-
Install Nginx with ngx_pagespeed on CentOS 7
Author: Hitesh Jethva • Tags: centos, linux, server, web server • Comments: 1
Ngx-pagespeed is a free and open source Nginx module that can be used to speeds up your site and reduces page load time. It works by automatically applying web performance best practices to pages and associated assets without requiring you to modify your existing content or workflow. You can easily optimize various files such as CSS, HTML, png, and jpg using Ngx-pagespeed module.