摘要:一般做iso文件 命令是 dd if=/dev/cdrom of=/des.iso但是如果针对某个目录 就无法执行,提示是 目标是一个目录,如果硬盘有剩余未分区的可以 单独分区 然后 把该分区 mount成/dev/cdrom,但是通常都是 分区已经完成。考虑到这个问题,可以用nfs 做辅助,把某个目录 共享出来,然后在 mount到 /dev/cdrom中,然后再执行iso文件生成命令欢迎指正!......
摘要:1、掌握基本的命令,其中包括文件操作删除添加,用户权限管理和vi的使用 2、熟练运用各种命令脱离x windows环境下熟练各种操作,譬如说添减删除软件以及熟练掌握各个文件的用途以及各种参数1、掌握基本的命令,其中包括文件操作删除添加,用户权限管理和vi的使用 2、熟练运用各种命令脱离x windows环境下熟练各种操作,譬如说添减删除软件以及熟练掌握各个文件的用途以及各种参数。 3、能够添减删除各种进程包括每个进程的用途以及判断进程错误信息等…… 4、安......
Redirect http to httpstuesday, june 14 2005 @ 03:39 pm cdtcontributed by: semiotica 【相关文章:
准备好开始读LINUX 内核了吗?】 【扩展阅读:
安装CVS】views: 1567
a quick overview of doing redirects from non-ssl to ssl websites. 【扩展信息:
边跑边读LINUX KERNEL】
ed. note: while you should be able to do this in the 10.4 web
gui, you were unable do this in earlier versions of os x server. thats
where this comes in handy, although this method should work for all
version of os x, or apache on any system for that matter.
os x server
how to: redirect http requests to https
if you have set up a site using ssl all requests for that domain not preceded
by https it will point to the defualt web site. if what is required is that
all requests for the domain on port 80 go to the 443 or in other words all
requests
for http go to https, there are a number of ways of doing this (using htacces
or other scripting), however the following is the method we prefer.
1 go to the site config file at /etc/httpd/sites/
...
下一页 摘要:mrtg 配置完整全功略!mrtg 主要功能: 用一个网页来监视系统的cpu,nic,mem,swap,disk usage, disk i/o.情况.mrtg 配置完整全功略. 最近有不少朋友在问mrtg的问题,我前一段时间也搞了一些,今天花了一天的时间一边重新做一遍,一边写文档.现在文档写完了,把它拿出来共享给大家. 写文档是件辛苦的事,由于水平有限,里面如果有什么错误的话,就帮忙指出. 请相信如果照着这个来做,mrtg就会做好. 主要功能: 用一个网......