install

How to Install Windows 7 (Before Your OS Launch Party)

Welcome to the party! Senior Editor Robert Strohmeyer shows you how to install Windows 7 before you celebrate its launch with your friends. More: continued here

How to install Opera Web Browser in Ubuntu including flash,Java Plugins

Opera is a web browser and internet suite developed by the Opera Software company. The browser handles common Internet-related tasks such as displaying websites, sending and receiving e-mail messages, managing contacts, IRC online chatting, downloading files via BitTorrent, and reading web feeds. Opera is offered free of charge for personal computers and mobile phones, but [...]

How to Install MySQL Server 5 on Ubuntu

Installing MySQL 5 Server on Ubuntu is a quick and easy process. It almost feels like it should be more difficult. Open a terminal window, and use the following command: sudo apt-get install mysql-server If you are running PHP you will also need to install the php module for mysql 5: sudo apt-get install php5-mysql To [...]

How to Update Websense Enterprise to v6.3.1 from v6.1, v6.1.1 or v6.2

Websense v6.1, v6.1.1, and v6.2 software can be updated directly to Websense v6.3.1 software.  For a successful update, follow the instructions below. Installation Instructions To download the installer, log onto www.mywebsense.com/, select Downloads and Updates, and select the appropriate installer for your OS and language. Log on to the installation machine with domain and local administrator privileges. [...]

How to install Bugzilla under Redhat/Centos

Bugzilla is a Web-based general-purpose bugtracker and testing tool originally developed and used by the Mozilla project, and licensed under the Mozilla Public License. Released as open source software by Netscape Communications in 1998, it has been adopted by a variety of organizations for use as a defect tracker for both free software and proprietary [...]

How to Install C++ Boost on Ubuntu

Boost is probably the most popular C++ library, to install C++ Boost on Ubuntu is easy. Open your terminal and type the following command to install the packages: sudo apt-get install libboost-date-time-dev libboost-date-time1.34.1 libboost-dev libboost-doc libboost-filesystem-dev libboost-filesystem1.34.1 libboost-graph-dev libboost-graph1.34.1 libboost-iostreams-dev libboost-iostreams1.34.1 libboost-program-options-dev libboost-program-options1.34.1 libboost-python-dev libboost-python1.34.1 libboost-regex-dev libboost-regex1.34.1 libboost-signals-dev libboost-signals1.34.1 libboost-test-dev libboost-test1.34.1 libboost-thread-dev libboost-thread1.34.1

How to Install Eclipse on Ubuntu

Eclipse is an open source community whose projects are focused on building an open development platform comprised of extensible frameworks, tools and runtimes for building, deploying and managing software across the lifecycle. A large and vibrant ecosystem of major technology vendors, innovative start-ups, universities, research institutions and individuals extend, complement and support the Eclipse platform. [...]

How to Install and Configure IE6 using IE4 Linux on Ubuntu

No matter how anal IE6 is, it is still quite an important browser. According to statistics from W3School, by April 2008, there are still about 28.9% of surfers using IE6. So on my Ubuntu, I have no choice but having it installed. To install IE6 and below, you should first have cabextract and Wine installed, [...]

How to Install and Configure Wine on Ubuntu

The software has been in development for more than 12 years and just reached beta status in the fall of 2005. But Wine has been in widespread use for quite some time, and it’s included in most distributions, including Ubuntu. Install Wine The Wine software included with Ubuntu is frequently at least a step behind [...]

How to install Windows Server 2008 without activating it

Evaluating Windows Server 2008 software does not require product activation. Any edition of Windows Server 2008 may be installed without activation, and it may be evaluated for 60 days. Additionally, the 60-day evaluation period may be reset (re-armed) three times. This action extends the original 60-day evaluation period by up to 180 days for a [...]

How to install Websense software on a Microsoft ISA Server machine?

Go to the machine where you will be installing Websense Enterprise and log on with administrator access. If necessary, close any open applications. Access the Websense software installer. Make sure you have your Websense subscription key. The key is required to log on. Go to www.mywebsense.com and download the installer. Run the download file. This unzips the [...]

How to Install RoundCube Webmail on Linux

RoundCube is an excellent open source AJAX webmail client that makes older PHP webmail clients seem obsolete. It’s easy to set up provided you already have a working LAMP server (Linux, Apache, MySQL, and PHP). RoundCube does also work with PostgreSQL or SQLite, but that is not covered by this HowTo. For PostgreSQL or SQLite, [...]

How to Install Trac – Bug tracking system

Trac is an issue/bug tracking system for software development projects. It has a built in wiki for documentation and a broseable interface to Subversion or other version control systems. All interaction is done with a a web browser which makes it easy and fast. It is programmed in Python. We will be installing Trac on [...]

How to repair windows XP

How do you perform a reinstallation of Windows XP, sometimes called a repair installation? Configure your computer to start from the CD-ROM drive. For more information about how to do this, refer to your computer’s documentation or contact your computer manufacturer. Then insert your Windows XP Setup CD, and restart your computer. 1. When the Press [...]

How to resolve PHP Pecl Memcached module installation problems

I am using on several projects memcached and on the application side the php memcached module. This can be installed as any pear/pecl module, or from source by downloading the source .tgz and running the classic phpize; ./configure; make; make install; While trying to upgrade the memcached module to the latest version available 2.1.2 I [...]