Category Archives: Linux
Iptables redirect port 80 to port 8080
The problem: You have a linux server Install tomcat or any other application server You don’t want the application server to run as root, therefore it cannot listen to any of the ports 80 (http) or 443 (https) From outside, … Continue reading
Posted in Java, Linux
Leave a comment
Configure Postfix
.fixed { font-family: courier, sans serif; font-weight: bold; } .red { font-weight: bold; color: red; } Postfix is one of the most popular MTA (mail transfer agent) products on unix. This article presents a simple way of configuring postfix for … Continue reading
Posted in Linux
Leave a comment
Configure Apache, PHP and MySQL
This is just another tutorial of how to configure a development machine for Apache, PHP and MySQL
Posted in Linux
Leave a comment