Posts tagged Mac

Canon MP470 に Bluetooth で接続

1

私の使用しているプリンタ Canon MP470 は別売りの Bluetooth ユニットを付ければ Bluetooth で接続できます。しかし純正の Bluetooth ユニットはバカみたいに高い。純正品「BU-20」は7000円〜8000円もします。プリンタを実質 6,000円で購入しているのでプリンタ本体より高いユニットなんて買う気になれません。
(続きを読む…)

Mac OSX で mkpasswd が使えなくても pwgen がある

3

以前 Mac OSX で mkpasswd を使用できるようにするというエントリを書きました。
Mac で mkpasswd コマンドを使用する | Sun Limited Mt.

このエントリに関して以下の記事を書いていただいたの読みました。
[Mac] Mac で pwgen – yano3の日記
(続きを読む…)

Windows Vista で Hosts ファイルや Lmhosts ファイルを変更できない

0

Windows Vista では hosts ファイルは簡単に書き換えられなくなっているようです。

Windows Vista で Hosts ファイルや Lmhosts ファイルを変更できない

[スタート] ボタン をクリックし、[すべてのプログラム]、[アクセサリ] を順にクリックします。[メモ帳] を右クリックし、[管理者として実行] をクリックします。

(続きを読む…)

Mac の Firefox で PDF をダウンロードせずにブラウザで見るアドオン

0


Firefox PDF Plugin for Mac OS X :: Firefox Add-ons

Mac の Firefox で PDF のリンクをクリックするとダウンロードされてプレビューで見ることになります。これが結構面倒なのでアドオンを入れて解決。
(続きを読む…)

Firefoxのロケーションバーをもっと便利にしてくれるアドオン「UrlbarExt」

0

Mozilla Re-Mix: Firefoxのロケーション

バーをもっと「すごいバー」にしてくれるアドオン「UrlbarExt」


Firefox 3になってから、ロケーションバーをAwesome bar(すごいバー)と呼ぶようになり、様々な操作をロケーションバーから行うことができるようになりました。

このロケーションバー部分に、もっと機能を詰め込み、さらにすごいバーへと進化させることができるアドオンが「UrlbarExt」です。

早速入れました。私が個人的に好きな機能は URL の一つ上のディレクトリを表示しれくれる機能です。仕事柄(?) URL は結構気になり、よく上位ディレクトリを見ることがあります。Google ツールバーにも同様の機能はありますが、MacBook にしてから縦の解像度が下がったのでなるべくツールバーを増やさないようにしています。そのために Google ツールバーは入れているのですが通常は非表示にしています。ツールバーにこの機能があるだけで速攻インストールしてしまいました。
(続きを読む…)

PHP の mime_content_type 関数がなかった

5

今携わっている案件で、PHP の mime_content_type 関数が使用されていた。しかしローカル開発環境の Mac に MacPort で入れた PHP には入っていなかった。 variants も調べてみたがなさそうだ。PHP マニュアルには mime_content_type 関数は非推奨で、PECL の Fileinfo を使用するように書かれている。Fileinfo も組み込むのが時間的に面倒だったので、file コマンドを使用してグローバル関数として mime_content_type 関数を自作してみた。
(続きを読む…)

Mac にインストールした PHP で PostgreSQL が使えなかったので再インストールした

1

Mac に PostgreSQL をインストール して、さあ PHP から PostgreSQL を使おうとしたら、PHP で PostgreSQL が使えなかった。pg_connect 関数が未定義と怒られた。

改めて PHP を入れた時のエントリを見直してみると

$ sudo port install php5 +apache2 +mysql5 +pear

確かに入れていない。
(続きを読む…)

Mac に pgAdmin をインストール

1

昨日、Mac に PostgreSQL をインストールしたので、ついでに pgAdmin もインストールしてみた。


(続きを読む…)

Mac に PostgreSQL をインストール

1

Mac に MacPorts で PostgreSQL をインストールしてみました。

まず PostgreSQL があるか調べてみる。PostgreSQL8.3 が最新のようです。

$ port search postgresql
postgresql7                    databases/postgresql7 7.4.21       The most advanced open-source database available anywhere
postgresql80                   databases/postgresql80 8.0.17       The most advanced open-source database available anywhere
postgresql80-doc               databases/postgresql80-doc 8.0.17       Documentation for the postgresql database
postgresql80-server            databases/postgresql80-server 8.0.17       run postgresql80 as server
postgresql81                   databases/postgresql81 8.1.13       The most advanced open-source database available anywhere
postgresql81-doc               databases/postgresql81-doc 8.1.13       Documentation for the postgresql database
postgresql81-server            databases/postgresql81-server 8.1.13       run postgresql81 as server
postgresql82                   databases/postgresql82 8.2.9        The most advanced open-source database available anywhere
postgresql82-doc               databases/postgresql82-doc 8.2.9        Documentation for the postgresql database
postgresql82-server            databases/postgresql82-server 8.2.9        run postgresql82 as server
postgresql83                   databases/postgresql83 8.3.3        The most advanced open-source database available anywhere.
postgresql83-doc               databases/postgresql83-doc 8.3.3        Documentation for the postgresql database
postgresql83-server            databases/postgresql83-server 8.3.3        run postgresql83 as server
postgresql_autodoc             databases/postgresql_autodoc 1.25         Automatic documentation generator for postgresql databases
caml-postgresql                devel/caml-postgresql 1.8.2        OCaml-interface to the PostgreSQL-database
postgresql-jdbc                java/postgresql-jdbc 8.0-311      PostgreSQL JDBC driver
py-postgresql-exception        python/py-postgresql-exception 0.2          exceptions for the py-postgresql modules
py-postgresql-greentrunk       python/py-postgresql-greentrunk 0.1          greentrunk interface to postgresql
py-postgresql-layout           python/py-postgresql-layout 0.3          layout for the py-postgresql modules
py-postgresql-pqueue           python/py-postgresql-pqueue 0.1          pure python implementation of the pq protocol
py-postgresql-proboscis        python/py-postgresql-proboscis 0.1          postgresql database connector in pure python

(続きを読む…)

Mac でバックスラッシュ入力する方法

5

Mac の Flash で ?r?nが改行コードとして認識されない」というエントリを書きましたが、困ったのがバックスラッシュの入力方法です。

ググってみるとありました。
バックスラッシュ(\)を素早く入力 -macTips Mac OSX-

option + ? でバックスラッシュ(\)が入力できます。
option を押しながら英数字キーを入力すると色々な記号が入力できます。
(続きを読む…)

Go to Top