Linux Tutorials on the topic “server”
-
How to install a Raspberry Pi SMS Server
Author: ressel • Tags: raspbian, server • Comments: 13
This tutorial will show you how you can set up an SMS server on a Raspberry Pi 2 Model B, running Raspbian. We will use playsms and smstools. In my example, I have used a Huawei E3131 3G modem.
-
How to install Wordpress with Nginx, MariaDB and HHVM in Ubuntu 15.04
Author: Muhammad Arul • Tags: mysql, nginx, server, ubuntu, web server • Comments: 9
HHVM (Hip Hop Virtual Machine) is a just-in-time compiler developed by Facebook to run applications that are written in PHP and Hack language. HHVM is faster than the traditional PHP engine from ZEND and is used by Facebook to serve billions of web requests per day. This tutorial describes the steps to install WordPress with Nginx, MariaDB and HHVM on Ubuntu 15.04 Server.
-
ISPConfig 3: Automated installation on Debian
Author: Matteo Temporini • Tags: apache, bind, control panels, debian, dns, dovecot, ispconfig, linux, mysql, nginx, php, postfix, server, ubuntu, web server • Comments: 69
As you might know, ISPConfig is one of the best free opensource hosting control panels available to manage linux servers in single and multi server environments. This tutorial explains how to deploy and install this amazing contol panel with ispconfig_setup script.
-
-
General Maintenance of Arch Linux Systems
Author: Jonathan DeMasi • Tags: arch linux, desktop, server • Comments: 12
Maintaing an Arch Linux installation is actually extremely simple and straightforward, as long as you keep a few things in mind. The rolling release nature of the distribution means we never have to worry about major version upgrades like other distributions (Ubuntu and Debian to name a few..).
-
OpenSSH Security Best Practices
Author: Muhammad Arul • Tags: arch linux, centos, debian, freebsd, opensuse, security, server, shell, suse, ubuntu • Comments: 9
SSH (Secure Shell) is a cryptographic network protocol for initiating text-based shell sessions on remote machines in a secure way. OpenSSH is a connectivity tool that most administrators rely on to work on their Linux and *BSD servers daily. This tutorial covers the best pratices to configure your SSH server securely.
-
How to Install Nagios 4.0.8 on Ubuntu 15.04 (Vivid Vervet)
Author: Muhammad Arul • Tags: monitoring, networking, server, ubuntu • Comments: 8
Nagios is an open source software for system and network monitoring. Nagios can see the activity of a host and its services, and provides a warning/alert if something bad happens on the server. Nagios can run on Linux operating systems. At this time we are using Ubuntu 15.04 for the installation.
-
How to Install nginx and google pagespeed on Ubuntu 15.04 (Vivid Vervet)
Author: Muhammad Arul • Tags: linux, nginx, server, ubuntu, web server • Comments: 7
Nginx (engine-x) is a open source and high performance HTTP server, reverse proxy and IMAP/POP3 proxy server. The outstanding features of Nginx are: stability, rich feature set, simple configuration and low resource consumption. Nginx is being used by some of the largest websites on the internet and is gaining more and more popularity in the webmaster community. This tutorials shows how to build a nginx .deb package for Ubuntu 15.04 from source that has Google pagespeed module compiled in.
-
How to install Tomcat on CentOS 7.0
Author: Ahmed Qadeer • Tags: centos, server, web server • Comments: 2
In this tutorial I will show you how to install Tomcat on CentOS. Before letting you know how to install Tomcat on CentOS we should know what Tomcat is.
-
How to install Asterisk 13 on Debian
Author: Ahmed Qadeer • Tags: debian, linux, server • Comments: 7
Asterisk is a Open Source framework for building communication applications. Asterisk turns an ordinary computer into a VoIP communication server, it powers IP PBX systems, VoIP gateways, conference servers and is used by companies, carriers and governments worldwide. This tutorial shows the installation of Asterisk 13 on Debian.
-
Ubuntu PPA Management
Author: Bill Toulas • Tags: linux, ubuntu, server, desktop • Comments: 4
PPAs or Personal Package Archives are basically software repositories that are used by Ubuntu systems for updating/upgrading activities. They contain package sets and package lists for particular Ubuntu versions. Their use is valuable for cases of individual updating, or for when seeking for a newer version of an application that is not yet available in the official Canonical's repositories.