3322动态域名更新IP方法
方法一:
- sudo apt-get install lynx [字符界面下的浏览器。试过w3m,没成功]
- 终端下执行下面的命令就行了。红色部分替换成自己的用户名密码及域名
lynx -mime_header -auth=username:password “http://www.3322.org/dyndns/update?system=dyndns&hostname=example.3322.org”
方法二:
使用客户端软件,这里下载
http://www.3322.org/static/client.html
没弄成功,故用的第一种方法。
关于Linux/UNIX历史的书
apt-file
# apt-file search filename——查找包含特定文件的软件包(不一定是已安装的),这些文件的文件名中含有指定的字符串。
apt-file是一个独立的软件包。您必须先使用apt-get install来安装它,然後运行apt-file update(这步会很慢,而且没有提示,需要点耐心)。
如果apt-file search filename输出的内容太多,您可以尝试使用apt-file search filename | grep -w filename(只显示指定字符串作为完整的单词出现在其中的那些文件名)或者类似方法,例如:apt-file search filename | grep /bin/(只显示位于诸如/bin或/usr/bin这些文件夹中的文件,如果您要查找的是某个特定的执行文件的话,这样做是有帮助的)。
apt-get update 系统软件包更新
原文链接。。http://bones7456.blog.ubuntu.org.cn/2007/07/28/apt-file/
Hello world!
Welcome to Blog.ubuntu.org.cn. This is your first post. Edit or delete it, then start blogging!
