侠隐

导航

2018年1月12日 #

union: redis config

摘要: #1 how to save to disk # warning: how to disable, just comment this config save $second $changes 阅读全文

posted @ 2018-01-12 17:44 hacker_wei 阅读(181) 评论(0) 推荐(0)

2018年1月11日 #

union: git command

摘要: #1 switch one tag # warning: if do that, can't commit any change git clone $project_path git checkout $tag_name #2 switch one tag, but can change the files on this tag git checkout -b $branch_name ... 阅读全文

posted @ 2018-01-11 10:09 hacker_wei 阅读(193) 评论(0) 推荐(0)

2018年1月9日 #

union: php/laravel command

摘要: #########Laravel###############2018-01-09 16:46:26 #1 switch to maintenance mode php artisan down #2 switch to normal mode php artisan up #3 config cache php artisan config:cache 阅读全文

posted @ 2018-01-09 16:48 hacker_wei 阅读(197) 评论(0) 推荐(0)

the default terminal(gnome-terminal) start up fail

摘要: Platform: Ubuntu 16.04 LTS Reason: variable $LANG on system is empty Solution: 阅读全文

posted @ 2018-01-09 10:06 hacker_wei 阅读(140) 评论(0) 推荐(0)

2018年1月7日 #

union: apt command

摘要: #1 when you use 'dpkg -i $software' failed, you can install the dependency of this software by # this command apt-get install -yf 阅读全文

posted @ 2018-01-07 12:31 hacker_wei 阅读(154) 评论(0) 推荐(0)