Xcode 4.5.1にアップデート後に、Homebrewにて、いつもの如くbrew upgradeしたら、fuse4xで引っかかってしまいました。
==> Summary
[Read More]
/usr/local/Cellar/fuse4x-kext/0.9.2: 6 files, 284K
==> Upgrading fuse4x
==> Downloading https://github.com/fuse4x/fuse/tarball/fuse4x _0_9_2
生成AIの普及により、生成AIの回答を含んだ記事も含まれているため、必ずしも正しいとは限りません。
重要な情報は確認するようにしてください。
Xcode 4.5.1にアップデート後に、Homebrewにて、いつもの如くbrew upgradeしたら、fuse4xで引っかかってしまいました。
==> Summary
[Read More]
/usr/local/Cellar/fuse4x-kext/0.9.2: 6 files, 284K
==> Upgrading fuse4x
==> Downloading https://github.com/fuse4x/fuse/tarball/fuse4x _0_9_2
Windows7が入ったシステムディスクと、内蔵ハードディスク2機が入った構成で、内蔵ハードディスク2機を外したところ、Windows7が起動しなくなってしまいました。
[Read More]RedHat系OS(CentOS,sl6)等で、djangoのインストールメモ
今回、sl6上で作業しました。
# yum install epel-release
# yum install python
# yum install Django
# python Python 2.6.6 (r266:84292, Jun 18 2012, 09:57:52) [GCC 4.4.6 20110731 (Red Hat 4.4.6-3)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import django >>> print django.get_version() 1.3.1 >>>
$ django-admin startproject test $ cd test
$ python manage.py runserver python manage.py runserver Validating models... 0 errors found Django version 1.3.1, using settings 'test_project.settings' Development server is running at https://127.0.0.1:8000/ Quit the server with CONTROL-C.
自マシンから、ブラウザにて、https://127.0.0.1:8000/にアクセスし、It worked! …が表示されたら完了。
[Read More]自宅のiMacで久々にHomebrewをUpdateしたら、下記のエラー。
$ brew update
[Read More]
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
数台あるLinux(CentOS,sl6)サーバのうち、2台ほどNFS接続する必要があり、設定してみたところ、Autofs(automount)が失敗し、下記のエラーが出た。
[Read More]通常のWindows XPでは、exFATフォーマットが出来ないので、
下記のモジュールを導入する。
Windows XP 用の更新プログラム (KB955704)
https://www.microsoft.com/ja-jp/download/details.aspx?id=19364
再起動後に有効となる。
foo.txtに^Mの付いた改行コードがついていた場合に、vimで削除する方法
$ vim -b foo.txt test^M <---この^Mを削除 :%s/^M//g
Tips:
CakePHPにアクセスすると、下記のエラーが出るようになっていた。
Unable to allocate memory for pool.
調べてみたら、APCのバグらしいので、エラーメッセージを出さないように修正
[Read More]