Search found 7 matches

by jlovet
Mon Mar 21, 2005 10:04 pm
Forum:
Topic: 如何沒接網路時加速 dhcpcd 跳過
Replies: 6
Views: 5364

http://www.fefe.de/minit/

http://www-106.ibm.com/developerworks/l ... BootFaster

好像有種parallel init..

不知道這樣子有沒有用
by jlovet
Wed Dec 01, 2004 4:01 pm
Forum: 談天說地
Topic: 破解遊戲: 逃離房間
Replies: 2
Views: 6184

http://www.albartus.com/motas/

類似的遊戲.沒有3D
by jlovet
Sat Jun 12, 2004 5:04 pm
Forum: 談天說地
Topic: 一篇debian與gentoo比較的文章
Replies: 9
Views: 12186

恩...我用Debian unstable.
軟體幾乎都是最新的.

也沒有覺得他不穩定過..

混用stable testing unstable?

我的apt list裡面有stable testing 跟unstable的

主要是想說會不會有軟體只在stable沒有在testing或unstable的..

不過我裝都是裝最新的

我想要表達的是...裝debian stable然後說stable的軟體太舊,unstable的軟體不穩.是不公平的.

因為unstable明明就跟其他distribution用一樣的source..沒理由比較不穩..

不過 ...
by jlovet
Thu Jun 03, 2004 1:30 pm
Forum: 談天說地
Topic: Motorola 不給原始碼...
Replies: 19
Views: 20030

那個光碟可不可以續燒呢?
產地是那裡的?用甚麼染料研究研究吧..

好片的話就多跟他們要..

:evil: 不過他們才不會天天寄DHL咧..亨
by jlovet
Mon Mar 29, 2004 1:29 pm
Forum:
Topic: 更新完Kernel 2.6.4的問題...modules都不能載入
Replies: 3
Views: 3416

Kernel 2.6採用不同的module機制
要把原來的modutils升級成module-init-tools
這樣就ok了

module-init-tools跟2.4相容
by jlovet
Tue Feb 17, 2004 3:17 pm
Forum:
Topic: 玩弄數字 真正安全的軟體需要精確的亂數產??
Replies: 1
Views: 2995

無聊的小程式

你好,我寫了一個無聊的小程式
但是我沒有測試過
(要po上來才想到,等等寫看看會不會平均,這樣算ok嗎)

#include <stdio.h>
#include <stdlib.h>
#include <time.h>

int main()
{
unsigned int i;
char * str="123";
char r[1000]; //這邊隨便你改.愛產生幾位數就幾位數
i=(int)str;
srandom(time(0));
int j=random();
for (int k=0;k<100;k++)
{
j*=random();
j%=1000;
r ...
by jlovet
Thu Jan 15, 2004 11:15 pm
Forum: 桌面、多媒體精華區
Topic: 我的xcin會越跑越高
Replies: 11
Views: 24480

(define X_GEOMETRY "66x2+65+682")

Try this. :D