07 2014 档案

摘要:今天星期天,解释一下linux设定档:linux设定档,就是一些配置文件,就像java中的配置文件web.xml的功能,他们也是配置一些软件的功能如:Apache 的设定档档是 httpd.conf ,而 SAMBA 的设定档是 smb.conf 阅读全文
posted @ 2014-07-26 12:21 bbpengwang 阅读(87) 评论(0) 推荐(0) 编辑
摘要:忙啦几天,今天终于又有时间在这里打理本园子啦,今天写一下linux下磁盘如何自动挂载其实很简单,要让某些 partition 在开机的时候就自动挂载,写入 /etc/fstab 当中,或者是将指令完整的写到 /etc/rc.d/rc.local, 阅读全文
posted @ 2014-07-25 17:14 bbpengwang 阅读(75) 评论(0) 推荐(0) 编辑
摘要:今天给大家介绍一下shell的特殊字符(1)#:comments.Lines beginning with a# are comments and will not be executed注意点:1.Comments may also occur following the end of a com... 阅读全文
posted @ 2014-07-22 11:21 bbpengwang 阅读(148) 评论(0) 推荐(0) 编辑
摘要:实例一:第一步:使用vi创建一个文件**.sh(vi的使用这里暂不介绍)#!/bin/bash 注:这是指明有那个shell来解释下边的命令cd /var/log #切换目录到/var/log下(#是shell中的注释符)cat /dev/null > messages #这里用到啦输入输出重定向这... 阅读全文
posted @ 2014-07-21 16:52 bbpengwang 阅读(154) 评论(0) 推荐(0) 编辑
摘要:了解共享文件应用到: Windows Storage Server 2008 R2 Essentials通过 Windows Storage Server 2008 R2 Essentials,您可以将文件存储在始终可用、始终开启并且可靠的位置。默认情况下,服务器上存在以下共享文件夹:音乐 图片 文... 阅读全文
posted @ 2014-07-14 15:28 bbpengwang 阅读(186) 评论(0) 推荐(0) 编辑