Skip to main content

Home/ Techs Worldwide/ Contents contributed and discussions participated by computerguy123

Contents contributed and discussions participated by computerguy123

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

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

::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:: How to find Web Server Information through Telnet using HTTP HEAD C... - 0 views

  •  
    Before you proceed, please note that this method may not work at all times because some websites hide their server information. Also, this method should be used to find out more about your site's security and should not be used for any other purposes. All the instructions below are tested on Ubuntu Linux Server but should work fine on other platforms running telnet.
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:: Giving Apache Web Server A Different Name by changing Source Code B... - 0 views

  •  
    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. Assuming that you have already downloaded the source code and extracted all the files in httpd-2.0.59, 'cd' into httpd-2.0.59 and use 'nano' (or your favourite text editor) to open the file (httpd-2.0.59/server/core.c) containing the Apache label.
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.
computerguy123

::Techs Worldwide:: Installation, Configuration, Administration, Monitoring, Tools, Tip... - 0 views

  •  
    Techs Worldwide - Tutorials about Installation, Configuration, Administration, Monitoring, Tools, Tips and Tricks
1 - 11 of 11
Showing 20 items per page