Wndows 7 である日突然、IE8の開発者ツールが見えなくなった。開発者ツールは、タスクバーには表示されている。
タスクバーの開発者ツールのサムネイルを右クリックして、「最大化」で表示されるようになる。
その後、「元に戻す(縮小)」で、すごく小さなウィンドウになるので、手動でドラッグして適当な大きさに戻すと、後はこれまで通り表示されるようになる。
Pistolfly のすべての投稿
Google Analytics 携帯版
sudoでPATHなどの環境変数を引き継ぐ
$ sudo visudo
#Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin Defaults:admin !env_reset
Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin
をコメントアウトして、
Defaults:admin !env_reset
を追加する。(adminは、使用するユーザ名とする)
CentOS5では、上記ではうまくいかなかった。
その場合は、ユーザの ~/.bashrc に
alias sudo='sudo env PATH=$PATH'
を追加する。
ただし、その場合、sudo -i とかできなくなる。
rubyインストールしてあるのにsudoすると「/usr/bin/env: ruby: そのようなファイルやディレクトリはありません」と言われる - プログラマ 福重 伸太朗 〜基本へ帰ろう〜
携帯サイトの厄介な文字化け with JpMobile
XML/XPath/XPathの書き方
Capistrano control flow
Ubuntuでタイムゾーンを変更する
UbuntuTime - Community Ubuntu Documentation
$ sudo dpkg-reconfigure tzdata
Wrapping Long URLs and Text Content with CSS
10 TextMate bundles/plugins to boost your Ruby on Rails development productivity
WindowsのApacheでSSLを設定
テスト用の自己署名証明書を作成。
C:\Program Files (x86)\Apache Software Foundation\Apache2.2\bin>openssl genrsa 1024 > ..\conf\server.key Loading 'screen' into random state - done Generating RSA private key, 1024 bit long modulus .++++++ ................++++++ e is 65537 (0x10001) C:\Program Files (x86)\Apache Software Foundation\Apache2.2\bin>openssl req -new -x509 -days 3650 -key ..\conf\server.key -out ..\conf\server.crt Unable to load config info from /usr/local/ssl/openssl.cnf C:\Program Files (x86)\Apache Software Foundation\Apache2.2\bin>openssl req -new -x509 -days 3650 -key ..\conf\server.key -out ..\conf\server.crt -config ..\conf\openssl.cnf Loading 'screen' into random state - done You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.', the field will be left blank.