使用BT来访问APT,更加快的速度[4-25 10:00更新]。

最新ubuntu/linux/开源新闻或者其它IT相关资讯
回复
networker
帖子: 419
注册时间: 2006-02-06 21:06
来自: Shanghai,China
联系:

#16

帖子 networker » 2006-04-22 22:48

晕的。本人比较笨,不知道具体该怎么办。谁有时间能不能写下详细的说明,谢谢。我等着软件更新。
再次感谢。
lqw0205
帖子: 118
注册时间: 2005-10-21 11:36

#17

帖子 lqw0205 » 2006-04-23 0:25

强悍~
这也 可以?
支持一下!
Life would be much easier if I had the source code.
头像
oneleaf
论坛管理员
帖子: 10455
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

#18

帖子 oneleaf » 2006-04-23 8:23

networker 写了:晕的。本人比较笨,不知道具体该怎么办。谁有时间能不能写下详细的说明,谢谢。我等着软件更新。
再次感谢。
将附件下载下来,解压缩,直接运行.

修改:/etc/apt/sources.list

breezy:
deb http://127.0.0.1:8080/ubuntu/ breezy main restricted universe multiverse
deb http://127.0.0.1:8080/ubuntu/ breezy-security main restricted universe multiverse
deb http://127.0.0.1:8080/ubuntu/ breezy-updates main restricted universe multiverse
deb http://127.0.0.1:8080/ubuntu/ breezy-backports main restricted universe multiverse
deb http://127.0.0.1:8080/ubuntu-cn/ breezy main restricted universe multiverse

dapper:
deb http://127.0.0.1:8080/ubuntu/ dapper main restricted universe multiverse
deb http://127.0.0.1:8080/ubuntu/ dapper-security main restricted universe multiverse
deb http://127.0.0.1:8080/ubuntu/ dapper-updates main restricted universe multiverse
deb http://127.0.0.1:8080/ubuntu/ dapper-backports main restricted universe multiverse
deb http://127.0.0.1:8080/ubuntu-cn/ dapper main restricted universe multiverse
头像
jazzi
帖子: 532
注册时间: 2005-10-16 23:26
来自: 泉州
联系:

#19

帖子 jazzi » 2006-04-23 23:19

支持,大家都来分流一下,人多力量大
You make it fun
It will make you fun
networker
帖子: 419
注册时间: 2006-02-06 21:06
来自: Shanghai,China
联系:

#20

帖子 networker » 2006-04-24 12:29

oneleaf 写了:
networker 写了:晕的。本人比较笨,不知道具体该怎么办。谁有时间能不能写下详细的说明,谢谢。我等着软件更新。
再次感谢。
将附件下载下来,解压缩,直接运行.

修改:/etc/apt/sources.list

breezy:
deb http://127.0.0.1:8080/ubuntu/ breezy main restricted universe multiverse
deb http://127.0.0.1:8080/ubuntu/ breezy-security main restricted universe multiverse
deb http://127.0.0.1:8080/ubuntu/ breezy-updates main restricted universe multiverse
deb http://127.0.0.1:8080/ubuntu/ breezy-backports main restricted universe multiverse
deb http://127.0.0.1:8080/ubuntu-cn/ breezy main restricted universe multiverse

dapper:
deb http://127.0.0.1:8080/ubuntu/ dapper main restricted universe multiverse
deb http://127.0.0.1:8080/ubuntu/ dapper-security main restricted universe multiverse
deb http://127.0.0.1:8080/ubuntu/ dapper-updates main restricted universe multiverse
deb http://127.0.0.1:8080/ubuntu/ dapper-backports main restricted universe multiverse
deb http://127.0.0.1:8080/ubuntu-cn/ dapper main restricted universe multiverse
===================================================================
他怎么不会不动呢。
jerry@Ubuntu:~$ ./aptbt.py

---------------------------
-rwxr-xr-x 1 jerry jerry 6078 2006-04-22 10:52 aptbt.py
-------------------------------------
deb http://127.0.0.1:8080/ubuntu/ breezy main restricted universe multiverse
deb http://127.0.0.1:8080/ubuntu/ breezy-security main restricted universe multiverse
deb http://127.0.0.1:8080/ubuntu/ breezy-updates main restricted universe multiverse
deb http://127.0.0.1:8080/ubuntu/ breezy-backports main restricted universe multiverse
deb http://127.0.0.1:8080/ubuntu-cn/ breezy main restricted universe multiverse
这是源。
请问为什么他会不动呢。一点显示也没有。我想知道它在干什么,急~。谢谢。
头像
oneleaf
论坛管理员
帖子: 10455
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

#21

帖子 oneleaf » 2006-04-24 13:30

你点击刷新。或者安装包就动了。 :D
nobug
帖子: 46
注册时间: 2006-03-31 17:48
联系:

#22

帖子 nobug » 2006-04-25 20:32

使用aptbt时:
update完成后,install返回错误码403: file not found
visionP
帖子: 4
注册时间: 2006-04-06 2:30

#23

帖子 visionP » 2006-04-29 2:18

Traceback (most recent call last):
File "aptbt.py", line 140, in ?
server = myWebServer(('', 8080), RequestHandler)
File "/usr/lib/python2.4/SocketServer.py", line 330, in __init__
self.server_bind()
File "/usr/lib/python2.4/BaseHTTPServer.py", line 101, in server_bind
SocketServer.TCPServer.server_bind(self)
File "/usr/lib/python2.4/SocketServer.py", line 341, in server_bind
self.socket.bind(self.server_address)
File "<string>", line 1, in bind
socket.error: (98, 'Address already in use')

运行出现这个错误,怎么回事?
头像
oneleaf
论坛管理员
帖子: 10455
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

#24

帖子 oneleaf » 2006-04-29 8:53

正在使用 bt4.4的版本重写,尽请期待。
newhpzzw
帖子: 115
注册时间: 2006-05-13 3:06

#25

帖子 newhpzzw » 2006-05-24 21:50

教育网的可以吗??
terry6394
帖子: 48
注册时间: 2006-01-02 12:40

#26

帖子 terry6394 » 2006-05-24 22:37

我们这上不了BT....郁闷哦~~~
头像
dogfox
论坛版主
帖子: 5311
注册时间: 2006-09-02 14:18
来自: 汉桑城
联系:

#27

帖子 dogfox » 2006-10-26 19:43

不知道支持不支持edgy :?
全世界linux爱好者联合起来 !
回复