- 转载请注明出处 http://www.zzzke.cn/ 或超链接至本文 --我们在 Debian
GNU/Linux 中有时软件源的网络速度慢,在使用 apt
安装源中的软件时总是因源服务器负荷大而时间很长,所以想换个软件源或添加软件源又不知道怎么做,现在就给您讲一下 Debian GNU/L...
分类:
系统相关 时间:
2014-05-05 22:17:51
阅读次数:
493
PHP简介安装PHP解决依赖关系# 请配置好yum源(系统安装源及epel源)后执行如下命令:yum
-y groupinstall "Desktop Platform Development"yum -y install bzip2-devel
libmcrypt-devel mhash-deve...
分类:
Web程序 时间:
2014-05-05 22:14:58
阅读次数:
404
Web服务的基本搭建和访问控制环境:web:[root@Web~]#ifconfig|head-2
eth0Linkencap:EthernetHWaddr52:54:01:AC:DE:C4
inetaddr:192.168.122.10Bcast:192.168.122.255Mask:255.255.255.0
[root@rh_1~]#yum-yinstallhttpdNDS:Linkencap:EthernetHWaddr52:54:02:AC:DE:C4
ineta..
分类:
Web程序 时间:
2014-05-03 15:17:05
阅读次数:
389
1、启动系统,我是用iso镜像挂载,挂载到/isomkdir/isomount-a-tiso9660-oloop/dev/cdrom/iso2、安装FTP服务(如果系统已带则在桌面管理-服务器设置-服务可以很方便的启动vsftpd服务)cd/iso/Packagesrpm-ivhvsftpd*chkconfigvsftpdonservicevsftpdstart3、安装createrepo的..
分类:
其他好文 时间:
2014-05-03 15:08:00
阅读次数:
385
1.挂载光盘镜像2.配置yum文件Vim/etc/yum.repos.d/rhel-source.repo3.安装vsftpdYuminstallvsftpd4.主文件/etc/vsftpd/vsftpd.conf配置5.建立虚拟用户口令库文件login.txt6.生成vsftp的认证文件使用db_load命令生成认证文件,“-f”命令选项设置的值是虚拟用户的口令库文件,即..
分类:
系统相关 时间:
2014-05-03 14:55:33
阅读次数:
464
linux源码升级内核当前环境:[root@localhost~]#uname-r
2.6.18-348.el5配置流程:1、准备yum库安装g++gcc[root@localhost~]#cat/etc/yum.repos.d/rh_5.9.repo
[rhel-server]
name=Redserver
baseurl=file:///misc/cd/Server
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-..
分类:
系统相关 时间:
2014-05-03 14:40:08
阅读次数:
500
安装modsecurity时,出现“configure: *** apu library not found.”。
解决方法:
yum install apr-util-devel...
分类:
其他好文 时间:
2014-05-02 10:52:44
阅读次数:
433
编译Lua时,出现这样的错误:
gcc -O2 -Wall -DLUA_COMPAT_ALL -DLUA_USE_LINUX -c -o lua.o lua.clua.c:67:31: error:
查阅了一下,centOS上需要安装readline-devel ncurses-devel
yum install readline-devel ncurses-devel
...
分类:
系统相关 时间:
2014-05-02 07:03:00
阅读次数:
455
安装树莓派
树莓派终于到货了,是这个样子的
上面有一行日期是 Raspberry PI (c) 2011.12
下载镜像,写入SD卡
http://www.raspberrypi.org/downloads/
选择这个镜像: RASPBIAN Debian 2014-01-07
780M的压缩包,很大的样子
似乎还有个NOOBS的安装方式,完全无感
顺便展示一下SD卡,通过...
分类:
Web程序 时间:
2014-05-02 06:37:02
阅读次数:
472
强制关掉yum进程:#rm-f/var/run/yum.pid然后就可以使用yum了。
分类:
移动开发 时间:
2014-05-02 04:18:15
阅读次数:
371