Octopress 테마를 변경하자
https://github.com/imathis/octopress/wiki/3rd-Party-Octopress-Themes
cd octopress
git submodule add GIT_URL .themes/THEME_NAME
rake install\['THEME_NAME'\]
rake generate
https://github.com/imathis/octopress/wiki/3rd-Party-Octopress-Themes
cd octopress
git submodule add GIT_URL .themes/THEME_NAME
rake install\['THEME_NAME'\]
rake generate
tip 1 {% codeblock lang:python title:"타스크를 모두 비우자" mark:3 %} from celery.task.control import discard_all discard_all()
Elasticbeanstalk 에서 실행을 위한 명령어 {% codeblock lang:python title:"98-celery.config" %} command=/opt/python/run/venv/bin/celery beat -A main -S djcelery.schedulers.DatabaseScheduler --pidfile=
celery beat를 실행하면 celery worker …
more ...{% img /images/main_healworld.png %}
more ...ubuntu에서 touchpad는 오른손 잡이로, mouse는 왼손 잡이로 설정하기
우분투 설정에서 mouse는 왼손 잡이로 설정 아래 명령어를 이용하여 마우스 버튼 배치만 변경
xinput set-button-map 'Logitech USB Optical Mouse' 3 2 1