2014-02-18から1日間の記事一覧

MacからNFS でCentOSをマウント

mac

CentOS側 yum install rpcbind yum install nfs-utils ファイル編集 vi /etc/exports 下記の内容で編集して保存 /var/www/ 192.168.1.1/24(rw,insecure,no_root_squash,sync) 起動する /etc/init.d/rpcbind start /etc/init.d/nfslock start /etc/init.d/nfs…

Pythonインストール

http://blog.marsbar.us/blog/2013/02/25/python-environment/

mac git バージョンアップ

参考URL:http://qiita.com/d_nishiyama85/items/d63da1e50405abc0929c アップデート前のバージョンは、 $ git --version git version 1.7.9.6 (Apple Git-31.1) ・公式サイト http://git-scm.com/ に行き、"Download for Mac" のボタンから .dmg ファイルを…

redis ランキング取得する方法

200は全体の何位にあるのか zcount key_t (200 +inf

Redisポートによるサーバ管理(mac)

=====Redisポートによるサーバ管理(mac)===== 1)新設ポート番号のRedis起動 /opt/local/bin/redis-server /opt/local/etc/redis.conf --port 6380 --pidfile /opt/local/var/run/redis.pid --logfile /opt/local/var/log/redis.log --dbfilena…

Finderのタイトルバーにフォルダのフルパスを表示する方法

mac

ターミナルを使って、フルパスを表示する まず、「起動ディスク(Macintosh HDなど)」→「アプリケーション」→「ユーティリティ」と移動し「ターミナル」を起動します。 次に、ターミナルに下のように入力します。 defaults write com.apple.finder _FXShowP…