搜索列表
-
FreeBSD操作系统下修改ip地址及捆定多个IP地址
【Unix/BSD】1.临时更改,即时生效.[root@freebsd7]# ifconfigle0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=8<VLAN_MTU> 
地址多个操作系统修改 "netmaskinet255.255.255.0" -
UNIX各类操作系统密码破解方法介绍
【Unix/BSD】(一)Linux 系统密码破解1.在grub选项菜单按E进入编辑模式2.编辑kernel那行 /init 1 (或/single)3.按B重启4.进入后执行下列命令root@#passwd root (设置root的密码)Enter new unix password:输入新的密码root@#init 6(二)debian linux 系统
-
FreeBSD 上彻底禁用 sendmail
【Unix/BSD】你可能会因为种种原因而想在 FreeBSD 服务器上彻底禁用 sendmail,那么你可以尝试这样∶ 1,如果你不想重新启动服务器的话(应急措施)∶ # killall sendmail 2,如果你想让 sendmail 在启动的时候就不做任何行为的话,你需要把以下这几行加入到 /etc/rc.conf 中∶ sendmail_enable="NONE&q...
-
Fedora环境下快速建立chroot环境的方法
【Fedora】chroot环境需要一些基本的库和工具,而在fedora环境下,用yum来完成这件事就显得特别容易。1. 用mkdir建立一个目标目录,如/home/myroot2. 用yum建立环境。我自己比较喜欢把安装光盘/iso mount到某个目录,并在apache在配置对应的路径,建立一个http:
-
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 -
Linux系统下增加Tomcat远程调试端口
【Fedora】在startup.sh开始处中增加如下内容: declare -x CATALINA_OPTS="-server -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8788" 然后启动Tomcat即可。 windows下是增加如下内容: SET CATAL...
远程调试增加系统 -Xrunjdwp:transportNONE -
LINUX环境中配置WU-FTP服务器
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
【】在众多的网络应用中,FTP(File Transfer porotocol)有着非常重要的地位。在Internet中一 个十分重要的资源就是软件资源。而各种各样的软件资源大多数都是放在FTP服务器中的。可以说, FTP与WEB服务几乎占据了整个Internet应用的80%以上。 FTP服务可以根据服务对 -
linux系统查看磁盘空间
【RedHat/Centos】一、df 命令; df 是来自于coreutils 软件包,系统安装时,就自带的;我们通过这个命令可以查看磁盘的使用情况以及文件系统被挂载的位置; 举例: [root@localhost beinan]# df -lh Filesystem 容量 已用 可用 已用% 挂载点 /dev/hda8 11
-
linux命令行(文本模式)下配置网络
【RedHat/Centos】除了通用的ifconfig外,对于Redhat/Fedora发行版,有专用的配置工具-netconfig。比较而言,netconfig可以设置IP获取方式(静态或者DHCP获取)等。netconfig --helpUsage: netconfig [OPTION...] --bootproto=(dhcp|bootp|none)
-
linux系统配置Apache虚拟主机实例
【RedHat/Centos】安装apache,php:yum install httpd php假设VPS的IP是58.130.17.168,有两个域名指向该IP,分别是domain1.com, domain2.com, 修改/etc/httpd/conf/httpd.conf,在文件的最后加入:ServerName 58.130.17.168NameVirtualHost 58.130.17.168&
虚拟主机实例配置系统 <">58.130.17.168 -
Apache最新官方配置文件中文版说明
【RedHat/Centos】Apache最新官方配置文件中文版## Based upon the NCSA server configuration files originally by Rob McCool.#参照NCSA服务器的配置文件,原版由Rob McCool发布## This is the main Apache server configuration file. It contains the# configuration
中文版说明文件配置最新官方theto"of<