香港同城配送 March 14th , 2017 香港的同城配送鼻祖是GOGOVAN,创立于2013年7月,三个80后,据说初始资金几千块,可以说是白手起家的典范了。货车配送现在了解到有三家:GOGOVAN, LalaMove(原EasyVan... 继续阅读 暂无评论 香港
香港网络支付及线下支付 March 13th , 2017 国内的支付方式可以说是傲视全球的,有微信支付以及支付宝这两个工具基本覆盖了国内大部分的年轻一族的支付方式。可以说大部分情况下,只需要一张身份证一个手机就可以行走于东部大部分城市,路边的小摊小贩也... 继续阅读 暂无评论 香港
Fantastic Beasts and Where to Find Them 观后感 March 1st , 2017 今日闲暇之余在家里看了“神奇动物在哪里”(请原谅这次下载了盗版),很后悔没有去影院看这部电影。犹记的6年前左右在五星啤酒厂,想约女孩看的第一部电影“爱丽丝梦游奇幻镜”,李晶同学还夸我这个名起得不... 继续阅读 暂无评论 随记
Monitoring server traffic with iftop or iptraf February 23rd , 2017 Install iftop or iptrafCentos:$ yum install iftop Ubuntu:$ apt-get install iftop 我觉得iftop使用比iptr... 继续阅读 暂无评论 Linux
Hong Kong Impressions (香港印象) February 22nd , 2017 如何办理港澳通行证G签和L签如何去香港如何通关到香港如何选择香港宾馆香港有哪些必须去的地方香港人对内地人的看法香港印象对香港的印象还是停留在电视上90年代的香港电影,新年后得此机会去香港,一睹香... 继续阅读 暂无评论 随记
We will shut down iCloud.net before Feb 20, 2017. February 14th , 2017 Hi all users of iCloud.net:You may find an announcement showing on the homepage of iCloud.net, ye... 继续阅读 9 评论 iCloud
Typecho时区及文章发布时间的设置 January 20th , 2017 Typecho虽然在设置里面有设置时区的选项,但我的文章发布时间还是UTC时区的。你可以在 var/Widget/Init.php中将默认的UTC时区改为你需要的时区找到以下字段 @da... 继续阅读 暂无评论 Typecho
解决Postfix发送人名为“Apapche”和由xx代发的办法 January 20th , 2017 找到Apache的php.ini文件$ vim /etc/php.ini找到sendmail_path替换为以下内容sendmail_path = /usr/sbin/sendmail -t -... 继续阅读 暂无评论 Linux
Linux上一些有用的Notes January 19th , 2017 Remove software list software packages$ rpm -qa|grep exampleforce remove$ rpm -e --nodeps example... 继续阅读 暂无评论 Linux
The Most important iptables rules for your linux server January 19th , 2017 Flush and delete all iptables rulesiptables -F (or) iptables --flushnext you can use add blew rul... 继续阅读 暂无评论 Linux