HowtoForge provides user-friendly Linux tutorials.
-
Monitor Ubuntu 14.04 and Debian Wheezy Servers with Linux-Dash
Author: Srijan Kishore • Tags: debian, linux, monitoring, ubuntu, web server • Comments: 0
Monitor Ubuntu 14.04 and Debian Wheezy Servers with Linux-Dash This document describes how to install and configure Linux-dash in Ubuntu 14.04 and Debian Wheezy for monitoring server performances easily. Linux-dash is a low-overhead monitoring web dashboard for a GNU/Linux machine. Simply drop-in the app and go! Linux-dash is a memory efficient, low resource, easy to install, server statistics monitoring script written in PHP. The web statistics page allows you to drag and drop the various widgets and rearrange the display as you desire. The script displays live statistics of your server, including RAM, CPU, Disk Space, Network Information, Installed Software’s, Running Processes and much more. The main advantage of Linux-dash is that it works on real-time basis.
-
The Perfect Business Desktop - CentOS 7
Author: Srijan Kishore • Tags: centos, desktop, linux • Comments: 9
This tutorial shows how you can set up CentOS 7 desktop. The CentOS 7 have high quality of desktop environment which is fully suited for day to day business needs of a corporate culture. I will also show some of the specific features from Thunderbird which makes the day to day business use easier.
-
Install CS-Cart v4 on nginx
Author: pixelbypixel • Tags: nginx • Comments: 0
How to install and run CS-Cart version 4 on NGINX, for the purposes of this how-to we are installing CS-Cart on sitename.com, it assumes you have a working LEMP installation.
-
-
The Perfect Server - Ubuntu 14.10 with Apache, PHP, MySQL, PureFTPD, BIND, Postfix, Dovecot and ISPConfig
Author: Srijan Kishore • Tags: apache, bind, control panels, dns, email, ftp, ispconfig, linux, mysql, php, postfix, ubuntu, web server • Comments: 17
The Perfect Server - Ubuntu 14.10 with Apache, PHP, MySQL, PureFTPD, BIND, Postfix, Dovecot and ISPConfig This tutorial shows how to install an Ubuntu 14.10 (Utopic Unicorn) server (with Apache2, BIND, Dovecot) for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache or nginx web server, Postfix mail server, Courier or Dovecot IMAP/POP3 server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more. This setup covers the installation of Apache (instead of nginx), BIND (instead of MyDNS), and Dovecot (instead of Courier).
-
The Perfect Server – CentOS 7 (Apache2, Dovecot, ISPConfig 3)
Author: Till Brehm • Tags: antivirus, apache, bind, centos, control panels, dns, email, ftp, ispconfig, linux, mysql, php, postfix, web server • Comments: 101
The Perfect Server – CentOS 7 (Apache2, Dovecot, ISPConfig 3) This tutorial shows how to prepare a CentOS 7 x86_64 server for the installation of ISPConfig 3 and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more.
-
Ubuntu 14.10 (Utopic Unicorn) minimal server installation tutorial
Author: Srijan Kishore • Tags: linux, ubuntu • Comments: 2
Ubuntu 14.10 (Utopic Unicorn) minimal server installation tutorial This tutorial shows how to install an Ubuntu 14.10 minimal server. The purpose of the guide is to show a basic installation of Ubuntu 14.10 that can be used as basis for the other Ubuntu 14.10 tutorials here at howtoforge like the perfect server tutorials.
-
How to install Puppet master and client in Ubuntu 14.04
Author: Srijan Kishore • Tags: control panels, ubuntu • Comments: 7
How to install Puppet master and client in Ubuntu 14.04 This document describes how to install and configure Puppet on Ubuntu 14.04 server, I will also connect a puppet client with Ubuntu 14.04 desktop. Puppet is a configuration management system that allows you to define the state of your IT infrastructure, then automatically enforces the correct state. Whether you're managing just a few servers or thousands of physical and virtual machines, Puppet automates tasks that sysadmins often do manually, freeing up time and mental space so sysadmins can work on the projects that deliver greater business value.
-
How to install a CentOS 7 minimal server
Author: Srijan Kishore • Tags: centos • Comments: 12
How to install a CentOS 7 minimal server This document describes the installation of CentOS 7 Server with a basic minimal installation. The purpose of this guide is to provide a minimal setup that can be used as basis for our other tutoruials here at howtoforge
-
How to secure your ISPConfig 3 server against the poodle SSL attack
Author: till • Tags: linux, apache, postfix, ftp, debian, fedora, suse, ubuntu, centos, control panels, email, ispconfig, web server, nginx • Comments: 20
How to secure your ISPConfig 3 server against the poodle SSL attack In the following guide I will describe the steps to secure your server against the recent poodle SSL attack. I will use a ISPConfig 3 perfect server on Debian 7 for my examples, but the same steps will work on any other Linux Distribution as well. A default ISPConfig hosting server runs the following services: Webserver (Nginx or apache), Mailserver (Postfix and Dovecot / Courier), FTP-Server (pure-ftpd) that offer SSL / TLS connections and are potential targets for a poodle attack.
-
How to install Tomcat in Ubuntu 14.04
Author: Srijan Kishore • Tags: linux, ubuntu, web server • Comments: 5
How to install Tomcat in Ubuntu 14.04 This document describes how to install Tomcat in Ubuntu 14.04. Apache Tomcat (or simply Tomcat, formerly also Jakarta Tomcat) is an open source web server and servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run in.