General :: How To Determine Physical Location Of Download Mirror
Jan 26, 2010
Some site will have the location listed, or some mirrors are hosted educational institutions so you can easily identify the location of those mirrors. However How can I determine the location of an unknown mirror? Like for example, say I want to download a DVD install iso of CentOS. I look a the download mirrors and I see list of [URL]. Now from looking at that list how can I tell which one is closest to my location?
When running cat /proc/cpuinfo under Linux, a variety information is kicked-back. For example:
> cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Xeon(R) CPU 5130 @ 2.00GHz
[Code]...
First, what does all of that actually mean? I see I have a processor 0 and processor 1. Does that mean Linux is reporting both cores of the CPU, or, since it is a VM, the two that I happen to have right now (even if they're on physically different CPUs)?
Second, how can I get a similar information dump form the command line in Windows? Third, is there a way using either platform to determine the number of physical CPUs versus total CPU cores?
How do you download a whole distribution at once from an ftp mirror? Ive never used ftp to DL more than 1 file at a time from konsole I tried mget, get as well as using wild cards like this get /slackware/*/*/*/*. Ive been looking for how to's but can't find any that deal with what I'm looking for. I know there is probably a simple solution but I can't find it.
A friend recently introduced me to linux and I've experimented with a few different distros and now have 2 working puppies; 1 system i slapped together from misc. parts lying around and the other is my netbook which boots to puppy via USB. I have had to play around with formatting using gparted.
I very recently acquired a server unit with a pentium II 200Mhz and I would like to LEARN linux. Thru careful research I have figured out that Slack is the best OS for those who want to learn the in's and out's. I guess my question would be which slackware distro would be best for this somewhat older system? ...And where can I find a mirror to download the iso?
I want to create RAID disk on machine_2. Next, I want to replace one of the RAID disk from machine_2 to with the RAID disk from macnine_1. Then I want to build the RAID disk from machine_1 with machine_2 data. This is my question:
How to determine the physical drive the system boots on in a RAID array? Or How to determine the RAID disk from machine_1 in machine_2?
How exactly do you hide information when downloading with WGET e.g. is there a parameter that can hide the download location, or extra information and only show the important information such as progress of the download?
Can I download a Linux iso image from a Windows mirror? I don't see any problems, but my IT guy tells me that it just can't happen because a Linux download server uses a different protocol. But, I could be wrong...
After reading a lot of docs, I'm still having problems using wget to download a Centos repo from a mirror. Here's my best attempt so far: $cd /repos/centos/5.4 $wget -r -nH --cut-dirs=3 -np [URL] Of course I get all the unwanted index files etc, but I seem to get a lot of other downloads from the mirror, not just their 5.4 directory. It's like it's following other links on the web pages. Maybe I should be using "ftp://" instead of "http://" considering it's an ftp site, but I seem to have connection problems that way.
location where I can download Debian 5.0.0 or any Debian 5 prior to 5.0.8? I've checked some of the archive sites but they seem to only go up to Debian 4.
I found out where Ubuntu One downloads music from the music store. /home/user/.local/share/ubuntuone/Purchased from Ubuntu One/ I would like to change this folder to: home/user/Music/ Is this done in RhythmBox or Ubuntu One? Also, I moved the MP3s from the default location and they disappeared from my cloud storage, is it possible to turn this off? With a custom or default location? When does the sync take place? I know its after the purchase but it seems to take a while to start.
I have got a question, my fileserver is up and running and is working great but if i want to download something by HTTP using the command wget [url] it does not show up in my server...
I think this is because my server location is : /Home/samba/
How do i change my default download location to /Home/Samba/ so i can see this in my network?
Running ubuntu server 10.04 headless using putty SSH
I'm trying to install debian on a buffalo linksystem and the tutorial is created for a debian lenny installation but I cannot find a download mirror anywhere for anything except debian 6. point me to a download location for a debian 5 x32 cd-image?
Recently I was downloading a file from within Firefox when the Internet connection was lost. Where should I look to find the partial file? I want to delete it.
I was downloading to a USB drive and went to continue the download without the USB drive plugged in. "Save location not found " etc. So I plug in the drive now it wants to start all over. How do I make it start from where it left off. There are no transmission files on the ISB drive dir. that seem to hold the info and the transmission "queue" has reset as if I had not downloaded any data yet.
I tried to download Knoppix 6.0 iso, but it ran out of storage space. It was placing it into /tmp. Is there a way that I could have it placed in my /home directory, which is plenty big?
I'm working with a program that uses Open Motif to create all of the widgets, including the Open File dialog box (obviously). However, Open Motif being kinda old-timey, 80's vintage, and for the most part now an abandoned project, it is quite clunky. So, actually what I need to do is to open some files located on my work server. I have already successfully connected to the relevant server directories with Samba, and with programs built with GTK+ (such as GIMP) I can open files across the network because I have created a bookmark in Nautilus, and those bookmarks appear in the Open File dialog box created by GTK+. Now, Open Motif is different: it doesn't see network locations, orNautilus shortcuts. When I type "smb://serveripyadayada" in the search folder, it really doesn't like it and complains. So, what do I do? Can I get somehow Open Motif to open a network location? Or can I do a run-around and place a shortcut in the file system that points to the network location?
I have apt-mirror working perfectly for my local repo.I have it sending me an email everyday after it runs.However, there is nothing in the email. I'd like for the email to show me how much data was downloaded, number of files, (the normal apt-mirror information when ran from terminal). Lastly, the clean.sh script contains nothing to do. What can I add to the script to clean up my repo (remove older packages, etc..) My repo keeps getting larger and larger. It's at 66.7GB now.
I'm using f12. My university has recently become a mirror for fedora packages. But i'm facing a trivial problem. I have set proxy for yum so that the packages that are not available on local mirror can be downloaded from other mirrors. But then i don't know how to set no proxy for my local server. Consequently it is not using my local mirror at all. Tell me how to set no proxy for the local mirror. I want my local mirror because it's damn fast. My proxy settings are like this (they go in /etc/yum.conf):
I am trying to build and bring-up Linux (embedded) for a piece of hardware which have MIPS 74K proccessor 16MB Flash, 128MB DDR and network/usb support. How to configure/set into the kernel the exact addresses of the physical memory map? How does the kernel know where is the system ram, i/o memory, root FS? I have read some book and I found how the applications can go and read some special files like /proc/iomem to find out info about memory but what I need is how to set those addresses at the beginning when I build the kernel and FS in order to boot the kernel on my h/w.
I understand the software RAID partition types on two physical drives that will be paired must be set to the same size. However,
1. Do the physical drives themselves need to be the same size?
2. Do the physical drives need to use the same interface?
e.g. Can I setup mirroring with one 80G SATA, and one 320G PATA? (And is this reliable/stable?). The use is for an asterisk server which came with the 80G, I can't find anything smaller than 320G for the 2nd drive, and the free connector inside is PATA.
I have been testing ubuntu 10.10 maverick, it has some nice features. Anyway I am missing the possibility of writing manually the folder you want to go on nautilus using the Location bar. It was used to have some kind of icon which you can click and it switched between graphich breadcrumbs or the location of the folder and you could changed it manually, you know what I mean?
I have a virtual server which acts mainly as mail server. I wonder whether I could set up a mirror for certain files like Linux ISO images, conference talk recordings and other stuff.How could I seed automatically all torrents from XML feeds plus torrents added by hand? Further conditions: The data files should be accessable via HTTP/FTP, too total traffic and bandwidth uage need to be restricted, plus bonus points for restrictions per feed or file.
Could we create mirror of the existing volume in Linux. Is yes please let me know the procedure to create the mirror of existing Logical volume in Linux.
When we want to setup a linux system, there is a common a suggestion like set the swap space as twice as big than your physical memory, I want to know why do we need this and how is this suggestion come from?
Is it possible if I am only using ext3 and no LVM or anything else to re-size the partition into another physical device? I am pretty sure the answer to this is no but I was still curious as I am facing a full 1tb disk and need to add a new drive and unsure how to do this due to shared folders existing on the old drive and no way to actually expand them without linking in new files or something.