find . | egrep 'avi|wmv|mpeg|mpg|asf|' -exec zip '{}' ';' What is wrong with this command 1. Find the files find . (the . specifies the directory im in) 2. | pipe that into egrep so that it finds file Read all
Hi, I was wondering is there any limit on how many domain's you can have under an account, as add-on' domain's when an account is on a dedicated IP Read all
Hi all, I have a dedicated server running DirectAdmin CP, and all are fine except I can't use ANY Mailing list script because of timeouts (I guess). I have a mailing list of 32,000+ subscriber. When I Read all
I just installed APF Firewall on my Linux system, but when I try and run it it tells me that it couldn't load because it couldn't load the IP Tables module or something. I used a tutorial on how to se Read all
Why I cant see my iptables setting using --list option ? I have set this : iptables -t nat -A PREROUTING -i ppp0 -p tcp --dport 3000 -j DNAT --to 10.0.0.100:3000 iptables -t nat -A PREROUTING -i ppp0 Read all
Well, We found an ISP unable to route one of our server's dns which keeps dispalying "unknown host" but once they flush the DNS, it works again....It will display "unknown host" again after few days l Read all
Looking for ideas on how to setup a shared storage system. Example being load balanced web servers. Yes I am familiar with the whole replicate the data to each server. Not what I am looking for. Each Read all
Say I want to arrange so that index.htm is not called in my server. Rather I want someone to look at the content of my directory rather than looking at index.htm. How can I do that? What about if I wa Read all
afhter rebuild apache on a server i note that a lot of php mail functions gives the: unrouteable mail domain "gmail.com" problem. This happens with all type of destination address (somuser@someprovide Read all
Hi guys for some odd reason mysql stopped working on my site. I am getting this error: Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' Any idea Read all
Hi i have a high server load and it is Exim i have check exmin_mainlog and i see a lot of these message 2005-04-19 12:30:40 H=(mx4.hotmail.com) [196.2.98.198] F= rejected RC Read all
Folks, I need serious help. I am a few months away from buying my own windows 2003 server, and I need to know the best ways to secure it. I know with DDOS and ALL the easy ways to crack Windows 2003 S Read all
Is it in any way possible to Have the Public FTP folder display an HTML Page on a shared web server? I'm getting different responses from the technical staff on my webhost. One says you can't because Read all