Unicode provides a unique number for every character,no matter what the platform,no matter what the program,no matter what the language.
geek技术分享
分享有趣好玩geek风范的技术文章 _(:з」∠)_
ChartPicker
ChartPicker可以将CSV文件中的数据绘制成散点图,你可以选择你需要保存的点,以及导出为export.csv文件。
在Github上源代码:https://github.com/skywhat/ChartPicker
Continue reading
从东京机房到加州Fremont
6月3日,已经驻扎在东京将近两年的主机开始抽风了,这种抽风以前真的没有发现过,virtual private network 果断一个也连接不上了,甚至putty完全没有响应,报错Error Network,Connection timed out.
果断联系linode提供商,
————————————————–
Hello,
I’m sorry to hear of the connectivity issues you are experiencing. So that we may further investigate this issue, could you please provide the output of “mtr –report” from your location to your Linode, as well as the reverse? More information on generating and interpreting MTR reports can be found in the Linode Docs:
然后使用mtr来测试主机,从国内几个地点测试到东京的连接情况,大致相同。对方给的回复
————————————————–
Hi there,
All of this is a classic issue with the GFW Please notice how the packet loss starts at the 202 hops and persists all the way out to the server; this is evident of the deep packet inspection stage that the GFW goes under before you’re completely blocked. Would you like for us to switch your IP again? This is really the only course of action that works when faced with this issue.
果真是碰上某个敏感的日子了,你懂得:) 依稀记得两年前,google也是在此时渐渐淡出了人们的视线,真是无奈呢
linode给我换了几个IP address, 测试结果几乎没有改善。看样子东京的服务器大部分都遭殃了。
最后果断建议换到美国的数据中心,一路折腾到6月5日
从这里可以测试各个数据中心,似乎美国的几个地区比东京的还要给力https://www.linode.com/speedtest
Fremont坐落在旧金山湾区,似乎是中国朋友的较好选择。关于这方面的问题,欢迎找我交流。
Postman API testing from chrome plugin
CentOS双系统使用记录
mac 常用路径
git/github学习笔记
1. git 版本控制系统
相比CVS\SVN优势:
- 支持离线开发,离线Repository
- 强大的分支功能,适合多个独立开发者协作
- 速度块
==============git – 简明指南========
助你入门 git 的简明指南,木有高深内容
http://rogerdudler.github.io/git-guide/index.zh.html
===========================
Continue reading
黑客术语解释大全
1.肉鸡:所谓“肉鸡”是一种很形象的比喻,比喻那些可以随意被我们控制的电脑,对方可以是WINDOWS系统,也可以是Unix/Linux系统,可以是普通的个人电脑,也可以是大型的服务器,我们可以象操作自己的电脑那样来操作它们,而不被对方所发觉
2.木马:就是那些表面上伪装成了正常的程序,但是当这些被程序运行时,就会获取系统的整个控制权限。有很多黑客就是热衷于使用木马程序来控制别人的电脑,比如灰鸽子,黑洞,PcShare等等
3.网页木马:表面上伪装成普通的网页文件或是将而已的代码直接插入到正常的网页文件中,当有人访问时,网页木马就会利用对方系统或者浏览器的漏洞自动将配置好的木马的服务端下载到访问者的电脑上来自动执行 Continue reading