需求:经常对线上服务器做一些修改配置文件,搭建等操作,很麻烦系统环境是RHEL5安装过程和很多网友一样,先安装epelrpm-Uvhhttp://mirror.pnl.gov/epel/5/x86_64/epel-release-5-4.noarch.rpm
yumupdate
yuminstallsalt-minion
yuminstallsalt-master安装过程巨简单,装好后,..
分类:
其他好文 时间:
2015-03-17 18:14:46
阅读次数:
374
solaris要寻找合适的安装包还是很费劲的,即使找到了pkg,也没有一个类似yum和apt-get这样的小工具可以把依赖包一次性装完。目前能找到pkg的地方:solaris10x86:http://mirror.opencsw.org/opencsw/stable/i386/5.10/solaris10sparc:http://mirror.opencsw.org/opencsw/stable/..
分类:
其他好文 时间:
2015-03-17 16:06:03
阅读次数:
142
Centos6.5快速配置可用网卡时间2014-05-30 18:00:10三劫散仙原文http://qindongliang1922.iteye.com/blog/2074368关于Cenots的安装,散仙就不介绍了,散仙使用的mini版本的iso镜像文件,下载地址在http://mirror.b...
分类:
其他好文 时间:
2015-03-15 19:47:37
阅读次数:
143
方法有二方法一:Android SDK开发包国内下载地址http://www.cnblogs.com/bjzhanghao/archive/2012/11/14/android-platform-sdk-download-mirror.htmlAndroid SDKSDK就是开发包,里面包含了两大类...
分类:
移动开发 时间:
2015-03-13 16:06:30
阅读次数:
176
1、下载x86_64nethogs的rpm安装包wgetftp://ftp.muug.mb.ca/mirror/fedora/epel/6/x86_64/nethogs-0.8.0-1.el6.x86_64.rpm2、安装nethogsrpm-ivhnethogs-0.8.0-1.el6.x86_64.rpm3、使用nethogs查看进程流量ifconfignethofseth04、默认是监视eth0同时监视多个网卡nethogseth0eth..
分类:
Web程序 时间:
2015-03-12 01:07:13
阅读次数:
158
步骤Eclipse -> Help -> Install New Software...在出现的窗口点击Available Software Sites链接将所有URL中的"download.eclipse.org",都替换为"http://mirror.bit.edu.cn/eclipse/",点...
分类:
系统相关 时间:
2015-03-12 00:58:11
阅读次数:
9167
源代码基地 http://mirror.cogentco.com/
想要什么代码下载什么代码
ApacheCPANCentOSDebianDebian
CDEPELFedoraFreeBSD
GNUMySQLOpenSSHOpenSSLPHPRFC'sUbuntuUbuntu
Releases...
分类:
其他好文 时间:
2015-03-11 21:48:16
阅读次数:
124
题目:
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).
For example, this binary tree is symmetric:
1
/ 2 2
/ \ / 3 4 4 3
But the fo...
分类:
其他好文 时间:
2015-03-11 17:19:41
阅读次数:
143
Symmetric Tree问题:Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).思路: dfs我的代码:public class Solution { ...
分类:
其他好文 时间:
2015-03-07 19:58:45
阅读次数:
135