Skip to content

Instantly share code, notes, and snippets.

View reoring's full-sized avatar
🏢
work at office

reoring reoring

🏢
work at office
View GitHub Profile

VirtualBox

4.2.16

Vagrant

http://files.vagrantup.com/packages/0219bb87725aac28a97c0e924c310cc97831fd9d/Vagrant-1.2.4.dmg

Box

@reoring
reoring / gist:5786876
Last active December 18, 2015 12:59
Chef, Vagrant勉強会
@reoring
reoring / file0.txt
Created September 27, 2012 05:42
WordPressでTabbedWidgetが動作しないときの対処 ref: http://qiita.com/items/004501cc3cd0c245f3f3
function addHeader() {
wp_enqueue_script('jquery-ui-tabs', $this->plugin_path . 'js/jquery-ui-custom.min.js', array('jquery'), false, false);
wp_enqueue_script('jquery-ui-accordion', $this->plugin_path . 'js/jquery-ui-custom.min.js', array('jquery'), false, false);
wp_enqueue_script('jquery-ui-cookie', $this->plugin_path . 'js/jquery-cookie.min.js', array('jquery-ui-accordion'), false, false);
// Add default widgets styles
wp_enqueue_style('tabbed-widgets', $this->plugin_path . 'css/tabbed-widgets.css');
wp_enqueue_script('jquery-ui-accordion', $this->plugin_path . 'js/jquery-ui-custom.min.js', array('jquery'), false, true);
wp_enqueue_script('jquery-ui-cookie', $this->plugin_path . 'js/jquery-cookie.min.js', array('jquery-ui-accordion'), false, true);
@reoring
reoring / gist:3774295
Created September 24, 2012 05:13
CentOS 仮想化ホスト構築マニュアル
CentOS 仮想化ホスト構築マニュアル
SELinux停止
/etc/sysconfig/selinux
@reoring
reoring / file0.txt
Created September 6, 2012 08:56
CentOSにChef Serverを最速でインストールする ref: http://qiita.com/items/1b64396e3cba879cb66e
rpm -Uvh http://rbel.frameos.org/rbel6