March 2007 Archives

AcroRd32.exe /t file.pdf 可以直接把 PDF 檔印出來, 適用 7.0.x 版 (Acrobat Reader 7.0.9 中文版)
若有大量的 PDF 檔要印, 用 /t 參數寫批次檔是最快的.
但是在 Adobe Reader 8 此參數好像拿掉了, 試了沒反應.

jhead + jpegtran 可以根據 EXIF 裡的 Orientation 欄位(註)對照片自動旋轉, 有善心人士做好方便使用的 安裝檔 了,
裝好後只在要照片的目錄按右鍵, 選「無失真自動旋轉」
註: 相機必需有 orientation sensor 才會有 Orientation 欄位記錄相機拍照時的角度,
不是每台相機都有 orientation sensor, DSLR 通常都有此功能
ref. Mobile01 無失真JPEG圖片旋轉工具 (無痛旋轉)
2007-04-11 Update: 其他類似程式: JPEG-EXIF autorotate

Citizendium

| | Comments (0)

mtop - MySQL top

| | Comments (0)

mtop 可以列出 MySQL Server 目前有那些 user, 從那邊連過來, 下什麼 SQL 指令

[Shell Script] Sort IP Addresses

| | Comments (0)

# cat host
140.117.1.77
140.117.11.7
140.1.99.1
# sort host
140.117.11.7
140.117.1.77
140.1.99.1
# sort -t. -nk1,1 -k2,2 -k3,3 -k4,4 host
140.1.99.1
140.117.1.77
140.117.11.7

Lingoes

| | Comments (0)

Lingoes (靈格斯) 是大陸出的翻譯軟體, 支援屏幕取詞. 無插件、無廣告、完全免費.

BIND dump cache

| | Comments (0)

BIND 8
kill -2 `pidof named`

BIND 9
rndc dumpdb

cache will saved as named_dump.db in named directory.

主機若沒有跑 mail service, 要用 PHP 透過其他 SMTP 來寄信,
Windows 下可以改 php.ini
[mail function]
SMTP = smtp_server
其他 UNIX 環境, 不支援上面的方法, 真怪.
大致有兩種做法:
1. 使用現成 Class, 如 PEAR::Net_SMTP, phpguru.org - SMTP class, 這些 Class 是透過 fsockopen() 的方式寄信
2. 裝 Light SMTP Agent, 如: mini_sendmail
然後改 php.ini 裡的 sendmail_path
sendmail_path = /usr/local/sbin/mini_sendmail -s smtp_server -t

Google Translate

| | Comments (0)

Google Translate Google 的翻譯服務
e.g. Slashdot 中文版, 真讚啊, mouse hover 還有原文對照, 可惜還沒有中翻英.

PHP 4.4.6

| | Comments (0)

PHP 4.4.6 Release Announcement
This release addresses a crash problem with the session extension when register_globals is turned on that was introduced in PHP 4.4.5.
不過我有一台 Linux 機器用 4.4.6 仍舊有遇到 crash 的問題(用 module 載入方式), 還是回去用 4.4.4.

Microsoft's WGA Joke

| | Comments (0)

前不久的消息, 微軟在 正版Microsoft軟體 網頁上把字寫錯,
品質 - 正版軟體常常會發生缺少重要元件與文件的問題,而且沒有保固,也無法升級。」
真搞笑, 不過很快就修復了, 沒看到的人可以看 抓圖
ref. 酷!學園 :: 觀看文章 - 微軟終於說實話了?

July 2008

Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    

About this Archive

This page is an archive of entries from March 2007 listed from newest to oldest.

February 2007 is the previous archive.

April 2007 is the next archive.

Find recent content on the main index or look in the archives to find all content.