自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

linux

  • 博客(4)
  • 收藏
  • 关注

原创 ffmpeg安装

1. yum安装yum install -y epel-release  sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 yum repolist  sudo rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro  sudo rpm -Uvh htt...

2018-08-29 09:57:16 1676

原创 ffmpeg码率配置

官网摘要如下:The range of the CRF scale is 0–51, where 0 is lossless, 23 is the default, and 51 is worst quality possible. A lower value generally leads to higher quality, and a subjectively sane range is...

2018-08-29 09:46:32 5811

原创 postgresql备份与目录迁移

postgresql备份    1 转储pg_dumpall      a. 备份数据库 #只能用postgresql超级用户备份,可su postgres或者新建超级用户      pg_dumpall > /usr/local/pgsql/backup/pg_all.dmp #备份文件存放目录    b. 恢复数据库      pgsql -f /usr/local/pgs...

2018-08-29 09:33:38 1942

原创 安装etcd

安装步骤如下:  1. 安装go编译器 http://tip.golang.so/dl/  2. 安装curl http://blog.csdn.net/lifan5/article/details/7350154  3. 安装etcd github    curl -L  https://github.com/coreos/etcd/releases/download/v2.0.0-r...

2018-08-29 09:26:15 278

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除