I hereby claim:
- I am code-later on github.
- I am codelater (https://keybase.io/codelater) on keybase.
- I have a public key whose fingerprint is 558C 4BCB 769B 6C58 D0C8 99F2 D845 39FC 9C9B 31F1
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
--- | |
- hosts: all | |
become: True | |
gather_facts: False | |
pre_tasks: | |
- name: Install python for Ansible | |
raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal) | |
changed_when: False | |
- setup: # aka gather_facts |
set nocompatible " Turn off vi-compatibility, must be the first config to set | |
filetype off " required for Vundle to work (See Vundle for details) | |
set encoding=utf-8 | |
set timeout timeoutlen=1000 ttimeoutlen=100 " Fix slow O inserts from Gary Bernhardt | |
set shell=/bin/sh " some commands seem to have problems with zsh (i.e. RVM) | |
set cursorline " Highlight the line with the cursor | |
set hlsearch " highlight search | |
set incsearch " Incremental search, search as you type | |
set ignorecase smartcase " Ignore case when searching |
require 'trello' | |
@repo, @prefix = ARGV | |
Trello.configure do |config| | |
config.developer_public_key = TRELLO_DEVELOPER_PUBLIC_KEY | |
config.member_token = TRELLO_MEMBER_TOKEN | |
end | |
require 'octokit' |
#!/usr/bin/env ruby | |
require 'logger' | |
require 'terminal-notifier' | |
type, direction, jid = ARGV | |
if type == 'MSG' && direction == 'IN' | |
TerminalNotifier.notify "Message from #{jid}", | |
group: jid, |
#!/usr/bin/env bash | |
bundle exec rake db:guacamole:purge | |
bundle exec rails runner 'users_count = UsersCollection.all.count; puts "There are #{users_count} users in the DB!"' | |
echo "Creating a test user Bob..." | |
bundle exec rails runner 'u = User.new(username: "Bob", password: "123456", password_confirmation: "123456"); UsersCollection.save u' | |
echo "Fetching the user from the DB..." |
make clean | |
make setup | |
./configure --enable-all-in-one-v8 --enable-all-in-one-libev --enable-all-in-one-icu --enable-relative --enable-maintainer-mode --with-bison=/usr/local/Cellar/bison/3.0.2/bin/bison | |
make -j4 |
GIT | |
remote: https://github.com/rom-rb/devtools.git | |
revision: b2614406dd87d5ea30946da90b9c9a532905472e | |
specs: | |
devtools (0.0.2) | |
PATH | |
remote: . | |
specs: | |
guacamole (0.1.0) |
class Foo | |
send :private | |
def bar | |
puts "I'm private" | |
end | |
end | |
Foo.new.bar | |
# private method `bar' called for #<Foo:0x00000102816480> (NoMethodError) |
This is a very rough script to export your octopress files to Ghost. You will still need to check your data but it will give you a head start. Feel free to fork and optimize the script for your purpose.
The following should be considered:
source/_posts
directory/var/www/ghost/content/images