
1. 卡通形象必须看上去很想Linus Torvalds.
2. 卡通人物必须身着画有Linux的标志性图标--企鹅
3. Linus在剧中不能是跑龙套的,必须要有台词。并且还必须允许Linus自己给自己的形象配音,包括英语,瑞典语和芬兰语。
4. 上镜时间必须超过15秒。
5. 电视剧播出后才付钱。
6. 钱会分给剧本的作者,如果多个作者的话,平分。
wrnum:
push si
push dx
push cx
push ax
mov si,num_buf
; extended precision division from section 9.3.5
; of Randall Hyde's "Art of Assembly"
; start: DX=dividend MSW, AX=dividend LSW, BX=divisor
wrnum1:
push ax
mov ax,dx
xor dx,dx
; before div: DX=0, AX=dividend MSW, BX=divisor
; after div: AX=quotient MSW, DX=intermediate remainder
div bx
mov cx,ax
pop ax
; before div: DX=intermediate remainder, AX=dividend LSW, BX=divisor
; after div: AX=quotient LSW, DX=remainder
div bx
; end: DX=quotient MSW, AX=quotient LSW, CX=remainder
xchg dx,cx
add cl,'0'
cmp cl,'9'
jbe wrnum2
add cl,('A'-('9'+1))
wrnum2:
dec si
mov [si],cl
mov cx,ax
or cx,dx
jne wrnum1
call cputs
pop ax
pop cx
pop dx
pop si
ret
http://216.239.37.103 http://216.239.57.99 http://64.233.187.107
http://216.239.37.105 http://216.239.59.103 http://64.233.187.89
http://216.239.37.106 http://216.239.59.104 http://64.233.187.99
http://216.239.37.107 http://216.239.59.105 http://66.102.11.104
http://216.239.39.100 http://216.239.59.106 http://66.102.11.105
http://216.239.39.102 http://216.239.59.107 http://66.102.11.106
http://216.239.39.103 http://216.239.59.147 http://66.102.11.107
http://216.239.39.106 http://216.239.59.98 http://66.102.11.99
http://216.239.39.107 http://216.239.59.99 http://66.102.7.104
http://216.239.51.100 http://216.239.63.104 http://66.102.7.105
http://216.239.51.103 http://216.239.63.91 http://66.102.7.106
http://216.239.53.102 http://216.239.63.93 http://66.102.7.107
http://216.239.53.103 http://216.239.63.99 http://66.102.7.147
http://216.239.53.104 http://64.233.161.104 http://66.102.7.18
http://216.239.53.106 http://64.233.161.105 http://66.102.7.19
http://216.239.53.107 http://64.233.161.106 http://66.102.7.89
http://216.239.53.99 http://64.233.161.107 http://66.102.7.91
http://216.239.55.102 http://64.233.161.89 http://66.102.7.95
http://216.239.57.103 http://64.233.163.104 http://66.102.7.99
http://216.239.57.104 http://64.233.163.106 http://66.102.9.104
http://216.239.57.105 http://64.233.163.99 http://66.102.9.105
http://216.239.57.106 http://64.233.183.91 http://66.102.9.106
http://216.239.57.107 http://64.233.183.93 http://66.102.9.107
http://216.239.57.147 http://64.233.183.99 http://66.102.9.147
http://216.239.57.98 http://64.233.187.104 http://66.102.9.99
outguess -k summer -d pass.txt grill.jpg summer-grill.jpg
outguess -k summer -r summer-grill.jpg pass.txt
steghide embed -cf grill.jpg -sf summer-grill.jpg -ef pass.txt -p summer
steghide extract -sf summer-grill.jpg
cat pass.txt | /usr/local/stegotools-0.4b/stegwrite grill.jpg summer-grill.jpg 1
/usr/local/stegotools-0.4b/stegread summer-grill.jpg 1 > pass.txt
http://archive.ubuntu.com/ubuntu/dists/gutsy/main/installer-i386/current/images/
netboot/netboot.tar.gz
.
apt-get install tftpd-hpa xinetd
service tftp
{disable = nosocket_type = dgram
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -v -s /var/lib/tftpboot //共享目录,将netboot文件拷贝到此目录中
only_from = 192.168.1. 127.0.0.1 //这两个IP代表两个IP网段。一般的局域网使用这两个就够用了}
/etc/init.d/xinetd restart
apt-get install dhcp3-server
# router localization
# set up if our DHCP server is supposed to be the default one in the network
option routers 192.168.1.254;
# network mask
option subnet-mask 255.255.255.0;
# main DNS server to be used
option domain-name-servers 194.74.65.68;
authoritative;
# ping allowed
ping-check = 1;
# important! this is the location of the installation file!
filename = "pxelinux.0"; //netboot文件名以及路径,这样在客户端设置为PXE后,会自动从服务器上下载该文件
# subnet IP address
subnet 192.168.1.0
# accepted IDs in the netmask
netmask 255.255.255.0 {
range 192.168.1.10 192.168.1.254;
}
对于我的使用来说,不值。
从来没有让我省心过,一句“请耐心等待”似乎可以解决所有用户的抱怨。
他们想过怎么赔偿用户的损失吗?
我们买你们的服务不是看白屏的。
yo2很垃圾,后来人,别使用yo2服务。