上一页 1 ··· 12 13 14 15 16
摘要: 1. 挂载centos6.4 DVD镜像[root@centos64 ~]# mount /dev/cdrom /mnt2. 安装vsftp软件,启动vsftpd服务,拷贝centos6.4 DVD内容到ftp的匿名用户某一目录。[root@centos64 Packages]# rpm -ivh ... 阅读全文
posted @ 2013-08-11 22:25 芽滴滴 阅读(5953) 评论(0) 推荐(0)
摘要: 搞IT的还是软硬都要了解的好。1. PCI插槽2. PCI-E3. PCI-X4. mini PCI 阅读全文
posted @ 2013-08-11 18:50 芽滴滴 阅读(506) 评论(0) 推荐(0)
摘要: 1. 下载离线安装包 *.tar.gz的形式解包后,#perl Makefile.PL#make#make install2. 在联网的情况下,通过CPAN安装# perl -MCPAN -e shellcpan> install PAR::Packer 阅读全文
posted @ 2013-08-10 11:00 芽滴滴 阅读(613) 评论(0) 推荐(0)
摘要: 1)参看如下连篇文章:Nginx设置alias实现虚拟目录 alias与root的用法区别http://down.chinaz.com/server/201111/1382_1.htmNginx下alias支持PHP的问题http://i.laoer.com/nginx-alias-php.html2)我的环境是:web根目录在 /var/www/html/中,但是我要加上一个类似于apache的别名目录 /bbs ,此目录不在 web根目录中。我的配置文件如下:server { listen 80; server_name localhost; default_type text/plai. 阅读全文
posted @ 2013-08-07 13:16 芽滴滴 阅读(5240) 评论(0) 推荐(0)
摘要: samba共享修改匿名用户为非nobody1)linux的samba用户,如果开启匿名用户登陆共享权限,security 设置为 share ,配置如下:[root@centos69:~]$grep "^[^#^;]" /etc/samba/smb.conf [global] workgroup = workgroup server string = centos69 # logs split per machine # max 50KB per log file, then rotate security = share #passdb backend = tdbsam 阅读全文
posted @ 2013-08-06 11:58 芽滴滴 阅读(4001) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16