Entries from 2015-08-04 to 1 day

cron crontab whenever

http://morizyun.github.io/blog/whenever-gem-rails-ruby-capistrano/ $ gem install whenever $ cd /apps/my-project $ wheneverize ./apps/my-project/config/schedule.rbが出来る$ nano ./config/schedule.rb# Use this file to easily define all of yo…

headless virtual display resolusion xrandr

#! /bin/bash#cvt 1280 720 #cvt 1680 1050xrandr --newmode 1680x1050 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync xrandr --newmode 1280x720 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsyncxrandr --addmode VIRTUAL1 1680…