Skip to main content

Home/ Techs Worldwide/ Group items tagged http.

Rss Feed Group items tagged

computerguy123

Installing m4 Macro Processor on Ubuntu Linux - 0 views

  •  
    This short tutorial shows you how to install m4 (macro processor) on Ubuntu Linux Server. The process is very simple. For this tutorial, I'll be installing m4 version 1.4.10. 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).
computerguy123

Installing Flex (The fast lexical analyzer) on Ubuntu Linux - 0 views

  •  
    NOTE: You have to install m4 (general purpose macro processor) before installing Flex. This short tutorial shows you how to install Flex (The fast lexical analyzer) on Ubuntu Linux Server. The process is very simple. For this tutorial, I'll be installing flex version 2.5.33. 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).
computerguy123

How to Define Static hostnames for IP Addresses in Windows (counterpart of Linux's /etc... - 0 views

  •  
    Problem: 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. Scenario: This can be useful on a number of situations one such situation is as follows. Let's say you have a web server hosting www.example.com and you want to add a new machine to this web address for load balancing purposes. Once you are done setting up the new machine you'll test it by using the direct IP address of that machine. You cannot access the new machine using www.example.com because every time you try that your computer will be forwarded to the old machine (whose IP address is stored in the DNS server). In this situation you can use the instructions below to give a static IP address (IP address of the new machine) to www.example.com, so that your computer connects with the new server (when you access it) using www.example.com.
computerguy123

Installing Berkeley Yet Another Compiler Compiler (byacc) on Ubuntu Linux - 0 views

  •  
    This short tutorial shows you how to install Berkeley Yacc (byacc) on Ubuntu Linux Server. The process is very simple. For this tutorial, I'll be installing Berkeley Yacc (byacc) version 1.9. 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).
computerguy123

::Techs Worldwide:: Working with BASH environment variables (simple commands for beginn... - 0 views

  •  
    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
computerguy123

::Techs Worldwide:: Installing MySQL Client tools, binaries, and library on Ubuntu Linux - 0 views

  •  
    This short tutorial shows you how to install MySQL Client tools, binaries, and library on Ubuntu Linux Server. The process is very simple. For this tutorial, I'll be installing MySQL Client tools, binaries, and library version 5.0.45. 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).
computerguy123

::Techs Worldwide:: Configuring MacOS X to compile and install open source software usi... - 0 views

  •  
    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.
‹ Previous 21 - 40 of 46 Next ›
Showing 20 items per page