Displaying 3 results from an estimated 3 matches for "hapia".
Did you mean:
hacia
2007 Sep 25
4
Network routing
Hi, guys!
We need to setup our both network device on centos-4.5 as follow:
eth0: IP: 192.168.1.0/24 GW 192.168.1.1
eth1: IP: 192.168.10.0/24 GW 192.168.10.1
We don't know how to create our setup files for both network (eth0,
eth1 and their routes)?
Help us, please.
Thx
Adriano
2008 Oct 29
0
Centos4.7, PHP5.1.6 & MSSQL
Hi, guys!
How could I install mssql module on my environment? There are any
centos-4.7 binary repository for this module?
Thanks in advance.
--
Adriano dos Santos Vieira
2008 Nov 07
0
CEntOS-5.2 & php-mssql
Hi, guys!
I'm trying to use php-mssql and I've tested the same php program on
two servers (CEntOS-5 and Debian).
CEntOS-5.2 (final)
- php 5.1.6-20
- php-mssql 5.1.6-15 (from "extras" repository).
- freetds 0.64-11
--------------------------- php test code --------------------------------
<?php
ini_set('display_errors',1);
error_reporting(E_ALL);