Showing entries 30381 to 30390 of 45392
« 10 Newer Entries | 10 Older Entries »
Installing libiconv on Ubuntu Linux

This short tutorial shows you how to install libiconv on Ubuntu Linux Server. The process is very simple. For this tutorial, I'll be installing libiconv version 1.11. Linux kernel is 2.6.15-26-powerpc. I have used a Mac Mini (powerpc/ppc architecture). GCC version number is 4.0.3. Your configuration may be different from mine but the installation steps below should work fine for most configurations with little or no change at all (including other Linux distributions and even unixes e.g. MacOS X).

How to define static hostnames for IP Addresses in Windows (counterpart of Linux`s /etc/hosts file in Windows)?

If you want to define a static fully qualified domain name (FQDN) on your windows XP/Server 2003 machine, so that your computer does not contact a DNS server to resolve a particular IP address then you can do so by using the instructions explained below.

Configuring Ubuntu Linux After Installation

This tutorial assumes that you have already installed Ubuntu Linux Server on your computer. Ubuntu version used for this tutorial is Ubuntu Linux Server 6.06.1 (Dapper Drake).

Installing Oracle Berkeley DB on Ubuntu Linux

This short tutorial shows you how to install Oracle BerkeleyDB on Ubuntu Linux Server. The process is very simple. For this tutorial, I'll be installing BerkeleyDB version 4.3.29. Linux kernel is 2.6.15-26-powerpc. I have used a Mac Mini (powerpc/ppc architecture). GCC version number is 4.0.3. Your configuration may be different from mine but the installation steps below should work fine for most configurations with little or no change at all (including other Linux distributions and even unixes e.g. MacOS x).

Javascript: Encoding Values in XML Strings for AJAX / Web 2.0

I have written a very simple javascript function to do the job. The function takes a Javascript string (or any value, integer etc.) as input, converts it into a string and then replaces all occurrences of , &, ", and ' with their html values.

Trim whitespaces from both ends of a string, using Javascript

The code uses the two functions discussed in other tutorials.

Removing Whitespaces from Beginning of a String (Left Trim), using Javascript

A very simple function:

Installing & Configuring JSDoc On Windows

This short tutorial will teach you how to install JSDoc on Windows. JSDOC is a Javascript documentation generator tool. You add formatted comments inside your javascript code, JSDOC takes all the commented javascript code as input and generates javadoc style documentation using those comments. For more details on how to use JSDOC visit http://jsdoc.sourceforge.net/.

How to execute a function at regular intervals using Javascript

How to execute a function at regular intervals using Javascript

Starting Apache Web Server at every Reboot (for Ubuntu / Debian Linux)

If you compiled and installed Apache on a Debian/Ubuntu Linux machine and want the Apache service run every time you reboot your machine this short tutorial is for you. I have tried to make it very simple so I am pretty sure you'll be able to follow all steps even if you don't know Unix/Linux shell scripting. In order to run Apache at boot time you have to write a very simple start up script.

Showing entries 30381 to 30390 of 45392
« 10 Newer Entries | 10 Older Entries »