Dev Ops, 我刚起步啊
发布时间:2015-03-10 17:52:57
env: python 6.6install pip install PyCrypto==2.3点击(此处)折叠或打开from Crypto.Cipher import AESimport base64import urllibimport binascii""" reference.........【阅读全文】
发布时间:2015-03-06 12:03:18
The famous MP3 player on centos is rhythmbox.1.enable repoforge repo : sudo rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm so that we can download rhythmbox 2.sudo yum install rhythmbox gstreamer-plugins-uglydone..........【阅读全文】
发布时间:2015-02-28 15:27:19
install salt-minion on centos6 ref page: http://docs.saltstack.com/en/latest/topics/installation/rhel.htmlsteps:1.enable epel. if not installed ,check page http://download.fedoraproject.org/pub/epel/6/i386/repoview/epel-release.html then download the rpm file and installed it :.........【阅读全文】