搜索列表
-
Linux系统下Apache安装、配置、优化
【Fedora】 安装 Apache 2.0.48 (查看Install手册) 考虑到以后要 rewite_url 来使 google 更加容易收录网站,特地添加了 mod_rewrite 。 同时为了限制流量,特别加了 mod_limitpcnn.c 补丁 , 所以多了一个 --enable-forward 选项。 建议安装完毕以后不要删除安装目录,以便以后升级时使用。 记得升级...
配置优化安装系统代码to编译apache2.0查看" -
Fedora 9系统实现ADSL上网的方法
【Fedora】首先配置pppoe拨号上网 步骤如下在终端中输入: #pppoe-setupWelcome to the Roaring Penguin ADSL client setup. First, I will run some checks on your system to make sure the PPPoE client is installed properly… Looks good!
上网方法实现系统>the to输入youyour -
Fedora下解决apache配置出错
【Fedora】在fedora8上安装apache>tar -zxvf httpd-2.2.8.tar.gz>cd httpd-2.2.8>./configure --prefix=/usr/local/httpd>makemake的时候出现下面错误,以前配没遇到过这问题libtool: link: `passwd/apr_
配置解决 >make错误./configure--prefix -
fedora8下安装aircard750的gprs无线网卡驱动
【Fedora】AirCard7x0.zip的下载地址:http://www.sierrawireless.com/software/7x0/AirCard7x0.zipdownload the AirCard7x0.zip file. You can unzip the AirCard7x0.zip by executing the following command in terminal window:unzip AirCard7x0.zipThe AirC
驱动安装the"andto<inbeonlogin>The -
Fedora Linux系统配置Samba服务器
服务器配置系统sambaroot@cisco用户密码共享文件
Warning: Illegal string offset 'id' in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 71
Notice: Uninitialized string offset: 0 in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 71
Warning: Illegal string offset 'classname' in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 72
Notice: Uninitialized string offset: 0 in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 72
【】◆前期实验环境介绍:系统环境:Windows xp sp3IP:192.168.1.10虚拟机下安装了Fedora-8-i386IP:192.168.1.12◆1、首先检查系统是否安装好了samba。[root@cisco samba]# rpm -qa | grep smb如果出现下面三行内容,则表示已经安装好了Samba -
Fedora-8下Samba服务器的架设笔记
【Fedora】系统环境:Windows xp sp3 ,IP:192.168.1.10 虚拟机下安装了Fedora-8-i386 IP:192.168.1.121. 首先检查os是否安装好了samba。[root@cisco samba]# rpm -qa | grep smb如果出现下面三行内容,则表示已经安装好了Sambalibsmbios-libs-0.13.10-1.fc8libsmbios
笔记服务器sambaroot@cisco用户密码共享Windows -
Fedora-8下Samba服务器的架设详解
【Fedora】这几天学习了Linux下面的Samba服务器架设系统环境:Windows xp sp3 ,IP:192.168.1.10 虚拟机下安装了Fedora-8-i386 IP:192.168.1.121. 首先检查os是否安装好了samba。[root@cisco samba]# rpm -qa | grep smb如果出现下面三行内容,则表示已
详解服务器sambaroot@cisco用户密码共享Windows -
FC7中用yum自动搜索安装软件
【Fedora】有些包在http://rpm.livna.org上,要先安装http://rpm.livna.org/livna-release-7.rpm 这个包才能用yum安装#yum install stardict mplayergftpzip unrarmultigetazureusamsnwinegnochm不过像realplayer、googleearth、scilab、e
安装软件搜索自动yum系统升级更新可用update -
Fedora Linux 8系统下配置SAMBA
【Fedora】1、使用yum命令来安装或更新你的SAMBA包。yum install samba2、samba的配置文件在如下/etc/samba/smb.conf修改其配置如下:#======================= Global Settings =====================================[global]# --------
配置系统theyestoyounoguestokcansharepath -
Fedora 4.0 播放机支持mp3、wma的解决办法
【Fedora】一、安装的前提条件;请参看《用apt+synaptic 在线安装或升级Fedora core 4.0 软件包》;安装下面所说的这些软件包,您可以用apt-get install 来安装;也可以用 synaptic 来点鼠标安装,建议初学者用synaptic,毕竟直观;二、mp3和wma播放工具:
解决办法支持安装xmmswillbemp3wmainstalled: -
Linux软件安装之RPM的安装技巧
【Fedora】1.如何安装rpm软件包rmp软件包的安装可以使用程序rpm来完成。执行下面的命令rpm -i your-package.rpm其中your-package.rpm是你要安装的rpm包的文件名,一般置于当前目录下。安装过程中可能出现下面的警告或者提示:... conflict with ... 可能是要安装的
-
linux平台开启ftp/telnet服务
【RedHat/Centos】在安装好Redhat以后,需要设置Ftp和Telnet服务文件,才能启动Ftp和Telnet服务,可以通过远程控制进行开启。1.1、用root用户登录,进入终端命令模式;1.2、开启ftp服务。cd /etc/xinetd.d,编辑ftp服务的配置文件gssftp的设置:图1 开启ftp服务设置.