Tag Archives: server

Install LAMP in slackware 13

Written by Mel Kham on . Posted in Linux tutorials

LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform that uses Linux as operating system, Apache as the Web server, MySQL as the relational database management system and PHP as the object-oriented scripting language. In this … Continue reading

Start Simple HTTP Server with Python

Written by Mel Kham on . Posted in Linux tutorials

This methode wil install the webserver in The same directory where you apply the python command. The command will read automaticly the index.html page . if there is no index.html will list the contents of the directory .  

Add Linux host to nagios server

Written by Mel Kham on . Posted in Linux tutorials

Nagios is the industry standard in enterprise-class monitoring for good reason. It allows you to gain insight into your network and fix problems before customers know they even exist. It’s stable, scalable, supported, and extensible. We did show you before … Continue reading

/nagios/cgi-bin/statusmap.cgi was not found on this server

Written by Mel Kham on . Posted in Frequently Asked Questions

Question : I have a problem in the configuration of the statusmap. The error is this:Not FoundThe requested URL /nagios/cgi-bin/statusmap.cgi was not found on this server

Install BackupPC server in Centos|Rhel|Fedora

Written by Mel Kham on . Posted in Unix Tutorials

BackupPC is an entirely disk-based backup and recovery system. It offers a number of advantages, some of which are available only with BackupPC, Backuppc Support any client OS and has a Web interface to allows user control of and access … Continue reading

Howto: Install Lamp and phpmyadmin on Ubuntu

Written by Mel Kham on . Posted in Linux tutorials

LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform that uses Linux as operating system, Apache as the Web server, MySQL as the relational database management system and PHP as the object-oriented scripting language. In this … Continue reading

Nagios HTTP WARNING: HTTP/1.1 403 Forbidden Solved

Written by Mel Kham on . Posted in Frequently Asked Questions

Question: After installing nagios monitoring tool . everything seem to be fine . except HTTP deamon with warning HTTP/1.1 403 Forbidden. how to solve this issue ?

Install and confgure DNS For RHEL/Centos/Fedora

Written by Mel Kham on . Posted in Unix Tutorials

Build DNS server which resolves domain name or IP address. Install bind and caching-nameserver for it. And it’s also neccessary to configure router so that TCP and UDP packets to 53 can pass through.

How do I set permissions to Samba shares?

Written by Mel Kham on . Posted in Linux tutorials

What is samba? Samba is essentially a TCP/IP file and print server for Microsoft Windows clients. In fact, it can support any SMB/CIFS-enabled client. One of Samba’s big strengths is that you can use it to blend your mix of … Continue reading

Howto : Add user and Secure your ssh access

Written by Mel Kham on . Posted in Linux tutorials

One of the biggest security holes you could open on your server is to allow directly logging in as root through ssh. This howto shows you how to add a new user to your server  so  that you can su or sudo … Continue reading