來自http://ffmpeginstaller.com/目前版本ffmpeginstaller.8.0lamp安裝包http://oneinstack.com/install/先安裝lampmkdir ~/ffmpeg-packages cd ~/ffmpeg-packages
wget http://mirror.ffmpeginstaller....
# apt-get update
# apt-get install rsync
# rsync --version #查看版本
rsync服務器端配置1:# vi /etc/rsyncd.conf # 手動生成
#運行RSYNC守護進程的用戶
uid = root
#運行RSYNC守護進程的組
gid = root
#不使用chroot
use...
accept_language標識為如下的都可以認為是中文瀏覽器:zh 中文
zh-cn 大陸
zh-tw 台灣
zh-hk 香港
所以如果要在Nginx中阻止中文訪問,可以在Server中加入:if ($http_accept_language ~* ^zh) { return 404;}
若你不想返回404可重寫跳轉為其他網址if ($http_a...
一般mp4轉碼後meta信息在影片尾部需下載完成後才能播放使用qt-faststart解決此工具可單獨使用不必安裝FFMPEG首先下載安裝包https://github.com/danielgtaylor/qtfaststart解壓後cd進入安裝文件夾python setup.py install這樣就完成了使用方法qtfaststart infile...
在nginx下使用cf加速后會發現訪客ip都返回的cf的ip就是説儅你使用ip屏蔽時會發現無效這時你需要安裝ngx_http_realip_module模塊加上--with-http_realip_module參數首先需要進入nginx的安裝目錄比如我使用的lnmp需進入cd /root/lnmp1.0-full/nginx-1.2.7(版本不同注意)...
在nginx的access.log中存在大量的400錯誤,並以每天幾百M的速度增加,佔用大量空間。事例106.236.228.100 - - [11/Apr/2014:11:00:15 +0800] "-" 400 0 "-" "-"
106.236.228.100 - - [11/Apr/2...
使用此命令查詢有多少暴力破解grep "Failed password for root" /var/log/auth.log | awk '{print $11}' | sort | uniq -c | sort -nr | more
修改ssh端口只需要修改/etc/ssh/sshd_config文件就好了vi /etc/ssh...
默認沒有安裝Secure Link - Nginx 在原有的基礎上添加--with-http_secure_link_module示例./configure --user=www --group=www --prefix=/usr/local/nginx
--with-http_stub_status_module --with-http_ssl_m...
用到工具nginx_mod_h264_streaming 可前往官方下載cd ~
wget http://h264.code-shop.com/download/nginx_mod_h264_streaming-2.2.7.tar.gz
tar -zxvf nginx_mod_h264_streaming-2.2.7.tar.gz
下載然後解壓編譯之前...
首先創建sh腳本automysqlbackup.sh#!/bin/bash
mysqldump -uusername -ppassword databasename > /home/wwwroot/backups/databackup.sql
cd /
tar zcf /home/wwwroot/backups/databackup.tar.gz...
- « 前一页
- 1
- 2
- 3
- 4
- 后一页 »