Showing headlines posted by falko

« Previous ( 1 ... 36 37 38 39 40 41 42 43 44 45 46 ... 92 ) Next »

How To Configure The AIDE File Integrity Scanner For Your Website

  • HowtoForge (Posted by falko on Aug 18, 2010 12:12 PM EDT)
  • Story Type: Tutorial; Groups: Linux
A file integrity scanner is something you need to have. Imagine a hacker placing a backdoor on your web site, or changing your order form to email him a copy of everyone's credit card while leaving it appear to be functionally normally. By setting up daily reporting, this notifies you within, at most, 24 hours of when any file was changed, added, or removed. It also helps establish an audit trail in the event your site is compromised. These instructions are designed for an end user, where you don't need to have root access, to implement and assumes your server has the aide binary installed. Most hosts will have this installed already, or will install it for you upon request.

Using iSCSI On Ubuntu 10.04 (Initiator And Target)

  • HowtoForge; By Falko Timme (Posted by falko on Aug 17, 2010 5:00 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This guide explains how you can set up an iSCSI target and an iSCSI initiator (client), both running Ubuntu 10.04. The iSCSI protocol is a storage area network (SAN) protocol which allows iSCSI initiators to use storage devices on the (remote) iSCSI target using normal ethernet cabling. To the iSCSI initiator, the remote storage looks like a normal, locally-attached hard drive.

Chrooting Apache2 With mod_chroot On Ubuntu 10.04

  • HowtoForge; By Falko Timme (Posted by falko on Aug 16, 2010 1:44 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This guide explains how to set up mod_chroot with Apache2 on an Ubuntu 10.04 system. With mod_chroot, you can run Apache2 in a secure chroot environment and make your server less vulnerable to break-in attempts that try to exploit vulnerabilities in Apache2 or your installed web applications.

The Perfect Server - OpenSUSE 11.3 x86_64 [ISPConfig 2]

  • HowtoForge; By Falko Timme (Posted by falko on Aug 15, 2010 1:19 PM EDT)
  • Story Type: Tutorial; Groups: SUSE
This is a detailed description about how to set up an OpenSUSE 11.3 server (x86_64) that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig 2 (i.e., ISPConfig runs on it out of the box).

Installing A Web, Email, MySQL DB Cluster (Mirror) On Debian 5 With ISPConfig 3

  • HowtoForge; By Till Brehm (Posted by falko on Aug 12, 2010 11:16 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial describes the installation of a clustered web, email, database and DNS server to be used for redundancy, high availability and load balancing on Debian 5 with the ISPConfig 3 control panel. GlusterFS will be used to mirror the data between the servers and ISPConfig for mirroring the configuration files. I will use a setup of two servers here for demonstration purposes but the setup can scale to a higher number of servers with only minor modifications in the GlusterFS configuration files.

Integrating XCache Into PHP5 And Lighttpd (OpenSUSE 11.2)

  • HowtoForge; By Falko Timme (Posted by falko on Aug 11, 2010 6:40 PM EDT)
  • Story Type: Tutorial; Groups: PHP, SUSE
This guide explains how to integrate XCache into PHP5 and lighttpd on an OpenSUSE 11.2 system. From the XCache project page: "XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load." It's similar to other PHP opcode cachers, such as eAccelerator and APC.

Installing Nginx With PHP5 And MySQL Support On OpenSUSE 11.3

  • HowtoForge; By Falko Timme (Posted by falko on Aug 10, 2010 5:48 PM EDT)
  • Story Type: Tutorial; Groups: SUSE
Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on an OpenSUSE 11.3 server with PHP5 support (through FastCGI) and MySQL support.

Caching With Apache's mod_cache On Debian Lenny

  • HowtoForge; By Falko Timme (Posted by falko on Aug 10, 2010 3:06 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This article explains how you can cache your web site contents with Apache's mod_cache on Debian Lenny. If you have a high-traffic dynamic web site that generates lots of database queries on each request, you can decrease the server load dramatically by caching your content for a few minutes or more (that depends on how often you update your content).

How To Upgrade OpenSUSE 11.2 To 11.3 (Desktop & Server)

  • HowtoForge; By Falko Timme (Posted by falko on Aug 9, 2010 5:19 PM EDT)
  • Story Type: Tutorial; Groups: SUSE
This guide shows how you can upgrade your OpenSUSE 11.2 desktop and server installations to OpenSUSE 11.3.

Fedora 13 Samba Standalone Server With tdbsam Backend

  • HowtoForge; By Falko Timme (Posted by falko on Aug 5, 2010 10:30 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This tutorial explains the installation of a Samba fileserver on Fedora 13 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.

Clean djbDNS DNS Server On CentOS - dnscache And tinydns - A To Z

  • HowtoForge; By AliRezaTaleghani (Posted by falko on Aug 4, 2010 2:38 PM EDT)
  • Story Type: Tutorial; Groups: Red Hat
What is djbDNS? And why do we use djbDNS? There is a new point of view to serve the dns service - each of the dns server functionalities is a separate service, like authority, cache, forward and so on. The other difference is the daemon-tools which will rapidly restart services to prevent zombies.

Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.3 (LAMP)

  • HowtoForge; By Falko Timme (Posted by falko on Aug 3, 2010 10:54 PM EDT)
  • Story Type: Tutorial; Groups: SUSE
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 11.3 server with PHP5 support (mod_php) and MySQL support.

Installing Lighttpd With PHP5 And MySQL Support On Fedora 13

  • HowtoForge; By Falko Timme (Posted by falko on Aug 2, 2010 5:01 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Fedora 13 server with PHP5 support (through FastCGI) and MySQL support.

Integrating eAccelerator Into PHP5 And Lighttpd (OpenSUSE 11.2)

  • HowtoForge; By Falko Timme (Posted by falko on Jul 30, 2010 12:25 PM EDT)
  • Story Type: Tutorial; Groups: SUSE
This guide explains how to integrate eAccelerator into PHP5 and lighttpd on an OpenSUSE 11.2 system. From the eAccelerator project page: "eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times."

The Perfect Desktop - OpenSUSE 11.3 (GNOME)

  • HowtoForge; By Falko Timme (Posted by falko on Jul 29, 2010 4:06 PM EDT)
  • Story Type: Tutorial; Groups: SUSE
This tutorial shows how you can set up an OpenSUSE 11.3 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 secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge.

Installing Nginx With PHP5 And MySQL Support On Fedora 13

  • HowtoForge; By Falko Timme (Posted by falko on Jul 27, 2010 4:10 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on a Fedora 13 server with PHP5 support (through FastCGI) and MySQL support.

Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 10.04

  • HowtoForge; By Falko Timme (Posted by falko on Jul 26, 2010 11:27 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 10.04 server with PHP5 support (through FastCGI) and MySQL support.

Adding Custom Certificates To CIITIX-WiFi

  • HowtoForge; By Usman Aftab (Posted by falko on Jul 26, 2010 8:57 AM EDT)
  • Story Type: Tutorial; Groups: Linux
CIITIX-WiFi is a turnkey solution to your WiFi hotspot needs. Built onto the rock solid stable debian linux, setting up a secure (TTLS) WiFi hotspot is just a minute away. This guide shows how to set up an AAA server (authentication, authorization and accounting) with CIITIX-WiFi. CIITIX-WiFi comes with certificates valid till 2020 but in case someone want to use their own certificates this tutorial can come in handy.

Chrooting Apache2 With mod_chroot On CentOS 5.4

  • HowtoForge; By Falko Timme (Posted by falko on Jul 23, 2010 10:46 PM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This guide explains how to set up mod_chroot with Apache2 on a CentOS 5.4 system. With mod_chroot, you can run Apache2 in a secure chroot environment and make your server less vulnerable to break-in attempts that try to exploit vulnerabilities in Apache2 or your installed web applications.

The Perfect Server - OpenSUSE 11.3 x86_64 [ISPConfig 3]

  • HowtoForge; By Falko Timme (Posted by falko on Jul 22, 2010 7:27 PM EDT)
  • Story Type: Tutorial; Groups: SUSE
This is a detailed description about how to set up an OpenSUSE 11.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, etc.

« Previous ( 1 ... 36 37 38 39 40 41 42 43 44 45 46 ... 92 ) Next »