之前就有看過用電阻人組成的Analog Band,剛好最近通識課的小組要玩交換禮物,就做了一隻拿來送人~~
Rails ActiveJob filter arguments
CentOS 7 安裝 PostgreSQL
[PHP] 中文大寫轉換器
Rails systemd unit file
適用於Capistrano部屬的CentOS 7
Triumph-Adler Gabriele 25
前一陣子在家裡打掃的時候找到這台機器,裏頭很髒而且按鍵非常的硬,就開始研究怎麼修
PHP編譯 筆記
找不到libmysqlclient:
configure參數加上--with-libdir=lib64
找不到pspell:
安裝aspell-devel
Postfix 與 DKIM
Openssl 模擬用戶端指令
筆記
#https openssl s_client -connect [server]:443 #try SSLv2 with https which shouldn't work openssl s_client -connect [server]:443 -ssl2 #smtp with starttls openssl s_client -starttls smtp -connect [server]:25 #imap openssl s_client -starttls imap -connect [server]:143