configuration

090 - How to setup odbc for AS400 in Ubuntu Linux

This is how to install iSeries odbc driver in your ubuntu machine.
First of all you need to download iSeries Access Linux from IBM site. Just for your notice you have to registrate yourself
before you can download anything from IBM site, this is not a big deal, cause it is so simple.

089 - Virtual Hosting using Apache2 on ubuntu/linux

Virtual Hosting allow web servers to host more than one website on a sing machine. This is how sharing hosting works.
This allows you to access to your local repository using addresses such as http://mysite.com instead of http://localhost/~myuser/www/ : ) .
If you have installed webmin in your server, it might be easy to setup apache vitrual host.

1. Prepare for your configuration file.

088 - How to install mcrypt for PHP in ubuntu

Initially ubuntu server (LAMP) does not  include mcrypt for PHP. To install it, the following steps need to be done.

apt-get install php5-mcrypt
/etc/init.d/apache2 restart

Sometimes you might get the message “php5-mcrypt is already the newest version“. If so, install with:

087 - Network Adapter Driver Instration

After Linux installation, sometimes OS recognize network card and so on. To fix a problem, you have to install an appropriate driver.

1. Move the base driver tar file to the directory of your choice.  For  example, use /home/username/e1000e or /usr/local/src/e1000e.

2. Untar/unzip archive:

tar zxf e1000e-x.x.x.tar.gz

3. Change to the driver src directory:

085 - Hardware RAID vs Software RAID

  • Hardware RAID

The hardware-based array manages the RAID subsystem independently from the host. It presents a single disk per RAID array to the host.
A Hardware RAID device connects to the SCSI controller and presents the RAID arrays as a single SCSI drive. An external RAID system moves all RAID handling
"intelligence" into a controller located in the external disk subsystem. The whole subsystem is connected to the host via a normal SCSI controller and appears to
the host as a single disk.

084 - Change DHCP to Static IP Address.

When you change your network configuration (IP Address), There are two ways ("setup command" or change related files manually)
to do that. setup command might be easy for change, but you want to know how to change it manually.

1. Login a Linux Server as root.

2. Check your IP address using ifconfig command.

[myserver]# ifconfig

081 - Creating aliases and mail redirects

A simplest way to redirect mail (either from users who don't exist, or from users who do exist) is with the /etc/aliases file.
The format is pretty simple:

077 - About runlevel

runlevel is a preset operating state on a Unix-like operating system.

A system can be booted into (i.e., started up into) any of several runlevels, each of which is represented by a single digit integer.
Each runlevel designates a different system configuration and allows access to a different combination of processes
(i.e., instances of executing programs). The are differences in the runlevels according to the operating system.
Seven runlevels are supported in the standard Linux kernel (i.e., core of the operating system).

They are:

076 - Installation of webmin

  • What is webmin?

Webmin is a web-based interface for system administration for Linux. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Linux configuration files like /etc/passwd, and lets you manage a system from the console or remotely.

  • Installing RPM

If you are using the RPM version of Webmin, first download the file and then run the command :

073 - How to setup odbc for AS400 in Fedora Linux

You have to download the following package from IBM and install it.

[MyServer]# rpm -ihv iSeriesAccess-5.4.0-1.4.i386.rpm

Maybe you get the errors.

Syndicate content