HowtoForge provides user-friendly Linux tutorials.
-
Setting Up An Android App Build Environment With Eclipse, Android SDK, PhoneGap (Ubuntu 11.04)
Author: Falko Timme • Tags: android, desktop, programming, ubuntu • Comments: 4
Setting Up An Android App Build Environment With Eclipse, Android SDK, PhoneGap (Ubuntu 11.04) This tutorial describes how you can set up an development environment for building Android apps on an Ubuntu 11.04 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).
-
Openfiler 2.99 Active/Passive With Corosync, Pacemaker And DRBD
Author: wayner • Tags: linux, storage • Comments: 28Openfiler 2.99 Active/Passive With Corosync, Pacemaker And DRBD Openfiler is a Linux based NAS/SAN Application which can deliver storage over nfs/smb/iscsi and ftp. It has a web interface over that you can control these services. This howto is based on the latest version of openfiler at this date, you can download it from the official homepage www.openfiler.com.
-
How To Migrate From Trac To Redmine
Author: letic • Tags: debian, linux, other • Comments: 0
How To Migrate From Trac To Redmine This tutorial describes how to migrate from trac to redmine. Originally written to perform an upgrade from trac 0.10.3 (old etch server) to Redmine 1.0.1 (squeeze) but was successfully tested with trac 0.11 and 0.12, as well as Redmine 1.0.5 and 1.1.2 (1.2 is also working. This version was also tested to produce the upstream patch but not intensively).
-
-
The Perfect Desktop - Fedora 15 i686 (GNOME)
Author: Falko Timme • Tags: desktop, fedora • Comments: 11
The Perfect Desktop - Fedora 15 i686 (GNOME) This tutorial shows how you can set up a Fedora 15 desktop (GNOME) 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 Lighttpd With PHP5 And MySQL Support On Ubuntu 11.04
Author: Falko Timme • Tags: lighttpd, mysql, php, ubuntu, web server • Comments: 2
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 11.04 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 11.04 server with PHP5 support (through FastCGI) and MySQL support.
-
Debian Squeeze Samba Standalone Server With tdbsam Backend
Author: Falko Timme • Tags: debian, samba, storage • Comments: 1
Debian Squeeze Samba Standalone Server With tdbsam Backend This tutorial explains the installation of a Samba fileserver on Debian Squeeze 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.
-
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 11.04)
Author: Falko Timme • Tags: antivirus, email, postfix, ubuntu • Comments: 0
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 11.04) This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I'll also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses. The resulting Postfix server is capable of SMTP-AUTH and TLS and quota. Passwords are stored in encrypted form in the database. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses. I will also show how to install SquirrelMail as a webmail interface so that users can read and send emails and change their passwords.
-
Debian Squeeze, Squid, Kerberos/LDAP Authentication, Active Directory Integration And Cyfin Reporter
Author: Jelloir • Tags: debian • Comments: 22
Debian Squeeze, Squid, Kerberos/LDAP Authentication, Active Directory Integration And Cyfin Reporter This document covers setup of a Squid Proxy which will seamlessly integrate with Active Directory for authentication using Kerberos with LDAP as a backup for users not authenticated via Kerberos. Authorisation is managed by Groups in Active Directory. This is especially useful for Windows 7 clients which no longer support NTLMv2 without changing the local computer policy. It is capable of using white lists and black lists for site access and restrictions.
-
Installing Apache2 With PHP5 And MySQL Support On CentOS 5.6 (LAMP)
Author: Falko Timme • Tags: apache, centos, mysql, php, web server • Comments: 6
Installing Apache2 With PHP5 And MySQL Support On CentOS 5.6 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 5.6 server with PHP5 support (mod_php) and MySQL support.
-
How To Set Up Software RAID1 On A Running LVM System (Incl. GRUB2 Configuration) (Debian Squeeze)
Author: Falko Timme • Tags: debian, high-availability, storage • Comments: 6
How To Set Up Software RAID1 On A Running LVM System (Incl. GRUB2 Configuration) (Debian Squeeze) This guide explains how to set up software RAID1 on an already running LVM system (Debian Squeeze). The GRUB2 bootloader will be configured in such a way that the system will still be able to boot if one of the hard drives fails (no matter which one).