September 2007 Archives

Parallels Workstation

| | Comments (0)

Parallels Workstation 又一套虛擬機器軟體, 同時支援 Windows, Linux 平台,
虛擬機器市場又多一個選擇.
ref. Parallels Workstation v2.2.2204 [小巧易用的虚擬機]

netstat-nat

| | Comments (0)

netstat-nat 是 for Linux NAT 的小工具, 顯示整理過的 /proc/net/ip_conntrack 資訊.
可針對 IP, Protocol, DNAT, SNAT 等條件過濾顯示.

Wamap

| | Comments (1)

挖地圖 服務可以輸入地址, 定位 Google Map, 產生 HTML, 很適合 Blogger 使用.

ref. Neo's Blog: 地圖得來速 - 挖地圖

Get stand alone MSI from Windows Live Installer

| | Comments (0)

使用 Windows Live Installer 安裝後, 可以在下列路徑取得獨立的 MSI 安裝檔,
%windir%\system32\config\systemprofile\Local Settings\Application Data\WindowsLiveInstaller\MsiSources
例如 Windows Live Messenger 是 Install_{6560D90C-5223-49A3-B78C-A48C31EAEC56}.msi
2007-11-06 Update: 8.5.1302 的路徑改成 %ProgramFiles%\Common Files\WindowsLiveInstaller\MsiSources
有了原始 MSI 檔, 就可以做出 MSI 格式的 Pure Windows Live Messenger 8.5.1288

[FreeBSD] Change login shell to BASH

| | Comments (0)

FreeBSD 的預設 Shell 是 TCSH, 把全部人的 Shell 都改成 BASH

for i in `awk -F: '/tcsh/ {if ($3==0||$3>=1000) print $1}' /etc/passwd`
do
   chsh -s /usr/local/bin/bash $i
done

Windows Live Installer

| | Comments (0)

Windows Live Installer 是微軟新推出的 Windows Live 安裝程式, 可以選擇安裝以下程式:
Windows Live Mail
Windows Live Photo Gallery (影像中心)
Windows Live Writer
Windows Live OneCare Family Safety (家長監護服務)
Windows Live Messenger (8.5)
Windows Live Toolbar

內含的 Windows Live Messenger 版本是 8.5.1288
Repacked Pure WLM 8.5.1288 | MSNPP Build 8.5.1288

csv2sql

| | Comments (0)

如果有大量的 csv 格式資料(逗點分隔的文字檔)要匯入資料庫, 可以這樣做
sed -e "s/^/INSERT TABLE_NAME values('/;s/$/');/;s/,/','/g" file.csv > file.sql

March 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 September 2007 listed from newest to oldest.

August 2007 is the previous archive.

October 2007 is the next archive.

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