|
用户名:kerberos 笔名:kerberos 地区: 行业:其他 |
| 日 | 一 | 二 | 三 | 四 | 五 | 六 |
换 blog 了
这个 blog 的模板很恶心,固定宽度的。我又不会改它的 CSS 使之适应宽度。所以换到
http://kerberos.cublog.cn 了。 欢迎大家访问。:)
换 blog 了
这个 blog 的模板很恶心,固定宽度的。我又不会改它的 CSS 使之适应宽度。所以换到
http://kerberos.cublog.cn 了。 欢迎大家访问。:)
换 blog 了
这个 blog 的模板很恶心,固定宽度的。我又不会改它的 CSS 使之适应宽度。所以换到
http://kerberos.cublog.cn 了。 欢迎大家访问。:)
在 Linux 下用wine 运行 sourceinsight
Debian 上安装 Subversion 服务器
Listen 80
Listen 443
DAV svn
SSLRequireSSL
AuthType Basic
AuthName "Subversion Repository"
AuthUserFile /pub/repos/svn/etc/svnpasswd
AuthzSVNAccessFile /pub/repos/svn/etc/svnauthz
Require valid-user
NameVirtualHost *:80
..............................
..............................
NameVitualHost *:443
SSLEngine On
SSLCertificateFile /etc/apache2/ssl/apache.pem
...................................
...................................
请大家介绍一个比较稳定的易用的免费的Blog站点
受不了 blogchina 了, 太难看难用了。 MSN 就算了吧。
Connect to E680i on linux
Linux: gentoo
Kernel: 2.6.15
Confirm your kernel support usblan, acm modem and usbnet zaurus feature.
In my linux config files: /usr/src/linux/.config files:
CONFIG_USB_BELKIN=y
CONFIG_USB_NET_ZAURUS = m
CONFIG_USB_ACM = m
Connect the e680i on the computer with usb link.
# modprobe cdc_acm
Thus you can find the Motorola modem device on you /dev directory. My device file name is /dev/ttyACM0. If you can't find the device name, you can use "dmesg" command to find more information.
#dmesg
usb 2-2: new full speed USB device using uhci_hcd and address 6
cdc_acm 2-2:1.0: ttyACM0: USB ACM device
#echo at+mode=99 > /dev/ttyACM0
The e680 will switch to usbd mode. and config the ip address. Maybe the usblan driver on window can send the ip address to e680i, so it can get the ip address "169.254.142.2". The e680i usblan driver on linux is "Zaurus" witch is the standard driver. I found that the files on e680i /etc/hotplug/network_fd.agent can setup the ip address as 192.168.1.2 . so we can config the usblan's ip as "192.168.1.1" on our PC.
#modprobe zaurus
Load the zaurus usb net driver.
#ifconfig -a
Confirm the zaurus usbnet interface name. On my laptop is "usb0"
#ifconfig usb0 192.168.1.1
#telnet 192.168.1.2
Trying 192.168.1.2...
Connected to e680i.
Escape character is '^]'.
MontaVista Linux Consumer Electronics Edition 3.0
Linux/armv5tel 2.4.20_mvlcee30-mainstone
(none) login:
Login as root. You can enter the e680i .
Have fun.
Build native application on E680
构建E680的开发环境
firefox提高页面加载速度 (转自linuxsir.org)
五步大幅提高firefox页面加载速度。
五步大幅提高firefox页面加载速度。
转自linuxsir.org的simonhuan的大作:
1.在地址栏输入: about:config
2."network.http.pipelining" 设置为 "true"
3."network.http.proxy.pipelining" 设置为 "true"
4."network.http.pipelining.maxrequests" 设置成 30
5. 单击右键,新建一个整数,命名为"nglayout.initialpaint.delay", 值为"0"
限制:如果是拨号上网,就算了。
现在都用 fastfox extension 了。