摘要:here are multiple "hackish" ways to do it: scan kernel logs, as mentioned by Jiri (but you have to do it right after starting the container, otherwise
阅读全文
摘要:Maybe this is due to the current version, but the current answer doesn't work on my system (Docker 0.7.2 with base Ubuntu image).The solution is expla
阅读全文
摘要:vim /etc/yum.repos.d/nginx.repo 然后将下面的内容复制进去: [nginx] name=nginx repo baseurl=http://nginx.org/packages/centos/$releasever/$basearch/ gpgcheck=0 enabl
阅读全文
摘要:远程运行Linux窗口程序使用X Windows太重量级了,可以使用Xvfb新建虚拟X窗口,通过x11vnc启动VNC Server并转发Xvfb启动的虚拟窗口。 1 2 3 4 5 6 7 8 yum install xorg-x11-server-Xvfb yum install x11vnc
阅读全文
摘要:最近在做一个生成网站缩略图的功能,从网上查到相关资料,现与大家分享,xvfb这个软件,安装上之后一条命令就能执行此操作。很容易的就生成了自己想要的缩略图。 xvfb-run -运行在一个虚拟的X服务器环境中的指定的X客户端或命令。 xvfb-run --server-args="-screen 0,
阅读全文
摘要:https://www.zabbix.com/documentation/3.0/manual/concepts/sender zabbix zabbix_sender -vv -z 172.20.0.3 -s "Linux DB3" -k db.connections -o 43 ./zabbix
阅读全文
摘要:https://my.oschina.net/u/199525/blog/313788 http://blog.csdn.net/joinandjoin/article/details/9052785 https://haoluobo.com/2011/09/gliffy-confluence-cr
阅读全文