Showing headlines posted by falko

« Previous ( 1 ... 30 31 32 33 34 35 36 37 38 39 40 ... 92 ) Next »

How To Create A LAMP Setup (Apache2, PHP, MySQL) On CentOS 5.x In An Amazon Linux AMI 32bits Or 64bits

  • HowtoForge (Posted by falko on Feb 7, 2011 11:00 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This tutorial explains how to create a virtual machine with CentOS 5.x on Amazon's Elastic Compute Cloud (Amazon EC2) and how to set up a LAMP system (LAMP stands for "Linux, Apache, MySQL, PHP") in this virtual machine. We use an AMI (Amazon Machine Image) to set this virtual machine up.

Hosting Multiple SSL Web Sites On One IP With Apache 2.2 & GnuTLS (Debian Lenny)

  • HowtoForge; By Keith Osborne (Posted by falko on Feb 4, 2011 3:36 PM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial describes how you can host multiple SSL-encrypted web sites (HTTPS) on one IP address with Apache 2.2 and GnuTLS on a Debian Lenny server.

How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 14

  • HowtoForge; By Falko Timme (Posted by falko on Feb 3, 2011 11:22 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Fedora 14. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.

Installing Tomcat6 With SUN-Java & Apache2 Integration On Ubuntu 10.04

  • HowtoForge (Posted by falko on Feb 2, 2011 11:28 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Apache Tomcat (or Jakarta Tomcat or simply Tomcat) is an open source servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run. Tomcat should not be confused with the Apache web server, which is a C implementation of an HTTP web server; these two web servers are not bundled together. Apache Tomcat includes tools for configuration and management, but can also be configured by editing XML configuration files.

Android App Build Environment With Eclipse, Android SDK, PhoneGap (Fedora 14)

  • HowtoForge; By Falko Timme (Posted by falko on Feb 1, 2011 10:33 AM EDT)
  • Story Type: Tutorial; Groups: Fedora
This tutorial describes how you can set up a development environment for building Android apps on a Fedora 14 desktop using Eclipse, the Android SDK, and PhoneGap. I will describe how to build Android apps from the command line with PhoneGap and from the GUI with Eclipse and PhoneGap and how to test them in an Android emulator and on a real Android device. PhoneGap allows you to develop your Android applications using web technologies such as HTML, CSS, and JavaScript (e.g. with JavaScript libraries such as jQuery/jQTouch), and it will turn these web apps into native Android apps (in fact, PhoneGap supports multiple platforms such as Android, iPhone, Palm, Windows Mobile, Symbian, so you can use the same sources to create apps for multiple platforms).

Install And Configure OpenLDAP On CentOS 5

This tutorial describes OpenLDAP installation on a computer running Red Hat, Fedora, CentOS or any distribution based on the package installer "yum." If you use a distribution with another package installer we install the same packages but with the installer for (aptitude for Debian-based distros).

System Monitoring With sar And ksar

sar is one of the old and famous commandline utilities, which is often overlooked. It provides a wealth of information when you have kind of performance bottlenecks. By itself it only provides lengthy columns of numerical data, kind of hard to interpret. sar exists on most Linux distributions, for example Ubuntu, Debian, CentOS, Gentoo, and is also available on Solaris, AIX, and other commercial Unices. ksar, on the other hand, is a Java based front end for sar's numerical data. It produces friendly graphs which could be exported to .pdf and some other formats.

Setting Up An Android App Build Environment With Eclipse, Android SDK, PhoneGap (Ubuntu 10.10)

  • HowtoForge; By Falko Timme (Posted by falko on Jan 27, 2011 1:27 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial describes how you can set up a development environment for building Android apps on an Ubuntu 10.10 desktop using Eclipse, the Android SDK, and PhoneGap. I will describe how to build Android apps from the command line with PhoneGap and from the GUI with Eclipse and PhoneGap and how to test them in an Android emulator and on a real Android device. PhoneGap allows you to develop your Android applications using web technologies such as HTML, CSS, and JavaScript (e.g. with JavaScript libraries such as jQuery/jQTouch), and it will turn these web apps into native Android apps (in fact, PhoneGap supports multiple platforms such as Android, iPhone, Palm, Windows Mobile, Symbian, so you can use the same sources to create apps for multiple platforms).

How To Install OCS Inventory NG Server 2 On CentOS 5.5

This article explains how to install OCS Inventory NG Server 2 on Linux Server. OCS Inventory is a great software to make inventories. The NG Server is formed by: communication server, deployment server, and administration console. The computers that will be inventoried must run an agent (installed on each computer), to connect to the OCS NG Server. We are using the CentOS 5.5 (64bits) distribution, but it will probably work on Fedora (and Red Hat, for sure).

Virtual Hosting With PureFTPd And MySQL On Ubuntu 10.10

This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.

Native ZFS On Ubuntu

  • HowtoForge (Posted by falko on Jan 24, 2011 11:03 AM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This guide explains how to set up native ZFS on Ubuntu / Linux. It was tested with Linux 2.6.35-24-generic #42-Ubuntu SMP x86_64 GNU/Linux on Ubuntu 10.10 but should also work on Ubuntu 10.04.

Running Virtual Machines With VirtualBox 4.0 On A Headless OpenSUSE 11.3 Server

  • HowtoForge; By Falko Timme (Posted by falko on Jan 24, 2011 12:40 AM EDT)
  • Story Type: Tutorial; Groups: SUSE
This guide explains how you can run virtual machines with VirtualBox 4.0 on a headless OpenSUSE 11.3 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there's no need for the VirtualBox GUI.

Icinga (Monitoring Solution) Installation And Configuration On CentOS

Icinga is an enterprise grade open source monitoring system which keeps watch over networks and any conceivable network resource, notifies the user of errors and recoveries and generates performance data for reporting. Scalable and extensible, Icinga can monitor complex, large environments across dispersed locations.

Installing MyDNS-NG & MyDNSConfig On Debian Squeeze

  • HowtoForge (Posted by falko on Jan 20, 2011 11:19 AM EDT)
  • Story Type: Tutorial; Groups: Debian
This tutorial will describe how to install and configure MyDNS-NG and MyDNSConfig 3 on Debian Squeeze. MyDNS-NG is a DNS server that uses a MySQL database as backend instead of configuration files. The advantage is that MyDNS simply reads the records from the database, and it does not have to be restarted/reloaded when DNS records change or zones are created/edited/deleted. A secondary nameserver can be easily set up by installing a second instance of MyDNS that accesses the same database or, to be more redundant, uses the MySQL master / slave replication features to replicate the data to the secondary nameserver.

Host Based Intrusion Detection - Samhain

This article describes in some detail how to install Samhain, the host based intrusion detection system. I am not going to ramble on about what host based intrusion detection is or why to use it, as there are plenty of articles already covering those subjects. This article is just to show you how to get Samhain up and running in a client / server configuration with a couple bells and whistles thrown in for fun.

Setting Up An NFS Server And Client On Mandriva 2010.1 Spring

  • HowtoForge; By Falko Timme (Posted by falko on Jan 18, 2011 2:49 PM EDT)
  • Story Type: Tutorial; Groups: Mandriva
This guide explains how to set up an NFS server and an NFS client on Mandriva 2010.1 Spring. NFS stands for Network File System; through NFS, a client can access (read, write) a remote share on an NFS server as if it was on the local hard disk.

Enabling SquirrelMail For Your Web Sites On An ISPConfig 3 Server (Debian Lenny)

  • HowtoForge; By Falko Timme (Posted by falko on Jan 17, 2011 1:18 PM EDT)
  • Story Type: Tutorial; Groups: Debian
Lots of people have reported problems (such as getting 404 Not Found errors) using the SquirrelMail webmail package in their web sites created through ISPConfig 3. If you have followed the "Perfect Server" guides for ISPConfig 3, you have SquirrelMail already installed, but if you are still having the same problems, then this guide is for you. This guide explains how to configure SquirrelMail on a Debian Lenny server so that you can use it from within your web sites (created through ISPConfig).

How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 10.10

  • HowtoForge; By Falko Timme (Posted by falko on Jan 16, 2011 7:30 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 10.10. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.

How To Set Up WebDAV With Apache2 On Mandriva 2010.1 Spring

  • HowtoForge; By Falko Timme (Posted by falko on Jan 14, 2011 12:49 PM EDT)
  • Story Type: Tutorial; Groups: Mandriva
This guide explains how to set up WebDAV with Apache2 on a Mandriva 2010.1 Spring 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 Apache 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.

Installing Cherokee With PHP5 And MySQL Support On OpenSUSE 11.3

  • HowtoForge; By Falko Timme (Posted by falko on Jan 13, 2011 3:35 PM EDT)
  • Story Type: Tutorial; Groups: SUSE
Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more. This tutorial shows how you can install Cherokee on an OpenSUSE 11.3 server with PHP5 support (through FastCGI) and MySQL support.

« Previous ( 1 ... 30 31 32 33 34 35 36 37 38 39 40 ... 92 ) Next »