My problem is a little weird. First I disabled the connection timeout from console and since then whenever I close a telnet session its actually not closed on the server side... Here is the output:
AMSTLX#who
Line User Host(s) Idle Location
2 vty 0...
I am planing to install a Apache Web Server on Fedora 7 and I have some web pages written in ASP does any one know how could I run ASP over Apache?
Any advices/recommendations using Apache and ASP?
Thanks;
Ilker Tanli
You can do it between two linux servers using rsync.
rsync -vrae /path/ dest_server:/path/
and in your case it should look like this:
rsync -vrae /tmp/imagefolder/ 64.95.26.31:/tmp/imagefolder/
Hope it helps;
--ilker
Here is the sample configuration:
AuthType Basic
AuthName "This is a Private Network Please Enter Your Password"
AuthUserFile /var/www/.htaccess
Require user john robert
And to create .htacess you need to run:
$htpasswd -c [file_name] [user_name]
In this case it should be look like this...
Burt Its 2924.
And I also have cisco 7206 and making BGP. If I install a multi channel T1/PRI on 7206 would I be able to do traffic shaping?
All I want is to divide my 10 Mbit connection in to T1's.
Thanks;
Ilker Tanli
Yes thats right I am trying to do traffic shaping, not load balancing. I heard that 2900 series is kinda old and does not support any QoS policies.
Any Idea?
Thanks;
Ilker Tanli
I need to set some bandwidth restrictions on my Cisco 2900 switch. I have a 10 Mbit Internet connection and I wanna divide this into T1's. For example I dont want my port 4 to use more than 1 T1 bandwidth in my network, therefore I tried this:
interface FastEthernet0/4
bandwidth 1544
duplex...
I need to set some bandwidth restrictions on my Cisco 2900 switch. I have a 10 Mbit Internet connection and I wanna divide this into T1's. For example I dont want my port 4 to use more than 1 T1 bandwidth in my network, therefore I tried this:
interface FastEthernet0/4
bandwidth 1544
duplex...
One more thing, I have disabled root login on one of my servers, therefore I am receiving the following error when I try to make rsync both distributions are redhat.
$ rsync -vrae /tmp/ilker/ xxx.xxx.xxx.xxx:/tmp/
rsync: Failed to exec /tmp/ilker/: Permission denied (13)
rsync error: error in...
Is there anyway that I can rsync a windows directory to linux?
In other words my source would be a windows machine and destination is a linux or vice versa.
Thanks;
Ilker Tanli
Hi;
I have created a cronjob to restart couple of services on my linux server. I would like to check if it is working or not and also for how long are my services runing.
Thanks,
--ilker
Thnx Ken it really works, you saved my live but now i have another problem:
Is there any chance to take A1 up to left parantesis and than compare with the entire column B because some of my data includes parantesis and i dont wanna take them for accuracy.
For Example i have got "Acta...
i need to compare 2 columns (consist of strings(company names) and not equal in size column A has 2500 entries, column B has 4000 entries) in excel to check whether the string in column A is in the column B or not, i tried some function like search and find and they didnt work, i also tried to...
I tried to declare non-unicode characters as a type of char for ex: char ch = 'i'; (by the vay i does not have dot on top, i can not type it here), and borland c++ doesnt let me to declare it. Everytime I hit i (without dot on top) it types i (with dot on top). There should be a way to rename...
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.