https://superuser.com/questions/53103/udp-traffic-throu …
作者存档:phpor
No TCP-over-TCP, which is a very bad idea
reactormonk on September 14, 2013 at 4:49 am said: No T …
wordpress架构升级
PHP7发布已经有一年了,但是我的博客依然还跑在apache + php-5.3上呢,当时我的yum源里面之后 …
wordpress 升级指南
曾经我的博客在墙外的时候,升级博客非常简单,就是点击升级就行;后来,把博客迁到了墙内,然后看到博客升级提示,点 …
使用Privoxy将socks5代理转为http代理
参考: http://blog.csdn.net/li740207611/article/details/52 …
od 输出字符对照表
1 2 3 4 5 6 7 8 9 |
# echo {A..Z} {a..z} |tr -d " " |od -at x1 0000000 A B C D E F G H I J K L M N O P 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f 50 0000020 Q R S T U V W X Y Z a b c d e f 51 52 53 54 55 56 57 58 59 5a 61 62 63 64 65 66 0000040 g h i j k l m n o p q r s t u v 67 68 69 6a 6b 6c 6d 6e 6f 70 71 72 73 74 75 76 0000060 w x y z nl 77 78 79 7a 0a |
ctags 学习
ctag识别关键字的时候,一般不会把中划线(-)作为单词的一部分;对于bash脚本,函数名中是可以含有中划线的 …
JSON2HTML | Pure Javascript Templating
http://json2html.com/
Exclude dash (-) from word separators in vi – Super User
https://superuser.com/questions/403516/exclude-dash-fro …
继续阅读“Exclude dash (-) from word separators in vi – Super User”
bash vs sh
一般来讲,/bin/sh 都是软连接到bash的,所以,你基本上会认为 /bin/sh 和 /bin/bash …