HowtoForge provides user-friendly Linux tutorials.
-
The Perfect Server - OpenSUSE 12.3 x86_64 (Apache2, Dovecot, ISPConfig 3)
Author: Srijan Kishore • Tags: dovecot, linux, mysql, php, postfix, suse.apache • Comments: 0
This is a detailed description about how to set up an OpenSUSE 12.3 64bit (x86_64) server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable) with PHP, CGI and SSI support, Postfix mail server with SMTP-AUTH, TLS and virtual mail users, BIND DNS server, Pureftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, Mailman, etc. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses Apache, not nginx.
-
The Perfect Server - OpenSUSE 12.3 x86_64 (nginx, Dovecot, ISPConfig 3)
Author: Srijan Kishore • Tags: dovecot, linux, mysql, nginx, php, postfix, suse • Comments: 0
This tutorial shows how to prepare an OpenSUSE 12.3 64bit (x86_64) server with nginx for the installation of ISPConfig 3, and how to install ISPConfig 3. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache, and this tutorial covers the setup of a server that uses nginx instead of Apache. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: nginx and Apache web server, Postfix mail server, MySQL, Dovecot POP3/IMAP, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.
-
The Perfect Desktop - Linux Mint 16 (Petra)
Author: Srijan Kishore • Tags: desktop, linux • Comments: 0
This tutorial shows how you can set up a Linux Mint 16 (Lisa) desktop that is a full-fledged replacement for a Windows desktop, i.e.that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a securesystem without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge. Linux Mint 16 isa Linux distribution based on Ubuntu that has lots of packages in its repositories (like multimedia codecs, Adobe Flash, Adobe Reader, Skype,Google Earth, etc.) that are relatively hard to install on other distributions; it therefore provides a user-friendly desktop experience even for Linux newbies.
-
-
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 13.10)
Author: Srijan Kishore • Tags: email, linux, mysql, postfix, ubuntu • Comments: 1
This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I'll also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses.
-
Using secure shell (SSH) for login and secure copy (SCP) for data transfer on Linux
Author: Akshay Pai • Tags: centos, debian, linux, mandriva, security, suse, ubuntu • Comments: 4
SSH stands for secure shell. It is an encrypted remote login protocol. Once it has been set up on each node, it can be used to communicate with various other nodes in that network. This tutorial covers public / private key authentication, the installation of public keys on remote servers and secure file transfers with SCP.
-
Running ISPConfig 2 On Port 80 Using Apache's Reverse Proxy Feature (Debian Etch)
Author: Falko Timme • Tags: apache, control panels, debian, ispconfig • Comments: 1
Running ISPConfig 2 On Port 80 Using Apache's Reverse Proxy Feature (Debian Etch) This article shows how you can configure a Debian Etch system that has the webhosting control panel ISPConfig installed so that ISPConfig can be accessed on port 80. By default ISPConfig uses port 81 which is a non-standard port and is blocked by some firewalls and ISPs. By using Apache's mod_proxy module, we can avoid this problem. It lets us create a reverse proxy that can fetch the pages from ISPConfig on port 81.
-
How to install and configure ProFTPD on Debian Wheezy and Ubuntu 14.04
Author: Srijan Kishore • Tags: linux, debian, ubuntu, ftp • Comments: 7
This document describes how to install and configure ProFTPD on a Debian Wheezy Server, it will also work on Ubuntu 14.04. ProFTPD is an FTP daemon for unix and unix-like operating systems. ProFTPD is developed, released and distributed under the GNU Public License (GPL), which basically establishes it as free software, meaning that it may be sold, licensed and otherwise manipulated in any way desired.
-
Monitor MySQL connections and queries with mytop
Author: Gurujyot_singh • Tags: linux, debian, ubuntu, centos, suse, mysql • Comments: 2
This article will explain the installation and usage of mytop, a handy tool for live monitoring of MySQL queries. Also looking into various operations that a user can perform while monitoring the queries on mytop.
-
Startup Applications: automatic execution of the most used programs during every user login
Author: Akshay Pai • Tags: ubuntu, desktop • Comments: 1
During every login or bootup, the OS performs a number of tasks in the background to get the OS up and running and ready to be used. Customizations in Linux OS like Ubuntu can be done very easily, that allows a user to add any number of "custom" tasks or programs to the system to be performed or executed every time the user logs in or boots up the OS.
-
How to monitor harddisk health with smartmontools on Ubuntu
Author: Gurujyot_singh • Tags: ubuntu • Comments: 7
In this article I will give you an overveiw on the smartmontools which is a set of applications that can test hard drives and read their hardware SMART statistics to detect harddisk failures early. I will cover installation, usage on the shell and the smartmon gui in this tutorial.