您正在查看 "Ubuntu" 分类下的文章
2006年11月14日 星期二 下午 09:29
Apache2的配置文件,针对lynx不起作用?
大家我看抓的图就知道了!:)
apache2-default/ 目录设置是不可见的,但在lynx下浏览就可以见到啦?
高人解释下?

|
2006年11月14日 星期二 下午 06:05
2006年11月14日 星期二 下午 05:55
推荐网站:debianadmin
点击进入
有很多关于Ubuntu的文章!值得 |
2006年11月11日 星期六 下午 11:22
- By Shailen Patel
等我有时间了,尝试着翻译下:)
Digg this story!
The Problem
The value of data stored in MySQL grows exponentially. For companies who are using MySQL in production, loss of data can be catastrophic, resulting in lost revenues, lost customers and lost reputations. Setting up a backup and restore process for MySQL databases typically takes up a lot of a DBA's time and attention.
The Challenge
For our 15-minute challenge, we will backup a MySQL 5.0 database on Linux. We will only use freely downloadable open source software for the solution.
Our scenario is as follows:
We have a fairly representative MySQL database being managed by a DBA. Th |
2006年11月10日 星期五 下午 02:04
2006年11月08日 星期三 下午 12:50
上网环境:tp-link 路由 本机ip:192.168.1.250
sudo apt-get install lynx //安装lynx
vi 3322 //新建3322文件
写入以下内容:
lynx -mime_header -auth=用户:密码 "http://www.3322.org/dyndns/update?system=dyndns&hostname=你的二级玉米"
保存。
sudo cp 3322 /etc/init.d/ //将3322 copy 到/etc/init.d 目录
sudo chmod 755 3322 //改变3322 属性
sudo update-rc.d 3322 defaults 99 //注册服务
然后下次开机就可以自动更新ip了!!
我的机器: http://lovephp.9966.org/
我上网的时候就会开着:)
|
2006年11月08日 星期三 上午 07:20
2006年11月06日 星期一 下午 09:03
2006年11月06日 星期一 下午 07:50
 (9/9) |
2006年10月31日 星期二 上午 07:07
使用快捷键有操作更加方便、快速之明显好处。在 Linux 中,更要多用快捷键,善用快捷键。唯其如此,Linux 的诸多优点才会感同身受。 Linux keyboard shortcuts you should know about 这篇文章针对 Linux 的控制台/终端、内核、以及 X-Windows 中常用的快捷键进行了很好的总结。作者使用真实的键盘图示和动画演示,非常容易理解。
以后要多用键盘,这样脑袋才会越来越聪明咯!
From:http://linuxtoy.org/archives/linux_shortcuts.html |
|
|