(1).安装串口读写程序:
minicom.
(2).邮件客户端配置:
thunderbird: our exchage server 172.17.151.10
address: Name:wallace-linux Host:172.17.144.200 BaseDN:dc=wallace-linux,dc=dnish,dc=net
(3).使用wget:
使用相对路径,如:wget ftp://anonymous:@192.168.1.12/test,test是anonymous帐户默认目录下的文件.
另外一个列子:
curlftpfs -o umask=0022,uid=1000,gid=1000 ftp://apples.wang:123456@172.17.144.198 testdir
wget ftp://wanglei:123456@192.168.1.12/testdir/test.c
(4).安装ftp:
选择程序:vsftpd.
安装vsftpd后会在/home/下建立一个ftp目录;配置文件:/etc/vsftpd.conf
给ftp目录挂载文件:mkdir testdir; mount --bind: sudo mount --bind /home/wanglei/Documents/ ./testdir
Mount a FTP share in Ubuntu as a folder:
http://blog.chinaunix.net/u3/97771/showart.php?id=1984289
(5).安装tftp:
Installing and setting TFTPD in Ubuntu:
http://blog.chinaunix.net/u3/97771/showart.php?id=1984300
(6).opera字体大小不一致的问题
http://blog.chinaunix.net/u3/97771/showart.php?id=1984310
(7).firefox速度超慢的问题
解决方法:disable所有多余的控件
(8).
阅读(1572) | 评论(0) | 转发(0) |