MarkdownPad 2 Pro
此为中文专业破解版,需要的朋友抓紧下载,若资源失效,请联系我。
使用方法:
- 首先运行压缩包中的安装程序进行安装原版程序!
- 安装完成后记得先不要运行程序!
- 复制压缩包中的
Pa_ttrar.exe和KG_ttrar.exe程序到安装目录!
大家好!我回来了!
很久很久没有写日志了,前两天煮了一个米,mstz.us 的域名,意思就是米斯特周,趁机把我现在bestzhou.org的日志,全部搬过去了,连着四天,把700多篇日志,一篇一篇的编辑了一次,主要是调整了一下格式,把一些过期的,无法访问的视频啊,图片啊,全部清理了一下。
写日志真的挺好的,因为在这几天修改文章中,我又跟着时间线重新回忆了一下这几年的光阴。生活就是这样,总是在不经意间给你一个惊喜,没准吓你一跳。
最近也会慢慢的上传一些照片,都是这几年抽空拍的。不过,很多照片放在时光相册,无法外联,所以还得往flickr相册转,也许有些不会‘扶墙’的朋友访问不了,办法总是有的,对吧,信息时代,什么都是可以从互联网获得的。
哦,对了,现在我那几个域名,都还有效,bestzhou.org,前几年还注册了一个bestzhou.us的域名,也还有效,本来打算把这个域名留给孩子用的,一直都放着呢,没怎么正式用起来。前两天脑子发热,又注册了一个域名mstz.us,感觉也不是很好,还是要注册.com/.net/.org的这种顶级域名,国别域名再不注册了。注册域名的话,推荐大家去 https://www.namesilo.com/ 这注册,价格不贵,一个.com域名大概5-6$的样子,折合人民币不到40块钱,他们也支持支付宝,PayPal,信用卡的。
Linux系统参数调优参考
一、系统参数调优
[xxxxx@localhost:/#]vi /etc/sysctl.d/99-sysctl.conf
##added by zhoutao on 2011/10/17
net.ipv4.tcp_max_syn_backlog = 10240 net.ipv4.tcp_max_tw_buckets = 400000
net.ipv4.tcp_max_orphans = 60000
net.ipv4.tcp_synack_retries = 3
net.ipv4.tcp_fin_timeout = 3
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
net.core.rmem_default = 1048576
net.core.wmem_default = 1048576
net.core.somaxconn = 16384
net.ipv4.tcp_rmem = 4096 87380 16777216
net.ipv4.tcp_wmem = 4096 65536 16777216
net.core.netdev_max_backlog = 3000
net.ipv4.tcp_congestion_control = cubic
net.ipv4.ip_local_port_range = 1024 65535
net.ipv4.tcp_tw_reuse = 1
net.ipv4.neigh.default.unres_qlen = 6
net.ipv4.neigh.default.proxy_qlen = 96
net.ipv4.ip_nonlocal_bind = 1
net.ipv4.tcp_keepalive_time = 60
net.ipv4.tcp_keepalive_probes = 3
net.ipv4.tcp_keepalive_intvl = 10
fs.file-max = 360000
net.ipv4.conf.all.log_martians=1
net.nf_conntrack_max = 25000000
net.netfilter.nf_conntrack_max = 25000000
net.netfilter.nf_conntrack_tcp_timeout_established = 180
net.netfilter.nf_conntrack_tcp_timeout_time_wait = 1
net.netfilter.nf_conntrack_tcp_timeout_close_wait = 60
net.netfilter.nf_conntrack_tcp_timeout_fin_wait = 120
How to Unroot your OnePlus 3 / 3T and go back completely to stock
周末刷了一下自己的手机,用的TWRP的recovery,刷了一个RR的rom,用了一天感觉没有官方的版本好,于是就想刷回去,折腾了一上午,最后从一加国外官方站,找到了这篇救急的文章,终于把自己的加3刷回去了。太费劲了。用来用去,还是官方原版好使,唉,这就是折腾啊。
That being said, here are the instructions (all commands are typed on a computer using a terminal app (Linux or Mac), or Command Prompt in Administrator mode (Windows)):
