Showing headlines posted by falko

« Previous ( 1 ... 63 64 65 66 67 68 69 70 71 72 73 ... 92 ) Next »

Installing Drupal 6.4 On A Lighttpd Web Server (Debian Etch)

  • HowtoForge; By Falko Timme (Posted by falko on Sep 14, 2008 11:36 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This guide explains how you can install Drupal 6.4 on a lighttpd web server on Debian Etch. Drupal comes with an .htaccess file with mod_rewrite rules (for Apache) that do not work on lighttpd. Without this .htaccess file it is not possible to have clean URLs in your Drupal installation. Fortunately there is a way to make lighttpd behave as if it could read the .htaccess file.

How To Block Spammers/Hackers With Apache2's mod_spamhaus (Debian Etch)

  • HowtoForge (Posted by falko on Sep 12, 2008 7:56 PM EDT)
  • Story Type: Tutorial; Groups: Debian
mod_spamhaus is an Apache module that uses DNSBL in order to block spam relay via web forms, preventing URL injection, block http DDoS attacks from bots and generally protecting your web service denying access to a known bad IP address.

Installing memcached And The PHP5 memcache Module On Debian Etch (Apache2)

  • HowtoForge; By Falko Timme (Posted by falko on Sep 11, 2008 3:06 PM EDT)
  • Story Type: Tutorial; Groups: Debian, PHP
This guide explains how to install memcached and the PHP5 memcache module on a Debian Etch system with Apache2. memcached is a daemon that can store objects in the system's memory (e.g. results of database queries) which can speed up your web site tremendously. You can use memcached over a network (i.e., install your web application on one server and memcached on another server), but usually you install both on one server to avoid the networking overhead.

Authentication, Authorization & Accounting With FreeRadius & MySQL Backend & Web Based Management with Daloradius

  • HowtoForge; By Osman Aftab (Posted by falko on Sep 10, 2008 5:53 PM EDT)
  • Story Type: Tutorial; Groups: Red Hat
This tutorial explains how to set up a FreeRadius 2.x server for wifi authentication, authorization and accounting in conjunction with MySQL & web based management with Daloradius on CentOS 5.x. Production deployment is also possible with minor tweaking.

Installing Games On Ubuntu With Playdeb

  • HowtoForge; By Falko Timme (Posted by falko on Sep 9, 2008 4:15 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Playdeb is a repository for Ubuntu games that makes it easy to install games that are available on getdeb.net. This article shows how you can install games using Playdeb on an Ubuntu 8.04 desktop.

Port-Forwarding With rinetd On Debian Etch

  • HowtoForge; By Falko Timme (Posted by falko on Sep 8, 2008 11:52 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This article shows how you can do port-forwarding with rinetd on Debian Etch. rinetd allows you to forward ports from one system to another. This useful if you have moved your web sites to a new server with a different IP address. Of course, you have modified your DNS records, but it can take a few days until DNS changes become effective, and that is where rinetd comes into play. If clients still use the old DNS records, rinetd can redirect them to the new server. With rinetd, you do not have to fiddle with iptables rules.

Spam Blocking And Web Filtering With The Untangle 5.3 Network Gateway

  • HowtoForge; By Falko Timme (Posted by falko on Sep 4, 2008 6:57 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Untangle bundles common open-source applications for blocking spam, spyware, viruses, adware and unwanted content on the network in one single Linux distribution. It can be integrated into existing networks either as a router or as a transparent bridge (directly behind the router, but before the switch that connects the client PCs with the router). The best thing about Untangle is that you do not have to reconfigure the client PCs - Untangle works out of the box.

Tuning MySQL Performance with MySQLTuner

  • HowtoForge; By Falko Timme (Posted by falko on Sep 3, 2008 3:10 PM EDT)
  • Story Type: Tutorial; Groups: MySQL
MySQLTuner is a Perl script that analyzes your MySQL performance and, based on the statistics it gathers, gives recommendations which variables you should adjust in order to increase performance. That way, you can tune your my.cnf file to tease out the last bit of performance from your MySQL server and make it work more efficiently.

Triggering Commands On File/Directory Changes With Incron

  • HowtoForge; By Falko Timme (Posted by falko on Sep 2, 2008 1:54 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This guide shows how you can install and use incron on a Debian Etch system. Incron is similar to cron, but instead of running commands based on time, it can trigger commands when file or directory events occur (e.g. a file modification, changes of permissions, etc.).

Preventing Brute Force Attacks With Fail2ban On Mandriva 2008.1

  • HowtoForge; By Falko Timme (Posted by falko on Sep 1, 2008 8:21 AM EDT)
  • Story Type: Tutorial; Groups: Mandriva
In this article I will show how to install and configure fail2ban on a Mandriva 2008.1 system. Fail2ban is a tool that observes login attempts to various services, e.g. SSH, FTP, SMTP, Apache, etc., and if it finds failed login attempts again and again from the same IP address or host, fail2ban stops further login attempts from that IP address/host by blocking it with an iptables firewall rule.

Displaying RSS And Atom Feeds On Your Web Site With SimplePie

  • HowtoForge; By Falko Timme (Posted by falko on Aug 31, 2008 6:21 AM EDT)
  • Story Type: Tutorial; Groups: PHP
SimplePie is a PHP library that can fetch, cache, parse, and normalize RSS and Atom feeds. It allows you to display the newest articles from websites with RSS or Atom feeds on your own site. This is a great way to add new, fresh, and relevant information to your site. This guide shows how you can set it up for your own web site.

How To Shrink VMware Virtual Disk Files (.vmdk)

  • HowtoForge; By Falko Timme (Posted by falko on Aug 29, 2008 5:00 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This guide shows how you can shrink the virtual disk files (they have the extension .vmdk) of your VMware virtual machines so that if you zip them, they will use much less space. It is then easier to upload and share them with other people.

Running A File- And Print-Server With eBox On Ubuntu 8.04 Server

  • HowtoForge; By Falko Timme (Posted by falko on Aug 28, 2008 7:04 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This article shows how to run a file- and print-server for small and medium enterprises (SME) on one single Ubuntu 8.04 server. It is very easy to set up, and management is done with an easy-to-use web interface called eBox so once the system is set up, you can forget about the command line. eBox was developed to administrate advanced services for corporate networks.

Preventing Brute Force Attacks With Fail2ban On Fedora 9

  • HowtoForge; By Falko Timme (Posted by falko on Aug 27, 2008 4:04 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
In this article I will show how to install and configure fail2ban on a Fedora 9 system. Fail2ban is a tool that observes login attempts to various services, e.g. SSH, FTP, SMTP, Apache, etc., and if it finds failed login attempts again and again from the same IP address or host, fail2ban stops further login attempts from that IP address/host by blocking it with an iptables firewall rule.

How To Set Up WebDAV With Lighttpd On Mandriva 2008.1

  • HowtoForge; By Falko Timme (Posted by falko on Aug 26, 2008 9:25 PM EDT)
  • Story Type: Tutorial; Groups: Mandriva
This guide explains how to set up WebDAV with lighttpd on a Mandriva 2008.1 server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the lighttpd server so that they do not need to be downloaded/uploaded via http://FTP. Of course, WebDAV can also be used to upload and download files.

How To Set Up Apache, Tomcat (mod_jk), SSO (CAS, mod_auth_cas)

  • HowtoForge (Posted by falko on Aug 25, 2008 11:13 AM EDT)
  • Story Type: Tutorial; Groups: SUSE
This article describes how you can set up Apache and Tomcat, linked with mod_jk. It also explains how you set up the SSO (single sign on) solution JA-SIG CAS to protect servlets (provided by tomcat) and static content (provided by Apache). I worked with OpenSuse 10.2 and 11, Apache2, Tomcat 5.5 and 6. It should work on other distributions as well.

Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-peruser On Debian Etch

  • HowtoForge; By Falko Timme (Posted by falko on Aug 24, 2008 1:51 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This article explains how you can install and configure apache2-mpm-peruser on a Debian Etch server. apache2-mpm-peruser is an MPM (Multi-Processing Module) for the Apache 2 web server, very similar to apache2-mpm-itk, but faster (almost as fast as apache2-mpm-prefork). mpm-peruser allows you to run each of your vhosts under a separate UID and GID - in short, the scripts and configuration files for one vhost no longer have to be readable for all the other vhosts. It is based on metuxmpm, a working implementation of the perchild MPM. The result is a sane and secure web server environment for your users, without kludges like PHP's safe_mode.

How To Install Hamachi On Fedora 9

  • HowtoForge; By Andy Ru (Posted by falko on Aug 22, 2008 5:33 PM EDT)
  • Story Type: Tutorial; Groups: Fedora
This tutorial explains how to install Hamachi on a Fedora 9 server. Hamachi is a VPN service that easily sets up in 10 minutes, and enables secure remote access to your business network, anywhere there is an Internet connection. It works with your existing firewall, and requires no additional configuration. Hamachi is the first networking application to deliver an unprecedented level of direct peer-to-peer connectivity. It is simple, secure, and cost-effective.

Twitter Clients For Ubuntu 8.04 Desktop

  • HowtoForge; By Falko Timme (Posted by falko on Aug 21, 2008 8:11 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
In this article I will show how to install and use two clients for the popular microblogging platform Twitter on an Ubuntu 8.04 desktop. The first one is Twitux, the second Twitter client is gtwitter. Both clients have similar features, so it is up to you which one you want to install.

Install Ubuntu With Software RAID 10

  • HowtoForge; By Seth Baker (Posted by falko on Aug 20, 2008 3:57 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
The Ubuntu Live CD installer does not support software RAID, and the server and alternate CDs only allow you to do RAID levels 0, 1, and 5. Raid 10 is the fastest RAID level that also has good redundancy too. So I was disappointed that Ubuntu did not have it as a option for my new file server. I did not want shell out lots of money for a RAID controller, especially since benchmarks show little performance benefit using a Hardware controller configured for RAID 10 in a file server.

« Previous ( 1 ... 63 64 65 66 67 68 69 70 71 72 73 ... 92 ) Next »