一佳互联

展开菜单

linux 多网卡同网段IP配置方法

linux 多网卡同网段IP配置方法
linux 多网卡同网段IP配置方法 linux 多网卡同网段IP配置方法  普通方法会导致一个通一个不通,两个网卡不能同时使用,只要像windows那样加上跳点就行了,命令如下,加到 /etc/rc.local里12345678ifconfig eth0 IP地址1 netmask 子网掩码 upifconfig eth1 IP地址2 netmask 子网掩码 uproute del defaultip route add default via 网关ip...

Squid3.0缓存服务器配置全记录

Squid3.0缓存服务器配置全记录
Squid3.0缓存服务器配置全记录 Squid3.0缓存服务器配置一台缓存服务器对多台虚拟主机  第一步:  123wget http://www.squid-cache.org/Versions/v3/3.0/squid-3.0.STABLE25.tar.gztar zxvf squid-3.0.STABLE25.tar.gzcd squid-3.0.STABLE2512345678910111213141516171819...

ESXi 5 and VNC

ESXi 5 and VNC
ESXi 5 and VNCHello, I have configured my ESXi 5 VMs for VNC - to enable me to VNC to the console for each of the VMs. But I cannot work out how to obfuscate the password, I wonder if anyone can help? I have set it up as follows: ...

Linux VPS Nginx+PHP 安装ionCube

Linux VPS Nginx+PHP 安装ionCube
Linux VPS Nginx+PHP 安装ionCube 今天下载了一个whmcs,在自己的VPS上测试一下,但是提示:Site error: the file /home/test/whmcs/index.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator.上面的提示是没有安装ionCube的原因。首先,执行un...

用 VNC 访问 VMware ESXi 虚拟机控制台

用 VNC 访问 VMware ESXi 虚拟机控制台
用 VNC 访问 VMware ESXi 虚拟机控制台在VM ESXI 上面安装好系统,想让虚拟机使用VNC来远程。VMware ESXi 提供了免费的图形化客户端工具 VMware vShpere Client,用 vShpere Client 连接 VMware ESXi 后关闭虚拟机,然后按照下面步骤编辑虚拟机的配置文件:鼠标右击选择 “Edit settings”;选择 “Options” 标签页;在 “Advanced” 下选择 “General”;点击 “Conf...

proxmox KVM虚拟机配置网卡桥接与添加网卡

proxmox  KVM虚拟机配置网卡桥接与添加网卡
proxmox  虚拟机配置网卡桥接与添加网卡一,配置虚拟机网卡桥接,安装好proxmox 后,默认只桥接vmbr0,现在再添加第二个桥接网卡vmbr1#:vim /etc/network/interfaces添加以下内容auto vmbr1iface vmbr1 inet static        address 10.10.10.10     ...

Nginx 完美重启脚本

Nginx 完美重启脚本
Nginx 完美重启脚本vi /etc/init.d/nginx然后输入如下内容,你将能使用service nginx startservice nginx stopservice nginx restartservice nginx reload#!/bin/sh## nginx - this script starts and stops the nginx daemin## chkconfig:   - 85 15 # description:&nb...

CentOS 5 + rsync 同步2台服务器的文件

CentOS 5 + rsync 同步2台服务器的文件
CentOS 5 + rsync 同步2台服务器的文件Always use rsync over sshSince rsync does not provide any security while transferring data it is recommended that you use rsync over ssh . This allows a secure remote connection. Now let us see some examples of...

使用OpenXenManager管理XCP

使用OpenXenManager管理XCP
使用OpenXenManager管理XCP centos6已安装桌面环境、subversion、python、gtk、gtk-vnc-*等svn co https://openxenmanager.svn.sourceforge.net/svnroot/openxenmanager/ openxenmanagercd openxenmanagerpython window.pywindows xp下使用vnc viewer管理: VNCserver设置:yum...