Skip to content

Instantly share code, notes, and snippets.

@oooooooo
oooooooo / mosh-cygwin
Created April 14, 2012 09:07 — forked from eerohele/mosh-cygwin.md
Compiling Mosh (http://mosh.mit.edu/) under Cygwin
1. Download Cygwin: http://www.cygwin.com
2. Run setup.exe and install the following packages in addition to the default ones:
- make
- boost
- libncurses-devel
- pkg-config
- perl
3. Download and compile Protocol Buffers: http://code.google.com/p/protobuf/
@oooooooo
oooooooo / prefs.plist
Last active December 17, 2015 17:49
/Users/[YOUR NAME]/Library/Application Support/Alfred 2/Alfred.alfredpreferences/preferences/features/websearch
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>customSites</key>
<dict>
<key>0FEBAC08-3167-430E-A1D5-66D657C650B9</key>
<dict>
<key>enabled</key>
<false/>
@oooooooo
oooooooo / freebsd_on_vagrant.md
Last active December 29, 2015 17:09
FreeBSD on Vagrant

目次

FreeBSD on Vagrant

目的

FreeBSD に慣れる。

Windows や Mac、Linux 上で FreeBSD を動かすために Vagrant を利用。

@oooooooo
oooooooo / dotinstall.md
Last active December 29, 2015 17:19
ドットインストール

目次

ドットインストールの内容は古かったり、動画は効率的ではない。本を読んだほうがいい。(2013-12-09)

以下は推奨しないけど、残しておく。

ドットインストール

目的

@oooooooo
oooooooo / shell.md
Last active December 29, 2015 17:19
シェル

目次

シェル

alias

.bashrc に

alias cx='chmod  +x'
@oooooooo
oooooooo / screen.md
Last active December 29, 2015 17:29
Screen

目次

screen

画面分割したり、画面内容をコピペできて便利。

インストール

$ whereis screen

screen: /usr/ports/sysutils/screen

@oooooooo
oooooooo / flow.md
Last active December 29, 2015 23:29
学習の流れ

目次

学習の流れ

  • 推奨の本を読む
    • 集中力維持のためポモドーロ・テクニックで ( 25分集中、5分休憩を 1 ポモドーロ。4 ポモドーロで30分休む )
    • 漫然と見ないように一章ごとに Markdown でまとめる。vim と git に慣れる
  • 初級編は本で。中級編、実践編を補足
  • プログラムとそのテストを書く
@oooooooo
oooooooo / gist.md
Last active December 30, 2015 00:09
Gist

目次

git clone

画面横にある Clone this gist の URI を指定。

$ git clone https://gist.github.com/oooooooo/7747953

git push

@oooooooo
oooooooo / perl.md
Last active December 30, 2015 05:29
Per