Archive for the Category: 開発環境

byobuのバックエンドをtmuxからscreenに変える方法

byobuのバックエンドのデフォルトはずっとscreenだったと思うのですが,Debian wheezyでbyobuを起動してみたところ,バックエンドがtmuxに設定されていました. tmuxベースの方がスッキリしている [...]

Tagged Leave a comment

Debian wheezyでAndroidの実機を認識させる方法

/lib/udev/rules.d/91-permissions.rules の # usbfs-like devices SUBSYSTEM==”usb”, ENV{DEVTYPE}==R [...]

Tagged , Leave a comment

Ubuntu11.10,Eclipse3.7でAndroidプラグインをインストールする方法

Cannot complete the install because one or more required items could not be found. Software being installed: A [...]

Tagged , , 3 Comments

sbtでライブラリを有効にする方法

sbtは0.10を使用しています. build.sbtに以下を書きます. libraryDependencies ++= Seq( “net.databinder” %% “dispatch-http” % “0.8.5 [...]

Also posted in プログラミング Tagged , Leave a comment

Ubuntuでnpmのインストールを行う

こちらの記事を参考に行いました. $ sudo apt-get update $ sudo apt-get install git-core curl build-essential openssl libssl-dev [...]

Tagged Leave a comment

自宅サーバにGitリポジトリを作る

サーバのOSはUbutnu 10.04です. リポジトリは /var/repos とします. ディレクトリを作ります. $ sudo mkdir /var/repos ディレクトリの所有者を変更します. $sudo ch [...]

Tagged Leave a comment