Author: jnlin
秒速五公分
秒速五公分是新海誠今年的電影作品,由三篇短篇組成,日前在網路上公開了第一話「櫻花抄」。
總覺得我很容易被這種「距離感」的劇情打動…orz
另外,新海誠具有美感的背景也是非常賞心悅目的,雖然人設可能不合萌系的胃口,但配合這背景真的很適合。
會覺得「哇,原來動畫的背景也可以這麼美……」
希望台灣會上演……
測試Word 2007發佈到Blog功能
這是測試。感謝daybreak 提供的訊息。
國營事業更名
一言以蔽之「自爽與選舉操作」。
7年了,要更名早就該更名了,到現在用這種粗糙的手段,總統說了兩天以後馬上就開會更名,還不准工會投反對票,這真的是我們的民主政治嗎?
Remote Install WinXP from a FreeBSD box
1. Install tftp-hpa (/usr/ports/ftp/tftp-hpa)
Install samba3, perl, python
2. Set pxeboot environment
Ref: http://jnlin.org/2006/10/29/141/
3. Change tftpd server to tftp-hpa
/usr/local/libexec/in.tftpd in.tftpd -v -m /tftpboot/rules -s /tftpboot
4. Write rules
(Warning! If you apply my rule, all filenames in tftproot must be lowercase)
# cat > /tftpboot/rules
ri ^[a-z]: # Remove “drive letters”
rg \\ / # Convert backslashes to slashes
rg \# @ # Convert hash marks to @ signs
rg /../ /..no../ # Convert /../ to /..no../
rg A a
rg B b
rg C c
rg D d
rg E e
rg F f
rg G g
rg H h
rg I i
rg J j
rg K k
rg L l
rg M m
rg N n
rg O o
rg P p
rg Q q
rg R r
rg S s
rg T t
rg U u
rg V v
rg W w
rg X x
rg Y y
rg Z z
r ^/(.*) \1
5. extract I386 files from Windows XP installation CD
(Ref: http://oss.netfarm.it/guides/ris-linux.php)
– Copy i386 directory from the installation media to a subdir called winxp
in the ris working directory
– Extract the pxe loader:
cabextract
– Modify the name of the loader from NTLDR to XPLDR:
sed -i -e ‘s/NTLDR/XPLDR/gi’ startrom.n12
– Move the modified pxe loader to tftpd root, and call it winxp.0
– Extract the setuploader, using cabextract:
cabextract
– Modify the name of the response file from winnt.sif to winxp.sif
sed -i -e ‘s/winnt\.sif/winxp\.sif/gi’ setupldr.exe
– Modify the name of ntdetect from ntdetect.com to ntdetect.wxp
sed -i -e ‘s/ntdetect\.com/ntdetect\.wxp/gi’ setupldr.exe
– Move the modified setuploader to tftpd root, and call it xpldr
– Copy
6. Create winxp.sif
(Ref: http://oss.netfarm.it/guides/ris-linux.php)
==
[data]
floppyless = “1”
msdosinitiated = “1”
; Needed for second stage
OriSrc = “\\YOUR_SERVER_NAME\YOUR_SHARE_NAME\winxp\i386”
OriTyp = “4”
LocalSourceOnCD = 1
DisableAdminAccountOnDomainJoin = 1
[SetupData]
OsLoadOptions = “/fastdetect”
; Needed for first stage
SetupSourceDevice = “\Device\LanmanRedirector\YOUR_SERVER_NAME\YOUR_SERVER_SHARE\winxp”
[UserData]
ComputerName = *
; if needed
;ProductID=
==
*** Remember to set the share folder in the samba server ***
Ref: http://oss.netfarm.it/guides/pxe.php
[REMINST]
path = /mnt/disk/ris
browsable = true
read only = No
guest ok = Yes
7. Install NIC drivers to i386/inf
cp nicdrivers/* i386/inf
ln i386/inf/* i386/*
8. Rename all files in winxp to lowercase
find ./ -depth \ | perl -ne 'chomp;m</[^/]*$>;$d=$`;$_=$f=$&;'\ 's/([\x80-\xFF].)|(\w)/$1\l$2/g;system "echo",$d.$f,$d.$_ if $f ne $_'
9. Get Binl Server and extract it
fetch http://oss.netfarm.it/guides/ris-linux-0.2.tar.gz
tar zxf http://oss.netfarm.it/guides/ris-linux-0.2.tar.gz
cd ris-linux-0.2
10. Run infparser.py
./infparser.py /where/is/winxp/i386/inf
11. Run ./binlsrv.py
12. Go to install Windows XP 🙂
** Useful Ref **
http://oss.netfarm.it/guides/pxe.php
http://oss.netfarm.it/guides/ris-linux.php
http://syslinux.zytor.com/pxe.php
FreeBSD 6.2 Release
經過了漫長的等待,終於要 Release 了…
現在正在升級手邊自己的機器,學校的機器等自己的升完沒問題再升。
交響情人夢 (1)
這篇完全是個人看法+廢話XD
首先是角色比較:
- 野田妹:動畫(川澄綾子) > 日劇(上野樹里)
- 千秋真一:日劇(玉木宏)> 動畫(關智一)
關智一果然還是笨蛋角色好(北川好久沒出現了……)玉木的聲音比較適合。
上野演技超棒,但是我覺得她聲音有點做作….川澄好天然(心)
其他的角色,只有彩子出現了一下……等幾話吧XD
劇情:
動畫第一集所說的故事跟日劇一樣,但是日劇有45分鐘,動畫只有20分鐘(扣掉OP/ED)…*默*
這劇情密度之高……所以有些醞釀的地方就比較不足,但是整體來說可以有80分,不愧是 Honey & Clover 的團隊啊….
Updated: 這 Wikipedia 居然把宏轉成巨集…….
在 FreeBSD 下使用大於 2TB 的硬碟 (使用 GPT)
感謝老爹的指導,首先確定 Kernel 有 options GEOM_GPT
接著:
# gpt create -f /dev/da0
# gpt add -t ufs /dev/da0
# gpt label -a -l big /dev/da0
# newfs -m 0 -b 32768 -f 8192 /dev/da0p1
這樣就可以了…
VOFAN的獨立製作動畫 “1/60.∞”
雖然人物的動作有些不自然, 但是那個捷運讓我流淚了啊 Orz
個人製作來說已經及格了 XD
「扁可當美國人阿公,馬不可當美國阿爸」
本日最腦殘的標題。
誰當美國人阿公阿爸我是都沒意見啦,不過刮別人鬍子前請先看看自己的鬍子……