WP Remix
Technology Gate
WP Remix

15
December

http://www.ubuntu.com/themes/ubuntu07/images/ubuntulogo.pngHi..
This an article about installation D-Link DWA-100 Wireless Drive at Ubuntu Linux.

Download File rt73

Installation instructions for the Legacy rt73 http://images.us.ciao.com/ius/images/products/normal/271/product-10105271.jpgmodule
==================
Build Instructions
==================

1. Unpack the driver sources and go to the Module directory:
$ tar -xvzf rt73-cvs-daily.tar.gz
$ cd ./rt73-cvs-YYYYMMDDHH/Module

2. Compile the driver sources:
$ make
continue

Category : Gadgets | Open Source | Tutorials | Wirelss | Blog
11
August

LAMP

Short for Linux, Apache, MySQL and PHP, an open-source Web development platform, also called a Web stack, that uses Linux as the operating system, Apache as the Web server, MySQL as the RDBMS and PHP as the object-oriented scripting language. Perl or Python is often substituted for PHP.

The key to the idea behind LAMP, a term originally coined by Michael Kunze in the German magazine c’t in 1998, is the use of these items together. Although not actually designed to work together, these open source software alternatives are readily and freely available as each of the components in the LAMP stack is an example of Free or Open Source Software (FOSS).

LAMP has become a de facto development standard. Today, the products that make up the LAMP stack are included by default in nearly all Linux distributions, and together they make a powerful web application platform.

BAMP

Short for BSD, Apache, MySQL, Perl/Python/PHP BAMP is an open source Web development platform that is a variation to the LAMP stack. BAMP uses BSD as the operating system, Apache as the Web server, MySQL as continue

Category : Open Source | Tutorials | Blog