为apt-get和yum设置代理,以及Linux全局代理
apt-get修改/etc/apt/apt.conf添加内容http代理Acquire::http::proxy "http://127.0.0.1:8080/";
Acquire::ftp::proxy "http://127.0.0.1:8080/";
Acquire::https::proxy "http://127.0.0.1:808...
阅读全文
apt-get修改/etc/apt/apt.conf添加内容http代理Acquire::http::proxy "http://127.0.0.1:8080/";
Acquire::ftp::proxy "http://127.0.0.1:8080/";
Acquire::https::proxy "http://127.0.0.1:808...
阅读全文
先停止zabbix_server,防止有数据写入清理全部历史数据对zabbix数据库执行MySQL语句truncate table history;
optimize table history;
truncate table history_uint;
optimize table history_uint;
truncate table trends;
optimize table ...
阅读全文
添加源编辑/etc/apt/sources.list加入deb http://ftp.debian.org/debian/ wheezy-backports main
或
deb http://ftp.debian.org/debian/ wheezy-backports main更新源文件apt-get update更新backsports源apt-get -t wheezy-backpo...
阅读全文