rsync服务的安装和使用

服务器端配置: # yum -y install xinetd # vi /etc/xinetd.d/rsync 将如下代码 service rsync { disable = yes socket_type = stream wait = no user = root server =...
Read More ⟶

redis安装和sentinel集群模式

install: mkdir /data/download -p cd /data/download ///You need tcl 8.5 or newer in order to run the Redis test wget...
Read More ⟶

system hosts config

Windows 打开 :\Windows\System32\drivers\etc\hosts Linux 打开 /etc/hosts 文件增加如下内容: # 优酷去广告 127.0.0.1 pro.letv.com 127.0.0.1 vid.atm.youku.com 127.0.0.1...
Read More ⟶

Hadoop2.0安装部署、MapReduce编程实践

Hadoop2.0安装部署、MapReduce编程实践...
Read More ⟶

几条命令快速从 ubuntu 12.04 升级到 14.04

几条命令 ubuntu 12.04 升级到 14.04 首先,按 Ctrl+Alt+T 快捷键调出terminal 1. sudo apt-get update 2. sudo apt-get dist-upgrade 3. update-manager -d...
Read More ⟶

使用wget下载不了jdk问题的解决办法

jdk download page: http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html download...
Read More ⟶

虚拟机VMWare环境维护之虚拟磁盘VMDK瘦身

虚拟机VMWare环境维护之虚拟磁盘VMDK瘦身 VMDK文件之所以大,是因为guest系统总是占用空间而不释放,它自己不释放空间。 在guest的终端下,以 root...
Read More ⟶

mysql 死锁分析

表结构: CREATE TABLE `se_exclude_keyword` ( `id` BIGINT(20) NOT NULL AUTO_INCREMENT, `se_code` VARCHAR(200) NOT NULL COMMENT 'SE编码' COLLATE 'utf8_bin', `se_account_id` BIGINT(20) NOT...
Read More ⟶

linux下安装rpc.rstatd

linux下安装rpc.rstatd 1.rpc服务需rsh的支持,一般情况下rsh已安装。rpm -qa...
Read More ⟶