Homebrewのパスエラー

またまた、久々にHomebrewをアップデートしようとしたら、下記のエラー $ brew update error: Your local changes to the following files would be overwritten by merge: Library/Contributions/cmds/brew-pull.rb Library/Contributions/manpages/brew.1.md Please, commit your changes or stash them before you can merge. Aborting Error: Failure while executing: git pull -q origin refs/heads/master:refs/remotes/origin/master [続きを読む]
カテゴリー: Mac  Tags: Homebrew 

Supersonic

ストリーミングサーバーソフトSubsonicのオープンソース版 https://github.com/Mach5/supersonic/downloads ライセンスフリーとの事ですが、Mac版で試したところ、4040ポートが開いてないようなんですが・・? [続きを読む]
カテゴリー: Linux Mac Network Windows  Tags: Software streaming 

Xcodeアップデート後にfuse4xエラー

Xcode 4.5.1にアップデート後に、Homebrewにて、いつもの如くbrew upgradeしたら、fuse4xで引っかかってしまいました。 ==> Summary /usr/local/Cellar/fuse4x-kext/0.9.2: 6 files, 284K ==> Upgrading fuse4x ==> Downloading https://github.com/fuse4x/fuse/tarball/fuse4x _0_9_2 [続きを読む]
カテゴリー: Mac  Tags: Homebrew 

Macでパス付きZIP圧縮

時々、書類を圧縮する際にパスワードかけなきゃいけない時があるのでメモ GUIでは、右クリックで圧縮は出来るがパスワードをかけられないので、CUIで行った方が楽。 [続きを読む]
カテゴリー: iOS Mac  Tags: OSX 

HomebrewでFailure while executing:エラー

自宅のiMacで久々にHomebrewをUpdateしたら、下記のエラー。 $ brew update error: The following untracked working tree files would be overwritten by merge: Library/Aliases/twolame Library/Contributions/cmds/brew-test-bot/brew-test-bot.commit.html.erb Library/Contributions/cmds/brew-test-bot/brew-test-bot.css Library/Contributions/cmds/brew-test-bot/brew-test-bot.index.html.erb Library/Formula/aiccu.rb Library/Formula/aws-cloudsearch.rb Library/Formula/aws-sns-cli.rb Library/Formula/byacc.rb Library/Formula/cadubi.rb Library/Formula/cdpr.rb Library/Formula/cogl.rb Library/Formula/cutter.rb Library/Formula/debianutils.rb Library/Formula/dynamips.rb Library/Formula/fakeroot.rb Library/Formula/flickcurl.rb Library/Formula/freeswitch.rb Library/Formula/genstats.rb Library/Formula/gpsd.rb Library/Formula/gtk+3.rb Library/Formula/gzrt.rb Library/Formula/https_load.rb Library/Formula/hwloc.rb Library/Formula/hyperestraier.rb Library/Formula/ideviceinstaller.rb Library/Formula/jasmin.rb Library/Formula/jpeg-turbo.rb Library/Formula/libspiro.rb Library/Formula/libstfl.rb Library/Formula/logentries.rb Library/Formula/mame.rb Library/Formula/md.rb Library/Formula/mess.rb Library/Formula/mysql-cluster.rb Library/Formula/mysql-connector-odbc.rb Library/Formula/ophcrack.rb Library/Formula/opus-tools.rb Library/Formula/opus.rb Library/Formula/pam_yubico.rb Library/Formula/pathfinder.rb Library/Formula/qstat.rb Library/Formula/qxmpp.rb Library/Formula/rbenv-vars.rb Library/Formula/ren.rb Library/Formula/rom-tools.rb Library/Formula/rtpbreak.rb Library/Formula/txt2man.rb Library/Formula/valkyrie.rb Library/Formula/verilator.rb Library/Formula/visualnetkit.rb Library/Formula/voldemort.rb Library/Formula/wemux.rb Library/Formula/yydecode.rb Library/Formula/zsh-completions.rb Library/Homebrew/checksums.rb Library/Homebrew/macos.rb Library/Homebrew/macos/xcode.rb Library/Homebrew/macos/xquartz.rb Library/Homebrew/pkgconfig/libcurl.pc Library/Homebrew/pkgconfig/libexslt.pc Library/Homebrew/pkgconfig/libxml-2.0.pc Library/Homebrew/pkgconfig/libxslt.pc Library/Homebrew/test/test_bottles.rb Please move or remove them before you can merge. Aborting Error: Failure while executing: git pull -q origin refs/heads/master:refs/remotes/origin/master [続きを読む]
カテゴリー: Mac  Tags: Homebrew 

MacBook Airのスリープ復帰を速くする

MacBook Airでは、SSD搭載された事により、スリープ時にハイバネーション形式により、SSDへメモリー内容を書き出し、スリープ解除時に読み込むので、スリープ解除で、若干もたつくようになりました。 [続きを読む]
カテゴリー: Mac  Tags: MacBook 

MAC OSX (10.6)でBonjourをオフ

時々、Bonjourに関する影響で、ネットワークが不調になることがあるので、Bonjourオフにする。 /System/Library/LaunchDaemons/com.apple.mDNSResponder.plistのバックアップを別ディレクトリにとる [続きを読む]
カテゴリー: Mac 

Mac 標準のFTPでハマった

Mac OS Xにて、FTP接続で、書き込みが出来なくて、数時間ハマりました。 Macの標準で、メニューバーから「移動」->「サーバへ接続」でFTP接続し、難なくログインまでは出来たのですが、書き込み禁止になっていて、アップロードも出来ない状態に。 [続きを読む]
カテゴリー: Mac  Tags: ftp OSX