搬瓦工搬家记录

搬家的一点记录

yum -y upgrade
yum -y install wget
yum -y install vim
wget -c http://soft.vpser.net/lnmp/lnmp1.4.tar.gz && tar zxf lnmp1.4.tar.gz && cd lnmp1.4 && ./install.sh lnmp
lnmp vhost add
vim /usr/local/php/etc/php.ini
:set nu
:314
:wq
cd /root/lnmp1.4
./pureftpd.sh
lnmp ftp add
lnmp restart

服务器整站远程迁移备份

cd /home
tar czf - wwwroot | ssh root@67.216.213.31 -p 28376 tar xzf - -C /home

YouTube、优酷等国内外视频网站视频下载工具 You-Get 安装说明及使用方法

You-Get是一个基于Python 3的视频下载工具。支持Youtube、Vimeo、Tumblr、优酷、哔哩哔哩、网易公开课等。

官网:https://you-get.org/

安装及使用步骤

1.Python官网:https://www.python.org/ 下载Python

2.安装 Python,注意勾选 Add Python to PATH (下图我已经安装过)

Continue reading YouTube、优酷等国内外视频网站视频下载工具 You-Get 安装说明及使用方法

WordPress 更换域名

进入后台 phpMyAdmin 执行 SQL 语句

UPDATE wp_options SET option_value = replace( option_value, 'http://xinghaizhongxin.com', 'http://xinghaizhongxin.guofeng.io' ) WHERE option_name = 'home' OR option_name = 'siteurl';
UPDATE wp_posts SET post_content = replace( post_content, 'http://xinghaizhongxin.com', 'http://xinghaizhongxin.guofeng.io' ) ;
UPDATE wp_posts SET guid = replace( guid, 'http://xinghaizhongxin.com', 'http://xinghaizhongxin.guofeng.io' ) ;

或进入主题 function.php 添加

update_option('siteurl','http://xinghaizhongxin.guofeng.io');
update_option('home','http://xinghaizhongxin.guofeng.io');

然后进入后台设置-常规, 修改域名

Google hosts(2015.01.28更新) 2015.01.14

Google hosts 2015.01.28  2015.01.14 更新,本文只提供google相关服务(及相关网站)的hosts,目前有效

2015-01-29_082033

注1:请使用chrome浏览器,并在地址栏里输入 chrome://flags/,然后查找QUIC,启用该协议,同时建议启用SPDY/4能让访问更流畅。

注2:请使用https的方式访问,比如:https://www.google.com

注3:默认可能会跳转到www.google.com.hk,如果.hk访问困难,请使用:https://www.google.com/ncr 方式访问,禁止国别跳转。

====更新分界线,复制下面内容到hosts文件即可=====

2015-01-14

[download]https://blog.liuguofeng.com/wp-content/uploads/2015/01/google-hosts.txt[/download]

2015-01-28

[download]https://blog.liuguofeng.com/wp-content/uploads/2015/01/google-hosts-2015-01-28.txt[/download]