Skip to content

Instantly share code, notes, and snippets.

@tiijima
tiijima / memo.md
Created December 20, 2015 03:54
bash zsh tmux.conf OS種別による分岐
@tiijima
tiijima / memo.md
Last active December 20, 2015 02:59
bash シェルスクリプト自身のファイルパスを取得する方法
@tiijima
tiijima / memo.md
Created December 15, 2015 06:55
mysql 起動時にCan't init tc logと言われて起動出来ない場合の対処方
@tiijima
tiijima / memo.md
Created December 15, 2015 04:56
センチュリーシステムズ M2Mルータ DI/DO/READYを利用する
@tiijima
tiijima / memo.md
Created December 8, 2015 08:58
asterisk 13.5.0 sqlスキーマの場所

asterisk 13.5.0 sqlスキーマの場所

/asterisk_files/src/contrib/realtime/mysql/

@tiijima
tiijima / memo.md
Last active August 1, 2022 16:45
git/github git pullしたらエラーになった。 ssh: Could not resolve hostname github.com: Temporary failure in name resolution

git/github git pullしたらエラーになった。 ssh: Could not resolve hostname github.com: Temporary failure in name resolution

環境

  • virtualbox/vagrant/centos6.7

エラー内容

ssh: Could not resolve hostname github.com: Temporary failure in name resolution
fatal: The remote end hung up unexpectedly
@tiijima
tiijima / memo.md
Created December 7, 2015 05:54
ubuntu gcc arm クロスコンパイル環境構築メモ

ubuntu gcc arm クロスコンパイル環境構築メモ

gccコンパイラインストール

sudo apt-get install gcc-arm-linux-gnueabihf
@tiijima
tiijima / memo.md
Created December 7, 2015 05:13
asterisk "Unable to connect to remote asterisk (does /var/run/asterisk.ctl exist?)" というエラーが出た時の対処法

asterisk "Unable to connect to remote asterisk (does /var/run/asterisk.ctl exist?)" というエラーが出た時の対処法

エラー内容

$ /usr/sbin/asterisk -r -vvvg
Unable to connect to remote asterisk (does /var/run/asterisk.ctl exist?)

対処法 sudoで起動する