I need to boot a live disk and reinstall CRDA to the hard disk. I'm pretty sure I need to mount the partition and copy over files. If anyone knows the commands to do this and the location of the CRDA on my live disk.
I am trying to configure Fedora 11 Samba PDC with LDAP backend. All information on how to was obtained at http:[url].......The Howto is not complete. However, I have a real problem when configuring ldap.conf and slapd.conf as I will replace the domain acpng.org.pg with the examples. The problem is when entering the following:
URI ldap://127.0.0.1/ HOST linux-srv1.pqrst.org.nk BASE dc=pqrst,dc=org # now here, do I put another dc=nk for the
I am comparing jwhois and whois. Specifically, I want to resolve the country and Internet registry source for 150.216.2.252. The correct information is United States and ARIN; however, using the whois command it says it is in Australia and APINC. This is incorrect. I have compiled jwhois; however, it will not work on ip address. It will resolve cnn.com and other websites; however, will not work on ip address such as 150.216.2.252. When I try to use an IP address it says:
jwhois-4.0$ jwhois 207.58.150.216 [Querying whois.arin.net] [Unable to connect to remote host]
How can I get jwhois to work on this ip address or whois to resolve the correct United States information?
I'm looking for a program like "Hide My IP" (which is for Windows) which I can use to change my IP address to that of one in another country. I'm from the Netherlands and live in the US which makes it impossible on a lot of Dutch television network websites to watch programs because a lot of those are viewable in the Netherlands only. I understand there are some web-based sites that can do that, but I was hoping there is actual software out there? I'm using Ubuntu 10.04 LTS.
I have a VPS. I intend to use it as a squid server. I need to know how to configure Squid so it works as a simple proxy server. Don't need authenication etc.
I have Debian installed in embedded PC which is in a vehicle . This PC collects information related to engine .This pc is connected to internet using Verizon USB 175 modem.i connect to internet uing Wvdial. On connection it gets dynamic IP and uing this Ip i planned to login through Putty.This whole system Is in US , when i was in US i had laptop which is connected to internet using verizonPCMCI modem. from that laptop i used putty and entered dynamic ip in Putty and i could successfuly login to the system in vehicle.But when i came back to India i tried to login to the system , here i have different ISP not verizon , i tried to ping that IP ( technician called from US and informed the new IP ) in the Vehicle and i was successful in doing that , i got echo to my ping. Now using that Ip in putty to login but i could not login ,it gives time out
I have a list of 2 character country abbreviations used in the Maxmind GeoCountry database that I need to convert to the standard 3 character country abbreviation ISO 3166-11 format. I could have a long list of sed substitute statements for each country.
Code:
sed "s/US/USA/g" <file>
Is their a more elegant way to do this? Maybe an array of some sort? This substitution will be used in a bash script.
i followed a Tutorial about configuring apache to have HTTPS Protocole , but since i ask for a certificate , i can't input information such country code etc , i'm runing this configuration on Webmin , i'm using Debian of course so how can i input the code ?
i am suing SUSE 10.00 and i need remote assistance from friend in another country. I think this can be done in windows xp using "remote assistance". How can i do this using linux suse?
What I need is a database that can show a Timeline and have the basic functions for searching by date and other criteria. Not in a hurry is for a future project. Any clues?
I need something to make a script that will search some logs and extract IP hits from one country only. Let's say UK. I guess I need to use GeoIP or some database. I just need a very simple bash, perl, php script that will do this job. Just search threw logs (apache) and then give me number of hits found from UK.
I used the Ubuntu server 10.10 for cache and proxy purpose. I install squid 2.7 stable 9. My problem is to cache the some url by force. eg . [URL]...I search the clues by using google. but I only found how to block the url. so I come here and request the advice. I want to cache the couple of site because of our country have bandwidth problem.
I'm having an issue where a server in CA (1000/full) and in VA (100/full) have very lopsided data transfer.
CA -> VA with iperf shows ~20Mbps VA -> CA with iperf shows ~93Mbps
If we change the CA server to 100/FULL, transfer speed is 93Mbps both ways.
Some tuning was done to TCP window scaling parameters, but it won't correct the issue, just improve the CA -> VA numbers to what is listed above. I will say, turning TCP window scaling OFF will lower the transfer speed both ways to < 20Mbps.
The only clue I have when looking at wireshark dumps is that the window scale going OUT would never go past 10240 (scale is 8, so 2^8 x 40bytes). In the opposite direction, the window size will go above 3MB (scaled).
It is not a bandwidth problem as iperf with UDP shows 93Mbps both ways. Local transfers (CA 1000/full to CA 100/full) show full speed both ways, so I feel it is strictly related to TCP window scaling.
RedHat 5 64-bit on both sides. Any ideas why it won't scale above 10240?
Friends i have an idea to broadcast few local TV channels to the world via internet.But friends i can't directly broadcast from my country because of bandwidth.friends is there a way to do this through a remote server server? i just need to input my stream to a remote server and then broadcast it from the server.I can stream channels to the server from my country through a 10mbbs connection.
I have a question about calling an asm function from C....It doesn't work unless I create an asm variable to hold the value of the function in....Why?Here's the code that doesn't work...
asmfile.s - version one Code: .section .data mydata: .ascii "this is the message! .equ mylen, . - mydata
I am doing a web site program and what I need is to call a C program in the PHP cloud.Do u think it would be possible? The web site would get the user input from PHP UI and pass to the C program , the C program would process the function with the user input and output the a PHP page.
I'm using Amarok 1.4 and when I select the playlist=>burn to CD, k3b doesn't apear. I get the prompt that asks if I want to make an audio or data disk. Only the Audio CD works; the data disk option doesn't work.
I want to call c exe from java source code and i want to interact with the c program during it's execution, i am able to send the parameters to c program but i am not able to interact with it.
I have spent quite a lot of time on this problem. It seems like the file is sometimes closed when reaching config(fd), but removing the usleep(a while) seems to remove the problem.