06 2015 档案
摘要:记录客户端真实IP#Nginx示例log_format upstream '$time_iso8601 $http_x_forwarded_for $host$upstream_response_time $request $status$upstream_addr';#Apache示例Se...
阅读全文
摘要:数据无价,请谨慎操作。通常在作磁盘操作之前应该备份磁盘的数据,在作这个操作之前也应该把磁盘上的所有内容备份到另一个磁盘中。就是说如果这个故障盘是20g的话,就需要一个20G的备份空间。备份的命令如下:#dd if=/dev/baddrive of=/storagearea注意:首先确定设备文件...
阅读全文
摘要:# Controls the default maxmimum size of a mesage queuekernel.msgmnb = 65536# Controls the maximum size of a message, in byteskernel.msgmax = 65536#...
阅读全文
摘要:申明:本文为转载,版权规原作者所有源地址: http://www.tecmint.com/install-pxe-network-boot-server-in-centos-7/本文将介绍如何在配置有本地镜像安装仓库的RHEL/CentOS 764位上安装并配置一台PXE服务器,仓库源由Cen...
阅读全文
摘要:官方网站ftp://ftp.videolan.org/pub/videolan/http://www.underbit.com/products/madftp://ftp.mars.org/pub/mpeg/http://ffmpeg.org/download.html一.安装编译依赖库1.l...
阅读全文
摘要:1.使用sudo# dnf install vim# cd /etc/sudoers.d/在root ALL=(ALL) ALL下添加username ALL=(ALL) NOPASSWD:ALL2.安装软件$ sudo dnf ins...
阅读全文
摘要:1.安装编译环境$ sudo dnf install gcc gcc-c++ ncurses-devel cmake2.安装GTK+2.x$ sudo dnf install gtk2 gtk2-devel gtk2-devel-docs$ sudo dnf inst...
阅读全文
摘要:官方网站:https://github.com/xiehuc/lwqqhttps://github.com/xiehuc/pidgin-lwqqhttps://github.com/xiehuc/pidgin-lwqq/wiki/Install-From-Sourcehttps://githu...
阅读全文