![]() |
what mirror server to use - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.linuxliteos.com/forums/forumdisplay.php?fid=18) +--- Thread: what mirror server to use (/showthread.php?tid=1233) Pages:
1
2
|
what mirror server to use - TMG1961 - 12-08-2014 I live in The Netherlands. The mirror server in synaptic is set to server for the usa. To what mirror server should i set it here in Holland? Or can i leave it set to the default setting. Re: what mirror server to use - dby - 12-08-2014 Hello In Synaptic > Settings > Repositories, if you select 'other' from the 'Download from:' dropdown menu, you can run a test to find the best server for your location. Hope this helps. dby Re: what mirror server to use - TMG1961 - 12-08-2014 (12-08-2014, 02:01 PM)dby link Wrote: Hello Hi, Thanks, i found that already but not sure what server in The Netherlands to pick. If i click on best server i get a different one everytime i use it..so bit confusing what server to use. Also before i had it changed to a dutch server and when i tried to install the 3.18 kernel i got message that it couldnt find it. CVhanged the server to the main us server and no problem installing kernel 3.18 Re: what mirror server to use - colinkx250 - 12-08-2014 I would use the archive.ubuntu one which is normally the main server and then click reload. Re: what mirror server to use - TMG1961 - 12-08-2014 (12-08-2014, 06:47 PM)colinkx250 link Wrote: I would use the archive.ubuntu one which is normally the main server and then click reload. Thanks for your answer..did set it to that one and reloaded Re: what mirror server to use - shengchieh - 12-10-2014 Do a timed ping (not sure how it is done, sorry, maybe others know?!?) on various servers. ----- You can also find their IP (use ping) and then find their IP locations using one of the online IP location finder in https://duckduckgo.com/?t=lm&q=ip+location&ia=about Then choose the server nearest you. Sheng-Chieh Re: what mirror server to use - Valtam - 12-10-2014 (12-08-2014, 02:37 PM)TMG1961 link Wrote: Changed the server to the main us server and no problem installing kernel 3.18 Use can install the latest mainline kernel in LL anytime by doing: Code: sudo apt-get install linux-headers-linuxlite-3.1x.0 linux-image-linuxlite-3.1x.0 -y Where x is the number of the kernel (the latest is '8' for 3.18) Re: what mirror server to use - TMG1961 - 12-10-2014 (12-10-2014, 04:29 AM)Jerry link Wrote: [quote author=TMG1961 link=topic=1286.msg8375#msg8375 date=1418049468] Use can install the latest mainline kernel in LL anytime by doing: Code: sudo apt-get install linux-headers-linuxlite-3.1x.0 linux-image-linuxlite-3.1x.0 -y Where x is the number of the kernel (the latest is '8' for 3.18) [/quote] I did that after i changed the server to a dutch one and then got the error message that the server couldnt find the kernel. I am sorry but i forgot to write down which server it was and cant remember it. Re: what mirror server to use - Valtam - 12-10-2014 Can you post the contents of your/etc/apt/sources.list file please. Re: what mirror server to use - TMG1961 - 12-10-2014 (12-10-2014, 07:19 AM)Jerry link Wrote: Can you post the contents of your/etc/apt/sources.list file please. Here is the list: Code: Repos: Active apt sources in file: /etc/apt/sources.list |