Using GPU hardware to speed up FFmpeg video transcoding and pit draining
Author: dongdong
Email: ldyldy828@126.com
This article includes:
Installing FFmpeg on Linux
Video format recognition and transcoding via command line
Video transcoding acceleration using GPU on Linux with Nvidia graphics card
FFmpeg Compile Installation
On the FFmpeg website, https://ffmpeg.org/download.html can be downloaded to the ubunto/d ...
Added by volatileboy on Thu, 19 Dec 2019 22:50:25 +0200
Binary Installation of 006-ELK
Binary Installation ELKstack
This build belongs to single point and is installed on the same machine
Base Component Deployment
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
yum makecache
yum install wget vim lsof net-tools ...
Added by EdN on Wed, 11 Dec 2019 23:28:13 +0200
In depth understanding of the building of Redis single machine environment of Redis series
Preface
In the process of actual development projects, if we want to use cache, the first thing we think about is Redis. But why most people choose Redis is not able to understand or think about it. They only know that it can be used as cache, which is faster than the database. I happen to be such a person. So when I want to write an introduct ...
Added by craig1978 on Wed, 11 Dec 2019 17:53:23 +0200
LNMP architecture virtual host configuration, user authentication and domain name redirection
November 26 mission 12.6 Nginx installation
https://my.oschina.net/u/3964535/blog/2933878 12.7 default virtual host 12.8 Nginx user authentication 12.9 Nginx domain name redirection
Configure nginx virtual host
Modify nginx main configuration file
[root@localhost nginx-1.12.2]# vim /usr/local/nginx/conf/nginx.conf
# Delete the origi ...
Added by monotoko on Wed, 04 Dec 2019 21:50:45 +0200
Monkey data teaches you to detect whether wechat domain names are blocked in real time
By the end of 2018, the number of wechat users in China has reached 1.04 billion, and the number of wechat sent per day has reached 38 billion. Wechat has become one of the mobile traffic platforms in China. When you browse the links in wechat, you must have "stopped visiting the web page", which means that the promoted domain name ha ...
Added by umbra on Tue, 03 Dec 2019 03:03:49 +0200
How to extract some class libraries from CodeIgniter framework for problem tracking
background
Due to various reasons, there is no access to the complete call chain trace (┬). However, when we call each end interface through curl of php, we will request multiple times. So is there a way to capture these curl requests without embedding business code. Obviously, ci has basic hook operations. We can choose to send the collected d ...
Added by ridiculous on Sun, 24 Nov 2019 21:55:48 +0200
nginx web page optimization
Nginx web page optimization (1)
Configure Nginx hidden version number
In the production environment, the version number of Nginx needs to be hidden to avoid the leakage of security vulnerabilities
View method
Use fiddler tool to view Nginx version number in Windows client
Use "curl-i web address" command to view in CentOS system ...
Added by Cleibe on Wed, 20 Nov 2019 13:12:56 +0200
PHP implementation of wechat enterprise payment to personal change steps
Wechat payment enterprise payment to change function is widely used, such as wechat red packet reward, business settlement, etc. Through enterprise payment to individuals, payment funds will directly enter users' wechat change.
I. opening conditions
Payment fund
The enterprise pays the change fund with the balance fund of the merchant numbe ...
Added by XzorZ on Mon, 18 Nov 2019 17:08:45 +0200
Complete pseudo static rules of AMH host panel
Compared with lightweight application servers or virtual hosts, Alibaba cloud ECS cloud servers need higher technical capabilities. Users can use AMH panel or pagoda and other panels to make Web projects simpler. Yuntun store shares the complete pseudo-static rules of AMH host panel:
Complete pseudo static rules of AMH host panel
Pseudo static ...
Added by my8by10 on Fri, 15 Nov 2019 19:43:47 +0200
Optimization of Nginx: version hiding, timeout management and process management
Configure Nginx hidden version number
In the production environment, the version number of Nginx needs to be hidden to reduce security risks
View method
1. Use fiddler I to check the Nginx version number on the Windows client,Use "curl-i web address" command to view in CentOS system
The method of hiding version number in Nginx
1. Mod ...
Added by Roble on Fri, 15 Nov 2019 17:44:28 +0200