Nginx + https + 免费SSL证书配置指南
请参考 Nginx Wiki http://wiki.nginx.org/NginxHttpSslModule 生成证书 $ cd /usr/local/nginx/conf $ openssl ge...
Ubuntu下使用Pure-ftpd 透過 MySQL管理虛擬FTP用戶帳號
應用趨勢 Pure-ftpd是一個很方便管理的FTP伺服器 我們利用它來提供基本的FTP服務是很容易的 在 Ubuntu 下它有幾個安裝類型選擇 (他們間彼此互斥..只能裝一類) 1.原始而單純的用法...
在windows上以php-fpm的形式部署nginx服务器
In case anyone still needs this info. This is how I setup php-fpm for use with nginx on windows: Dow...
解决mac系统英文版本下偶尔中文文件名乱码的问题
打开Terminal 输入 echo 25:52 >~/.CFUserTextEncoding (如此诡异的解决方案) 回车 然后重启一次就好啦,这样既是英文界面,也可以看中文了!
ubuntu解决git-shell-commands should exist and have read and execute access.
# 切到 git 用戶測試 su git # 可能會輸出以下錯誤 fatal: Interactive git shell is not enabled. hint: ~/git-shell-...
using ndiswrapper to install wireless adapter drivers
Go to: System > Administration > Synaptic Package Manager Search there for: ndiswrapper-utils,...
挖矿工具指南(ltccoin,bitcoin)
https://github.com/bandroidx/stratum-mining-proxy https://github.com/pooler/cpuminer/downloads https...
Eclipse和单片机开发环境Keil的集成编译工具KeilMake源码
Eclipse和单片机开发环境Keil的集成编译工具KeilMake 通过KeilMake可以在Eclipse上进行单片机开发且编译 这个东东是为了通用而到网上抄一些需要用到的代码做出来的东东,估计很...