Linux/Debian
Debian Repositorios |
Debian lenny |
############################################################# ###### Debian Main Repos ###### Debian Update Repos ############################################################## ###### 3rd Party Binary Repos #### Debian Backports - http://www.backports.org #### Debian Eee PC - http://wiki.debian.org/DebianEeePC #### Debian Multimedia - http://www.debian-multimedia.org/ #### Debian Unofficial - http://debian-unofficial.org/ #### Debian-Volatile for end users - http://www.debian.org/volatile/ #### Dotdeb - http://www.dotdeb.org #### E17 - http://enlightenment.org #### Esmska - http://code.google.com/p/esmska/ #### Google Linux Software Repositories - http://www.google.com #### Google Linux Software Repositories (testing) - http://www.google.com #### KDE 4.1.x backports - http://kde4.debian.net/ #### Lenny and a Half - http://wiki.debian.org/LennyAndAHalf #### Skype - www.skype.com #### The Opera .deb Repository - http://deb.opera.com/ #### VirtualBox - http://www.virtualbox.org #### Webmin - http://webmin.com/ #### Wicd - http://wicd.net/ #### Wine - http://www.winehq.org/ ####### 3rd Party Source Repos #### Debian Eee PC (Source) - http://wiki.debian.org/DebianEeePC #### Dotdeb (Source) - http://www.dotdeb.org #### Wine (Source) - http://www.winehq.org/ |
Debian Squeeze |
############################################################# ###### Debian Main Repos ###### Debian Update Repos ############################################################## ###### 3rd Party Binary Repos #### Debian Eee PC - http://wiki.debian.org/DebianEeePC #### Debian Multimedia - http://www.debian-multimedia.org/ #### Debian Unofficial - http://debian-unofficial.org/ #### E17 - http://enlightenment.org #### Esmska - http://code.google.com/p/esmska/ #### Google Linux Software Repositories - http://www.google.com #### Google Linux Software Repositories (testing) - http://www.google.com #### Skype - www.skype.com #### The Opera .deb Repository - http://deb.opera.com/ #### Webmin - http://webmin.com/ #### Wine - http://www.winehq.org/ ####### 3rd Party Source Repos #### Debian Eee PC (Source) - http://wiki.debian.org/DebianEeePC #### Wine (Source) - http://www.winehq.org/ |
Debian SID |
############################################################# ###### Debian Main Repos ###### Debian Update Repos ############################################################## ###### 3rd Party Binary Repos #### Debian Eee PC - http://wiki.debian.org/DebianEeePC #### Debian Multimedia - http://www.debian-multimedia.org/ #### Debian Unofficial - http://debian-unofficial.org/ #### E17 - http://enlightenment.org #### Esmska - http://code.google.com/p/esmska/ #### Google Linux Software Repositories - http://www.google.com #### Google Linux Software Repositories (testing) - http://www.google.com #### Skype - www.skype.com #### The Opera .deb Repository - http://deb.opera.com/ #### Webmin - http://webmin.com/ #### Wine - http://www.winehq.org/ ####### 3rd Party Source Repos #### Debian Eee PC (Source) - http://wiki.debian.org/DebianEeePC #### Debian Multimedia (Source) - http://www.debian-multimedia.org/ #### Wine (Source) - http://www.winehq.org/ |
Grub2 |
After reinstalling Windows in the computer dual boot with both Windows and Ubuntu Linux,you need restore grub because mbr has been rewritten.This tutorial shows how to restore grub 2. Update:Today I ghost my XP system,but after restore grub,I cannot boot into XP by clicking the old windows option in grub menu.So you’d better to run this command to renew the grub2 boot list after trying following method: sudo update-grub 1).Using grub4dos c:\grldr="grub4dos" For Vista/win7 user,copy the file “grldr”,”grldr.mbr” to C:\.Create boot.ini file in the root directory of C:,copy and paste following into this file. [boot loader] 2. Now,create menu.lst in root directory of C:,its content: timeout 0 Restart computer,and select boot from Grub4Dos.Then select boot up Ubuntu in grub menu. sudo grub-install /dev/sda 2).Using Ubuntu 9.10 livecd sudo -i If you miss “grub.cfg” file,use following to recreate: mount --bind /proc /mnt/proc 3).Using the cd/usb boot up with grub grub>find /boot/grub/core.img After the boot command,you’ll go into grub2 menu.Select to boot up ubuntu,and run this command to restore grub: sudo grub-install /dev/sda |