顯示具有 TOOL 標籤的文章。 顯示所有文章
顯示具有 TOOL 標籤的文章。 顯示所有文章

2013-07-05

TOOL - 解決 win7 無法設定 default gateway 的問題

在家使用的 win7 不想使用 dhcp, 想要自己指定區網中的 ip
但在每次重開機後, 預設閘道都會被清空, 也太怪了吧
google 後找到以下的解決方式

2013-07-04

TOOL - 使用 synergy 連線 win7 & mac air

分享 win7 的 keyboard & mouse with mac air

server : win7
synergy 1.4.12

client : mac air
synergy 1.4.10

2013-04-11

MAC - coda2 使用 plugin



我抓了
Align Equals
PHP Docblock generator

解 zip 後點二下就自己掛到 coda2 裡去了, 好用~

2013-03-26

TOOL - 使用電腦版(MAC)的 MoinMoin Wiki

安裝

1. 至 http://moinmo.in/MoinMoinDownload 下載 (我是抓 moin-1.9.7.tar.gz)
2. 解在 ~/apps/moin-1.9.7, 用 terminal 去打開 wikiserver.py
    run cmd :  /Users/trully/apps/moin-1.9.7/wikiserver.py ; exit;
3. 在 browser 輸入 http://localhost:8080/ 即可看到畫面

2013-01-21

TOOL - ssh 或 http 連進 VirtualBox 的 server 裡

很久以前記的, 把它貼上來

1. 打開cmd,然後輸入下列指令
VBoxManage setextradata win2ks "VBoxInternal/Devices/pcnet/0/LUN#0/Config/http/Protocol" TCP
VBoxManage setextradata win2ks "VBoxInternal/Devices/pcnet/0/LUN#0/Config/http/GuestPort" 8080
VBoxManage setextradata win2ks "VBoxInternal/Devices/pcnet/0/LUN#0/Config/http/HostPort" 8080
2. 重開 Virtualbox

ref :
http://dev.sopili.net/2009/05/connect-ssh-http-into-virtualbox.html
http://www.arthurtoday.com/2009/11/virtualbox-port-forwarding.html#.UP46QqHF1WQ

2013-01-13

MAC - 使用 safari

原本都是用 chrome 但 memory 實在吃太兇
試了一下 safari 速度似乎滿快的,
而且我比較在意的網頁放大%, 以及 bookmark sync 都有解法~

2012-08-31

MAC - 設定 home & end 鍵

外接 keyboard 後發現其 home, end 鍵跟我想的不一樣
在 mac 下好像變成"頁首"與"頁尾", 實在太不習慣
google 了一下, 找到以下的方法

2012-08-30

MAC - 使用 ps2 鍵盤 + usb mouse

看起來 keyboard & mouse 分別使用哪一種連接方式有差的樣子,
以下紀錄 ps2 keyboard + usb mouse 的使用情境

2012-08-16

LINUX - MediaInfo 使用筆記

mediainfo --help 的內容如下
--Inform=...  Specify a template (BETA)
Usage: "MediaInfo --Inform=[xxx;]Text FileName"

xxx can be: General, Video, Audio, Text, Chapter, Image, Menu
Text can be the template text, or a filename
     Filename must be in the form file://filename

See --Info-Parameters for available parameters in the text
(Parameters must be surrounded by "%" sign)

Example: "MediaInfo --Inform=Video;%AspectRatio% FileName"

Example: "MediaInfo --Inform=Video;file://Video.txt FileName"
and Video.txt contains 
"%DisplayAspectRatio%"        for Video Aspect Ratio.

Example: "MediaInfo --Inform=file://Text.txt FileName"
and Text.txt contains
"Video;%DisplayAspectRatio%"  for Video Aspect Ratio.
"Audio;%Format%"              for Audio Format.