Showing entries 30391 to 30400 of 45392
« 10 Newer Entries | 10 Older Entries »
Sleep/Pause for specified number of seconds

Function takes number of milliseconds to sleep as argument. So, if you want to pause execution of code for 2 seconds you'll pass 2000 (2 x 1000) as argument to this function.

Installing OpenSSL on Ubuntu Linux

This short tutorial shows you how to install OpenSSL on Ubuntu 12.04. The process is very simple. For this tutorial, I'll be installing openssl version 0.9.8e and the latest 1.0.1g (released Apr 07, 2014). Linux kernel is 3.2.0-23-powerpc-smp. I have used a Mac Mini (powerpc/ppc architecture). GCC version number is 4.6.3. Your configuration may be different from mine but the installation steps below should work fine for most configurations.

Removing Ending Whitespaces from a String (Right Trim), using Javascript

A very simple function:

Giving Apache Web Server A Different Name by changing Source Code Before Installation (very simple instructions)

I am going to show you how to change Apache's source code before compiling and installing so that it always shows a different name while using the technique described here. I have used Apache version 2.0.59 for this tutorial.

How to find if argument is numeric or not, using Javascript

Use this simple function.

Configuring MacOS X to compile and install open source software using XCode Tools

If you want to compile and install Open Source Software on your MacOS X machine then you should install MacOS X's XCode tools. XCode tools provide the compilers and other software development kits (SDKs) to enable you to compile and install open source software on your computer.

Installing MS SQL Server Client Library on Linux/Unix

Problem: Installing SQL Server client library on Debian/Ubuntu Linux.

If you want to install PHP on a Linux machine and want to use Sql Server as your database then you have to install FreeTDS library on your server machine so that you could make your PHP/Apache server machine talk to your SQL Server 2000 Database. Let's go through the installation steps.

Installing Atmail Webmail Client on Mac OS X (PERL)

Last week, my company decided to use a different webmail client with a better look and feel. I was assigned the job of searching for a good webmail client. I came up with some commercial ones and some free ones. My project leader shortlisted two of them (i) Round Cube (ii) atmail. I was asked to to do a demo setup of Round Cube. He did not like it because it was lacking some features that we wanted and also it wasn't a stable release then. Then I tried installing atmail on my Mac OS X Server machine. I tried to follow all the instructions from their website but couldn't get it to work properly. I emailed atmail's technical support team but they referred me to their knowledge base. I could not find instructions for Mac OS X Server there. Atmail Technical Support charges $100 for a remote installation of their product but my project leader wanted me to do it myself so that someone in the company could understand the product better.

Working with BASH environment variables (simple commands for beginners)

You'll learn the following in this tutorial.

* Display names and values of all environment variables * Assign value to an environment variable * Print value of a particular environment variable * Append value to an existing environment variable * Make the variable globally accessible * Delete an environment variable

Debian Linux Installation and Hardening (3.1r0a)

In this tutorial I'll tell you the very basic steps on how to install a Debian Linux Distribution on your computer. Although this tutorial should help majority of the users install Debian but my main focus will be on hardening the Debian installation after the installation process. Also, I am assuming that you want to install Debian as a server not as a game or workstation PC. If you are looking for more detailed information on Debian installation then refer to the Debian manual and come back to this tutorial after installation. You can find the manual in your language and for your platform http://www.debian.org/releases/stable/installmanual.

Showing entries 30391 to 30400 of 45392
« 10 Newer Entries | 10 Older Entries »