2013-01-01から1年間の記事一覧

NetGearのスイッチユーティリティーのダウンロードサイトが罠

引っ越し先のネット用に、NetGearのGS108Eを2台購入しました。 気軽に買える家庭向け価格帯のスイッチでVLANを組もうとするとほぼGS108E一択なので、使っている人も多いのではと思います。 スイッチの設定変更はProSafe Plus Configuration Utilityという専…

git svnでリポジトリのインポートができない

git svn でsvnのリポジトリをローカルgitにインポートしようとしたところ、Git.pmのエラーが出て失敗しました。 $ git svn clone https://test.com/svn/svn_repos Initialized empty Git repository in /Volumes/DATA/work/git/svn_repos/.git/ 'tempfile' c…

Homebrewでinstall vimが失敗する

今度はvimが入りませんでした。 $ brew install vim ==> Cloning https://vim.googlecode.com/hg/ Updating /Library/Caches/Homebrew/vim--hg pulling from https://vim.googlecode.com/hg/ searching for changes no changes found 0 files updated, 0 fil…

Homebrewでinstall svn が失敗する x 2

Mac OS X Snow Leopardでbrew install subversionがうまく動かなかったので、対処方法のメモです。 $ brew install svn ==> Downloading http://www.apache.org/dyn/closer.cgi?path=subversion/subversion-1.7.9.tar.bz2 Already downloaded: /Library/Cach…