I want to move away from RPM based distrib... so this include CentOS or Whitebox :)
Of course I'll never to a emerge -uD world on a production server :)
I agree with you... the stable branch of gentoo is "relatively" stable. But for a production box I'm not sure. The best choice would be to...
Hi,
We have few servers (RedHat Advance Server). I'm evaluating Gentoo and Debian to replace RedHat.
The server's processors are Opteron. It will be a web server and a Qmail server. 2000 users are going to use this server.
Gentoo is great and I use this distrib at home and for our internal...
Thanks for your response.
However, is'nt possible to use QMAIL INJECT within Fetchmail? That should do but why use qmail-inject when I can use Procmail to move the message directly into the Maildir.
I think I'll make a test server and check if this works.
I don't see any problem with...
Hi,
We developt a web-based CRM software. We designed something similar to gmail or horde.
We need to retreive our customer's email from their POP3 server.
At this moment, we programmed a JAVA deamon that get Email from their POP3 server and store it into a MySQL table.
However we have many...
Hi
How come "cloneNode" don't copy the namespace!
Example:
$myNode1 represente a dom node:
<w:tr>
<w:td>test</w:td>
</w:tr>
$myNode2 = $myNode1->cloneNode(true);
or
$myNode2 = clone $myNode1;
produces:
<tr>
<w:td>test</w:td>
</tr>
Notice that I just lost my...
Hi
We've made our project.
We used Linux, PHP5, mysqli and Mysql 4.1. We have 290 classes.
We have a SOAP system, we do mail merging OpenOffice Document and WordML file within PHP, we have a XUL interface (for those who uses Firefox), a SyncML Server implementation and a complete report...
Hum... I see.
Well may be SNORT can do a great job for you. It sniffs network traffic and can log it into mysql (ACID is a great frontend to analyse snort's log).
Snort can monitor what you want. So just configure it to liste n to the port that AIM uses....
Good luck!
You need to set WINBIND, PAM and Samba.
There are a lot of doc in the Internet. This one is very good:
http://asia.cnet.com/enterprise/netadmin/printfriendly.htm?AT=39050042-39035505t-39000223c
I set up a linux file server using this.
You can check if everything is "ok" with "getenv passwd"...
Hi!
I'm a Linux user since 1999 and I'm not very familiar with Windows XP. For the first time in my life, I need help from you (I helped a lot of Windows user concerning linux, now its my turn to ask for help).
Someone in my family has Windows XP pro. He installed SP2 and had to reformat his...
Well this is a solution. Thanks for the advice.
OpenVPN is the best solution, but I need a solution for my customer. They don't know how to build a VPN. I need something that can be setup automaticly when my software start in the background.
I'll check what iptables can do for me. And there...
When I said "port 25" it was only an example. A bad example but and example.
Lets say that I have a mysql server, and a squid server.
Mysql 3306 squid 3128
I want to block port forwarding on squid, but I need port forwarding on MySQL. Now that you are a better admin than me, tell me what...
Hello
I need to encrypt a connection to a mysql server. The server runs Linux and the client is multi-plateform. So I use a tunnel. I have two solutions:
- Stunnel
- SSH port forwarding
stunnel required openssl and a manual configuration from the client. I don't want that.
SSH port...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.