Displaying 6 results from an estimated 6 matches for "gjgowey".
2007 Sep 10
3
php 5.2
Hi,
I was asking about php 5.2 because I would like to use this program with
these requirements:
http://www.magentocommerce.com/system-requirements
This ecommerce store is built with the zend framework and requires php 5.2.
Mcrypt is not in the centos mirrors either.
I did manage to get this beta ecommerce store installed on php 5.1.6-12 by
removing the mycript line in the install xml file and
2007 Sep 12
4
ASTERISK BOX behind a filewall
Hi All,
I want to put a ASTERISK BOX bend a Firewall. So I have given below rules.
iptables -A FORWARD -p udp -d 192.168.101.30 -m multiport --dports
3478,4569,5060 -m state --state NEW -j ACCEPT
iptables -A FORWARD -p udp -d 192.168.101.30 --dport 10000:20000 -m state
--state NEW -j ACCEPT
iptables -t nat -A PREROUTING -p udp -i eth0 -d 1.2.3.4 -m multiport
--dports 3478,4569,5060 -j DNAT
2007 Nov 12
1
how to know when files have finished ftping? -- antair restored
Here's a thought: what about doing an lsof? If a file is still being written by ftpd it should be open for writing.
Geoff
Sent from my BlackBerry wireless handheld.
-----Original Message-----
From: gjgowey at tmo.blackberry.net
Date: Mon, 12 Nov 2007 16:07:23
Subject: re: [centos] how to know when files have finished ftping? -- antair restored
On Nov 11, 2007 2:20 PM, Neil Aggarwal <neil at jammconsulting.com> wrote:
> Hello:
>
> I have a server set up a CentOS 5 server for a clien...
2007 Nov 18
0
dual boot box: winxp & centos 5: impossible to restorewinxp? -- antair restored
...ou disconnected all your usb hardware before trying the repair? I've repaired my box more times than I can count and the only time I've seen lots of hdd activity is when I had some weird hardware attached.
Geoff
Sent from my BlackBerry wireless handheld.
-----Original Message-----
From: gjgowey at tmo.blackberry.net
Date: Sun, 18 Nov 2007 18:01:11
Subject: [centos] dual boot box: winxp & centos 5: impossible to restorewinxp? -- antair restored
We rarely use M$ Windows, but I let my daughter surf pbskids.org while
using Windows and a Trojan Horse modified or deleted the user32.dll...
2007 Nov 18
11
Dual boot box: WinXP & CentOS 5: Impossible to restore WinXP?
We rarely use M$ Windows, but I let my daughter surf pbskids.org while
using Windows and a Trojan Horse modified or deleted the user32.dll
file. I found the instructions on the Microsoft Support web site, and
it would be very easy for me to expand a new copy of user32.dll if I
could get the MS WinXP CD to work. It boots OK, I press a key so it
will search hardware and it then has hard drive
2007 Aug 03
7
Power burn test
I need a program that will just run everything at max so I can measure
the max power used on some systems. My 'Kill a Watt' meter should show
up early next week.
SO run that CPU at max, using all memory, and keeping the harddrive
spinning.
I can jsut do pings on the lan card for it to stay awake.
I have searched here and on the net and have come back with nothing.