跳到主要內容

發表文章

精選

Set cron job on Mac OS X

I use vim as my default editor. If I use command crontab -e to set cron job. After I saved and quit, I got this error message. crontab: "/usr/bin/vi" exited with status 1 To fix this problem, the solution is to change the default editor temporary like below. Here is setting to use nano . EDITOR=nano crontab -e If cron job was set successful. The message would be like below. crontab: installing new crontab

最新文章

The gulp useref + rev setting record

VIM 升級 7.4 筆記

修改Ubuntu的Terminal對於選取Tab突出背景色不明顯的問題

Linux `find` 指令運用

LXC 透過掛載本機目錄來達成掛載NFS目錄

The command of delete remote branch of Git

Instant AppFog 書介

grunt-contrib-connect middleware 設定筆記

PHP lint tool

webapp在iPhone 5 fullscreen上下黑框的問題