Difference between revisions of "System Administration"
From Bioinformatics Software
Jump to navigationJump to search (New page: == Generic Ubuntu == == Mac OS X (kiwi) == == Pepito ==) |
|||
Line 1: | Line 1: | ||
== Generic Ubuntu == | == Generic Ubuntu == | ||
+ | === Package repositories === | ||
+ | The default mirror for machine installed around Nova Scotia is sometime doing wierd things. Switching to another server seems to do the trick. I recommend U Waterloo's repository at http://mirror.csclub.uwaterloo.ca/. To change this: | ||
+ | * backup /etc/apt/sources.list | ||
+ | * replace http://ca.ubuntu.[...] by another server name such as http://mirror.csclub.uwaterloo.ca/ . | ||
+ | * Save the file | ||
+ | * type sudo apt-get update | ||
== Mac OS X (kiwi) == | == Mac OS X (kiwi) == | ||
== Pepito == | == Pepito == |
Revision as of 01:03, 9 June 2008
Generic Ubuntu
Package repositories
The default mirror for machine installed around Nova Scotia is sometime doing wierd things. Switching to another server seems to do the trick. I recommend U Waterloo's repository at http://mirror.csclub.uwaterloo.ca/. To change this:
- backup /etc/apt/sources.list
- replace http://ca.ubuntu.[...] by another server name such as http://mirror.csclub.uwaterloo.ca/ .
- Save the file
- type sudo apt-get update