BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / linux / #3891同步于 2005/6/2
Linux机器人发帖

资源指南

ycflash
2005/6/2镜像同步0 回复
版面FTP空间,可以在这里共享资源,容量 1G, incoming 目录可上传: ftp://bupt:bupt@ftp.byr.edu.cn/linux/ OPENWARE Fedora Core 系列网络安装 网络安装路径: ftp://openware.byr.edu.cn/pub/net-install/fedora-core-3/ 相关工具: ftp://openware.byr.edu.cn/pub/net-install/tools/ 网络安装方法可以参看本版精华. OPENWARE Debian镜像源: ,---- | stable == sarge (now) | testing == etch (now) | unstable == sid (for ever) | | Wed Jun 22 1:30:39 CST 2005 `---- 把本目录下的 sources.list.stable,sources.list.testing 和 sources.list.unstable 下载到 /etc/apt,根据你的实际需要把 其中之一 symlink 为 /etc/apt/sources.list,比如,如果你要 选择的是 testing: cd /etc/apt mv sources.list sources.list.orig # 备份原来的 sources.list ln -s sources.list.testing sources.list 然后你可以用 dselect 或 apt-get 来升级。sources.list.unstable 中有一些事先被注释掉的 source,如果你需要,自己把注释去掉即可。 建议安装方法:先从光盘/软盘/网络安装最小系统,然后从这儿升级。 如果发现任何问题, 请联系: ycflash@bbs.byr.edu.cn 或版内发帖。 # /etc/apt/sources.list for debian stable(sarge) # see sources.list(5) for more information. # this file should be used in stable(sarge) only. deb ftp://openware.byr.edu.cn/pub/mirror/debian/debian stable main non-free contrib deb-src ftp://openware.byr.edu.cn/pub/mirror/debian/debian stable main non-free contrib ## See: http://www.debian.org/releases/sarge/i386/release-notes/ch-whats-new.en.html#s-non-us #deb ftp://openware.byr.edu.cn/pub/mirror/debian/debian-non-US stable/non-US main non-free contrib #deb-src ftp://openware.byr.edu.cn/pub/mirror/debian/debian-non-US stable/non-US main non-free contrib deb ftp://openware.byr.edu.cn/pub/mirror/debian/debian proposed-updates main contrib non-free deb-src ftp://openware.byr.edu.cn/pub/mirror/debian/debian proposed-updates main contrib non-free deb ftp://openware.byr.edu.cn/pub/mirror/debian/debian-security stable/updates main # /etc/apt/sources.list for debian testing(etch) # see sources.list(5) for more information. # this file should be used in testing(etch) only. deb ftp://openware.byr.edu.cn/pub/mirror/debian/debian testing main non-free contrib deb-src ftp://openware.byr.edu.cn/pub/mirror/debian/debian testing main non-free contrib ## See: http://www.debian.org/releases/sarge/i386/release-notes/ch-whats-new.en.html#s-non-us #deb ftp://openware.byr.edu.cn/pub/mirror/debian/debian-non-US testing/non-US main non-free contrib #deb-src ftp://openware.byr.edu.cn/pub/mirror/debian/debian-non-US testing/non-US main non-free contrib deb ftp://openware.byr.edu.cn/pub/mirror/debian/debian-security testing/updates main # /etc/apt/sources.list for debian unstable(sid) # see sources.list(5) for more information. # this file should be used in unstable(sid) only. ################################################################ deb ftp://openware.byr.edu.cn/pub/mirror/debian/debian unstable main non-free contrib deb-src ftp://openware.byr.edu.cn/pub/mirror/debian/debian unstable main non-free contrib ## See: http://www.debian.org/releases/sarge/i386/release-notes/ch-whats-new.en.html#s-non-us #deb ftp://openware.byr.edu.cn/pub/mirror/debian/debian-non-US unstable/non-US main non-free contrib #deb-src ftp://openware.byr.edu.cn/pub/mirror/debian/debian-non-US unstable/non-US main non-free contrib ################################################################ # To use experimental, uncoment the next two lines. #deb ftp://openware.byr.edu.cn/pub/mirror/debian/debian ../project/experimental main #deb-src ftp://openware.byr.edu.cn/pub/mirror/debian/debian ../project/experimental main sources.list 可在ftp://openware.byr.edu.cn/pub/mirror/debian/sources.list/ 下载。 Debian 中文字体: 一共四种字体,从微软字库打包过来的。安装方法如下: 在你的/etc/source.list文件中增加一项: deb ftp://openware.byr.edu.cn/pub/mirror/debian/debian-fonts/ttfonts/ ./ 安装请运行: apt-get update apt-get ttf-microsoft-simsun ttf-microsoft-simhei ttf-microsoft-simyou ttf-microsoft-simli 安装字体后,需要到ftp:/openware.byr.edu.cn/pub/mirror/debian/debian-fonts/下载local.conf文件,并用改文件替换/etc/fonts目录下的同名文件。 OPENWARE资源简单介绍 ftp://openware.byr.edu.cn /pub |-- Documents 文档目录 | |-- Database 数据库相关 | | |-- DB2 | | |-- MySQL | | |-- Oracle | | `-- PostgreSQL | |-- DistributionRelated 与发行版相关的文档 | | |-- BSD | | |-- Debian | | |-- Knoppix | | |-- Mandrake 10.0 | | |-- RedHat | | `-- Slackware | |-- HOWTO 一些中文howto | |-- Kernel 内核相关的 | |-- Programming 编程相关的文档, 基本按照语言分类 | | |-- ASP | | |-- C.C++.C# | | |-- Classic-books | | |-- GTK | | |-- IO_Programming | | |-- Java-Related | | |-- Linux C函数参考 | | |-- NetworkProgramming | | |-- PHP | | |-- POSIX-Thread | | |-- Perl | | |-- Python | | |-- QT | | |-- Related-reference | | |-- Ruby | | |-- Shell | | |-- Tcl.TK | | |-- XML_XSL | | |-- dotNET | | `-- web | |-- SystemAdmin 系统管理有关的,但比较杂乱 | |-- TCP_IP | |-- Text.Data.Processing.etc 文档数据等处理 | |-- install_guide_with_pic 一些安装抓图 | |-- so-many-notsorted 因为数量庞大,还没有归类整理的 | | |-- SCO UNIX | | `-- snort | `-- 汉化 |-- Linux-Documentary linux相关的记录片 | |-- Revolution_OS | `-- The_Code |-- NotSorted-Software 为归类的软件,没怎么更新 | |-- Enhydra5.1 | |-- Exim | |-- bouncerv1.0.RC6all | `-- openh323 |-- OpenSourceWallpaper 一些桌面图片或logo之类的 | |-- Debian | |-- firefox mozilla | |-- freebsd | |-- gentoo | |-- gnulinux tux | |-- linux beauty | |-- logo | | `-- logo | |-- mandrake | |-- netbsd | |-- openbsd | |-- other Linux | |-- redhat | |-- slackware | |-- suse | |-- unix | `-- windows and sco |-- Software 归类软件 | |-- CHM | |-- Database | | |-- FirebirdSQL | | |-- MaxDB 7.5 | | |-- MySQL | | `-- Redhat Database 2.0 | |-- Dictionary | | |-- stardict-rpm-2.4.2 | | `-- stardict-src-2.4.4 | |-- Drivers 部分驱动程序 | | |-- IntelWirelessDriver | | `-- NVIDIA | |-- Editor | | `-- Emacs | |-- Font-related | | |-- chinese | | `-- english | |-- Grahpics | | |-- Maya-v6.5-linux | | `-- Maya-v6.5-linux-Docs | |-- InputMethod | |-- Multimedia | | |-- MPlayer1.0pre7 | | |-- Real | | `-- mplayer1.0pre6 | |-- NetRelated | | |-- DHCP | | |-- DNS | | |-- FTP | | |-- IM | | |-- Mail | | |-- Others | | |-- Security | | `-- www | |-- PDF | | `-- AcrobatReader | |-- PDG 这个在Linux下看PDG格式的软件 | |-- Programming | | |-- Complier | | |-- JavaRelated | | |-- Kylix | | |-- PHP | | |-- Perl | | |-- Python | | |-- Tcl.TK | | `-- VersionControl | |-- RAR_linux linux下的RAR | | `-- RAR.v3.41.Linux | |-- Science | | |-- Mathematica5-linux | | |-- Matlab-7-R14-Linux-SP2 | | `-- Matlab-7-R14-Linux-Unix-Mac | |-- Shell | |-- TeX 鼎鼎大名的TeX了 | | |-- TeX Live | | |-- cct | | `-- gbk_latex-fonts | |-- Terminal | |-- VirtualMachine | | |-- VMware.GSX.Server.v3.0.for.Linux | | `-- VMware.Workstation.v5.0.0.13124.Linux | `-- WindowManager | |-- WindowMaker | |-- XFCE | `-- enlightenment |-- embedded 嵌入式相关的东东 | |-- SkeEye-src-ALL | |-- SkyEye-BOOK-CDROM | | `-- cdrom | |-- eldk3.1 | | |-- arm-linux-x86 | | |-- eldk-mips | | `-- ppc-linux-x86 | `-- uclinux |-- mirror 资源镜像 | |-- CPAN 不说了,用Perl、Python的都知道 | |-- RFC 不说了,RFC | |-- cygwin | |-- debian Debian镜像,好好利用哦 | | |-- debian | | |-- debian-fonts | | |-- debian-non-US | | `-- debian-security | |-- download.fedora.redhat.com Fedora的镜像,很全,没装的软件包都可以直接到这里找 | |-- gentoo Gentoo的镜像 | | |-- distfiles | | |-- experimental | | `-- gentoo-portage | `-- kernel.org 内核的镜像,想找内核的到这里来 |-- net-install 提供FC3的网络安装源 | |-- fedora-core-3 | `-- tools | |-- rawritewin | `-- vFloppy v1.5 无光无软的用户可以用的着的好东西 `-- os-images 各种发行版iso镜像文件等 |-- Arch-linux |-- BeOS |-- CentOS-4.0 |-- Debian | |-- Debian-Mini-iso(10M) | `-- Hiweed-Debian |-- Fedora-Core |-- FreeBSD | |-- 4.11 | |-- 5.3 | `-- 5.4 |-- Gentoo |-- Knoppix | |-- KNOPPIX-V3.7 | `-- KNOPPIX-V3.8.1 |-- LFS6.0 |-- Linspire.Live.Edition.5.0.69 |-- MagicLinux1.2final |-- Mandrake | |-- Mandrakelinux-10.1-Official-Download-CD | `-- Mandriva-Linux-2005-Limited-Edition |-- NetBSD | `-- NetBSD-2.0-i386-iso |-- OpenBSD | |-- 3.3 | `-- 3.7 |-- Opendesktop_2005 |-- RedFlag-4.1 |-- RedHat | |-- 7.3 | |-- 9.0 | |-- RHEL-AS4-ISO | `-- RHEL-WS4-ISO |-- Slackware-10.1 |-- Solaris | |-- sol-10-b69-x86 | `-- sol-10-b72-x86 |-- SuSE.Linux.9.3 |-- Sun.Java.Desktop.2003 |-- Turbolinux-10 |-- WhiteBox-4.0 |-- kubuntu `-- ubuntu
订阅后,新回复会通过你的通知中心匿名送达。
0 条回复
暂无回复 · 你可以订阅本帖等待新回复。