摘要:
配置VNC服务参数文件编辑vncservers文件追加如下#vi /etc/sysconfig/vncseversVNCSERVERS="1:root"VNCSERVERARGS[1]="-name root -geometry 1280x720"VNCSERVERS="1:root 2:ivvr ... 阅读全文
摘要:
vi /etc/yum.conf加入以下:proxy=http://代理服务器ip:port如果代理需要账号密码:proxy_username=userproxy_password=密码 阅读全文
摘要:
在 centos 5 下, 在 mysld 下面,添加一行log=/var/log/mysql.log然后执行如下命令touch /var/log/mysql.logchmod 777 /var/log/mysql.log然后重启 mysql 服务器 阅读全文
摘要:
我对rabbitmq学习还不深入,这些翻译仅仅做资料保存,希望不要误导大家。There’s a dirty secret about creating queues and exchanges in Rabbit: by default theydon’t survive reboot. That’... 阅读全文
摘要:
我对rabbitmq学习还不深入,这些翻译仅仅做资料保存,希望不要误导大家。With exchanges, bindings, and queues under your belt, you might think you have allthe coolness that is Rabbit fi... 阅读全文
摘要:
我对rabbitmq学习还不深入,这些翻译仅仅做资料保存,希望不要误导大家。You have consumers and producers under your belt, and now you’re itching to getstarted eh? Not so fast. First, y... 阅读全文
摘要:
我对rabbitmq学习还不深入,这些翻译仅仅做资料保存,希望不要误导大家。For now, all you need to know is that producers create messagesand label them for routing (see figure 2.1).现在需要知... 阅读全文