Format Factory格式工厂
2009-11-29 \ In categorie Download \ No Commentshttp://www.formatoz.com
Format Factory is a multifunctional media converter.
Provides functions below:
All to MP4/3GP/MPG/AVI/WMV/FLV/SWF.
All to MP3/WMA/AMR/OGG/AAC/WAV.
All to JPG/BMP/PNG/TIF/ICO/GIF/TGA.
Rip DVD to video file , Rip Music CD to audio file.
MP4 files support iPod/iPhone/PSP/BlackBerry format.
Supports RMVB,Watermark, AV Mux.
Format Factory’s Feature:
1 support converting all popular video,audio,picture formats to others.
2 Repair damaged video and audio file.
3 Reducing Multimedia file size.
4 Support iphone,ipod multimedia file formats.
5 Picture converting supports Zoom,Rotate/Flip,tags.
6 DVD Ripper.
7 Supports 50 languages
OS requirements: All 32 windows OS
格式工厂是套万能的多媒体格式转换软件.
提供以下功能:
所有类型视频转到MP4/3GP/MPG/AVI/WMV/FLV/SWF。
所有类型音频转到MP3/WMA/AMR/OGG/AAC/WAV。
所有类型图片转到JPG/BMP/PNG/TIF/ICO/GIF/TGA。
抓取DVD到视频文件,抓取音乐CD到音频文件。
MP4文件支持iPod/iPhone/PSP/黑霉等指定格式。
支持RMVB,水印,音视频混流。
格式工厂的特长:
1 支持几乎所有类型多媒体格式到常用的几种格式.
2 转换过程中可以修复某些损坏的视频文件.
3 多媒体文件减肥.
4 支持iPhone/iPod/PSP等多媒体指定格式.
5 转换图片文件支持缩放,旋转,水印等功能.
6 DVD视频抓取功能,轻松备份DVD到本地硬盘.
7 支持50种国家语言
配置需求: 32位windows
——————————–download Format Factory———————————-
iphone安裝Lighttpd後再+php(用API fast cgi)
2009-11-28 \ In categorie ipod touch|iphone \ No Comments————————-在lighttpd.conf加入這些文字, 當然你要聰明地加入———————
include “mod_fastcgi.conf”
server.modules = ( "mod_cgi", "mod_access", "mod_accesslog", "mod_fastcgi", "mod_rewrite", "mod_auth", ) index-file.names = ( "index.html", "index.php" )
————————-新加一個mod_fastcgi.conf———————————–
fastcgi.server = ( ".php" => ( "localhost" => ( "bin-path" => "/usr/bin/php-cgi", "socket" => "/tmp/php.socket" ) ) )
——————–你自己寫php 來試就得了——————–
iphone安裝Lighttpd
2009-11-27 \ In categorie ipod touch|iphone \ No Comments基本上安裝時要用shell, 即是用ssh session或者所謂的Mobile Terminal, 總之用到shell 就得
1.安裝Lighttpd;
2.把「lighttpd.conf」這個檔案放在/usr/local/etc/內
3.In your ssh session type#
su root
(然後佢要你輸入密碼, 預設是alpine)
4.In your ssh session type#
mkdir /private/var/root/sites
(這是網頁放置的位置/private/var/root/sites)
5.In your ssh session type#
mkdir /var/run
(「run」下創建「lighttpd.pid」(pid文件是進程標誌文件,在裡面輸入一個自然數即可,例如100)
6.In your ssh session type#
mkdir /var/log/lighttpd;chmod 777 /var/log/lighttpd
7.在命令行輸入
lighttpd -f /private/etc/lighttpd.conf
OK可以用safari瀏覽本地目錄了!(即是http://127.0.0.1)
補充,自動啟動Lighttpd.
此時lightthsd並沒有自動啟動,配置自動啟動服務文件,配置完重新啟動。
創建文件名:com.amcgregor.lighttpd.plist的文件,放入到目錄/Library/LaunchDaemons 下
!!!!!!!!!!!!!!!!!!!!!!!!!!!!lighttpd_conf含有com.amcgregor.lighttpd.plist, lighttpd.conf, lighttpd.pid!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
更改iphone預設密碼alpine
2009-11-27 \ In categorie ipod touch|iphone \ No Comments1.執行MobileTerminal後,打login。在登入名稱login打root,而password則打alpine。
2.再打passwd開始更改密碼,需要輸入兩次。
3.再打login。但今次則在登入名稱login打mobile,而password則打alpine。
4.打passwd開始更改密碼,需要輸入兩次。之前可能要先輸入預設密碼alpine才能繼續。
5.重新啟動iPhone。
https 建立SSL 憑證
2009-11-26 \ In categorie Unknow \ No Commentscopy from:http://blog.yam.com/gavint/article/478025
如果你用apache, 可以enable mod_ssl.so
LoadModule ssl_module libexec/apache22/mod_ssl.so
一、RHEL4 及 Fedora Core3 版本
1. 到 /etc/httpd/conf/ 目錄下來建立憑證,目錄下有許多 ssl.* 的目錄,建立後的憑證要各別放入所屬的目錄中。
# cd /etc/httpd/conf/
2. 建立 server.key 使用 1024-bit key 加密,一般也可使用 512-bit key 或 2048 -bit key,使用越大的 bit 數加密,解密的時間越長,雖然安全性越高,但所花的連線時間也會越長,所以建議使用 1024-bit 即可。
# openssl genrsa -out server.key 1024
Generating RSA private key, 1024 bit long modulus
..++++++
…….++++++++
e is 65537 (0×10001)
每次執行時上面的訊息都會有些許不同,檢查執行後目錄下是否有產生 server.key 的檔案。
3. 建立 server.crt 憑證,有效時間為 365 天,使用 X.509 憑證格式。
# openssl req -new -key server.key -out server.crt -x509 -days 365
You are about to …………………………………………………………………………
…………………………………………………………………………………………………….
If you enter ‘.’, the field will be left blank.
—–
Country Name (2 letter code) [GB]:TW <輸入國家簡稱(兩個字母)
State or Province Name (full name) [Berkshire]:Taiwan <輸入省或州
Locality Name (eg, city) [Newbury]:Taipei <輸入城市名稱
Organization Name (eg, company) [My Company Ltd]:XYZ <輸入公司名稱
Organizational Unit Name (eg, section) [ ]:ABC <輸入部門
Common Name (eg, your name or your server’s hostname) [ ]:www.xyz.com.tw <建議輸入主機的FQDN
Email Address [ ]:service@mail.xyz.com.tw <輸入管理者的mail
檢查執行後目錄下是否有產生 server.crt 的檔案。
在Linux下只要兩行指令即可產生憑證及key。
4. 接下來只要將 server.crt 及 server.key 搬移到相關的目錄中即可。
# mv server.key /etc/httpd/conf/ssl.key/
# mv server.crt /etc/httpd/conf/ssl.crt/
5. 若不知道你的 httpd 所放置 crt 及 key 的位置,可檢查 httpd.conf 裡,SSLCertificateFile 及 SSLCertificateKeyFile 的參數。
#vi /etc/httpd/conf/httpd.conf
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
6. 最後只要重新啟動 httpd 新的憑證即可生效。
# service httpd restart
二、網路版本(應適用舊版本Linux,也適用FC3及REL4)
1. 先建立 server.csr
# openssl req -new > server.csr
Generating a 1024 bit RSA private key
.++++++
…………………………………..++++++++
writing new private key to ‘privkey.pem’
Enter PEM pass phrase: <輸入四碼以上的 password
Verifying – Enter PEM pass phrase: <再輸入一次四碼以上的 password
—–
You are ………………………………
—–
Country Name (2 letter code) [GB]:TW <輸入國家簡稱,以下與方法一相同。
………………………..
Please enter ………………
A challenge password [ ]: <直接按”Enter”
An optional company name [ ]: <直接按”Enter”
執行後會產生兩個檔案 server.csr 及 privkey.pem。
2. 接下來產生加密的 key
# openssl rsa -in privkey.pem -out server.key
Enter pass phrase for privkey.pem: <輸入上一個指令中phrase 的 password,必須要與上一個指令中所輸入的 phrase 密碼一樣,輸入後會寫入 server.key 中。
執行後會產生 server.key 的檔案。
3. 最後產生 server.crt 的憑證
# openssl x509 -in server.csr -out server.crt -req -signkey server.key -days 365
執行後會產生 server.crt 的憑證。
4. 接下來只要將 server.crt 及 server.key 搬移到相關目錄中,然後將 httpd 重新啟動即可生效。
Cydia + Installer Sources
2009-11-24 \ In categorie ipod touch|iphone \ No CommentsWorld’s Biggest Cydia Source List
Name: ultrasn0w firmware 3.X software unlock URL HTTP://repo666.ultrasn0w.com Description: iPhone 3G 3.X Unlock Software . Name: yellowsn0w firmware 2.X software unlock URL HTTP://apt9.yellowsn0w.com/ Description: iPhone 3G 2.X Unlock Software . Name: Halo 4 iDevice URL http://repo.halo4iphone.com Description: Halo Game for iPhone or iTouch . Name: iFonetec URL HTTP://app.ifonetec.com/cydia/ Description: Cylay / MiVTones . Name: Weiphone Source URL HTTP://app.weiphone.com/cydia/ Description: Notifier / Russian Carrier bundles / hacks . Name: iPhoneCat Team URL HTTP://apple.bloks.cat/repo/ Description: Catalan Language Support . Name: iPhone Islam URL HTTP://apps.iphoneislam.com/ Description: Arabic Language Support . Name: #4pp13 Team URL HTTP://apt.123Locker.com Description: NES/GBA Rom Packs . Name: BigBoss & Planet-iPhones URL HTTP://apt.bigboss.us.com/repofiles/cydia/ Description: Themes / Tweaks / Hacks / Apps / wallpapers . Name: Darvens Repository URL http://apt.guardiansofchaos.com Description: Themes / Tweaks / Hacks / Apps / wallpapers . Name: Hackers.nl URL http://apt.hackers.nl/ Description: Patches / Hacks / Zuijlen.eu Repo . Name: IngiliZanahtari URL http://apt.ingilizanahtari.com/ Description: Turkish Language Support . Name: ModMyiFone URL http://apt.modmyi.com Description: Themes / Wallpapers / Apps / Ringtones . Name: Telesphoreo Tangelo URL http://apt.saurik.com/ Description: Cydia Sources / unix utils / cycorder / hacks . Name: Steffwiz URL http://apt.pwncenter.com Description: All Sources / Hacks / MobileInstallation Patch for 2.2 . Name: iFone1 Norway URL http://c.ifon1.no/ Description: Patches / Hack . Name: iModZone Cydia Repo® URL http://c.imodzone.net/ Description: RockBand / Hacks . Name: SOSiPhone URL http://cy.sosiphone.com/ Description: French Language Support . Name: Hackulo URL http://cydia.hackulo.us/ Description: hacks . Name: iClarified.com URL http://cydia.iclarified.com/ Description: Volume Boost / iLog / AutoCorrection ONOFF . Name: iFoneguide URL http://cydia.ifoneguide.nl/ Description: Dutch Language Support . Name: iPhoneMod URL http://cydia.iphonemod.com.br/ Description: Brazillian Language Support . Name: Intelliborn URL http://intelliborn.com/cydia Description: IntelliScreen . Name: Free Coder URL http://iphone.freecoder.org/apt/ Description: Icosta Chines input support . Name: iSpazio URL http://ispaziorepo.com/cydia/apt/ Description: Backgrounds / Apps / Games / Themes . Name: iPhoneAll URL http://mc2.iphoneall.org/ Description: Indonesia Hacks . Name: SaladSoft URL http://nickplee.com/cydiasource/ Description: Chord Directory Nick's APP Experiments . Name: Code Genocide URL http://repo.codegenocide.com/cydia Description: Icosta Chines input support . Name: Andy Dam URL http://repo.gafoogle.com/ Description: Installous One tap install for IPAs from Safari . Name: Ste URL http://urbanfanatics.com/cydia/ Description: ScuummVM . Name: WeHo.ru URL http://weho.ru/iphone/ Description: Notifier / Russian Carrier bundles / hacks . Name: Nick S Denon URL http://www.iacces.com/apt/ Description: Chinese Keyboards & hacks . Name: iPhone.org.hk URL http://www.iphone.org.hk/apt/ Description: MobileInstallation Patch / HK settings / lighttpd . Name: iPhone Video Recorder URL http://www.iphonevideorecorder.com Description: iPhone Video Recorder . Name: Xsellize URL http://xsellize.com/cydia/ Description: Backgrounds / Apps / Games / Themes . Name: ZodTTD URL http://zodttd.com/repo/cydia/ Description: Emulators / Quake4iPhone / Doom & VLC4Iphone . Name: iCosta URL http://iphone.freecoder.org/apt/ Description: iCosta
Cydia + Installer Sources
app.ifonetec.com: http://app.ifonetec.com/cydia/ cake.mapleidea.com: http://cake.mapleidea.com/cydia/ BigBoss & Planet-iPhones: http://apt.bigboss.us.com/repofiles/cydia/ Hack&Dev.org: http://iphone.hackndev.org/apt/ Hackers.nl: http://apt.hackers.nl/ iClarified: http://cydia.iclarified.com/ iPhone-notes.de Repo: http://apt.iphone-storage.de/ ispaziorepo.com: http://ispaziorepo.com/cydia/apt/ ModMyiFone.com: http://apt.modmyifone.com/ Niklas Schroder: http://apt.paperclipsandscrambledeggs.com/ RichCreations: http://www.richcreations.com/iphone/apt/ SaladSoft: http://nickplee.com/cydiasource/ Ste Packaging: http://repo.smxy.org/cydia/apt/ Steffwiz: http://steffwiz.webs.com/iphone/repo Telesphoreo Tangelo: http://apt.saurik.com/ urbanfanatics.com: http://urbanfanatics.com/cydia/ WeHo.ru: http://weho.ru/iphone/ www.iacces.com: http://www.iacces.com/apt/ ZodTTD: http://www.zodttd.com/repo/cydia/
NEW Cydia Language Sources
comcute&gecko (Estonian): http://gecko.pri.ee/cydia/ CZ&SK: http://csid. tym.cs/repo/ iPhone-patch (Bulgarian): http://mspasov.com/ iphone.freecoder.org (Chinese): iphone.freecoder.org/apt/ iphonehe.com (Hebrew): http://iphonehe.com/iphone Marcin Laber (Polish?): http://cydia.i-apps.pl/
NEW Installer 4.0 Beta Sources
Big Boss: http://apptapp.thebigboss.org/repofiles/installer4/ iPhone-notes.de: http://i.phone-storage.de/ iSpazio: http://repo.neolinus.org/ispazio/ ModMyiFone.com: http://i.modmyifone.com/ Rip Dev: http://i.ripdev.com Ste Packaging: http://repo.smxy.org/installer4/ German: http://sendowski.de/iphone
Community Sources for Installer 3.11
BigBoss's Apps and Things: sleepers.net/iphonerepo iSpazio Official: http://repo.ispazio.net ModMyiFone.com: modmyifone.com/installer.xml RiP Dev (Kate, formerly Caterpillar): http://repository.ripdev.com/ Ste Packaging:http://repo.smxy.org/iphone-apps/ (make sure you include the last /)
如何 jailbreak ipod touch or uphone?
2009-11-24 \ In categorie ipod touch|iphone \ No Comments很簡單, 自己看.
http://blackra1n.com/
http://blog.iphone-dev.org/
http://ih8sn0w.com/
Google Sync : Set Up Your Windows Mobile Phone
2009-11-21 \ In categorie Mobile \ No Commentshttp://www.google.com/support/mobile/bin/answer.py?answer=138636&topic=14299
Google Sync: Set Up Your Windows Mobile Phone
Print
To set up Google Sync on your Windows Mobile device, please follow the steps below.
Important Note: Make sure that you have backed up any Contacts and Calendars from your phone to your computer before proceeding.
Getting Started
1. Open the Active Sync application on your device’s home screen.
2. Click the link Set up your device to sync with it.
3. Enter m.google.com as the server address.
4. Ensure that the SSL option is checked.
Sign In to Google Account
5. Click Next.
6. Enter your full Google Account email address as the User name.
7. Enter your Google Account password as the Password.
8. Leave the Domain field empty. If your device requires you to enter a domain name, enter google.
9. Click Next.
10. Check Contacts, Calendar, or Email, depending on which you’d like to sync. (Tasks is not supported and will lead to an error if checked.)
11. Click Finish.
12. Press the Sync softkey on the left to synchronize.
You’ve now set up Google Sync for your Windows Mobile device.
正确的坐姿:
2009-11-17 \ In categorie Unknow \ No Comments√ 上臂与小臂垂直,上臂与地面垂直,小臂和手与地面平行;
√ 后背与大腿垂直,后背与地面垂直,大腿与地面平行;
√ 大腿与小腿垂直或自然弯曲,脚得到地面或脚托的支撑;
其中需要说明的是,这是一个相对完美的坐姿,但不是一个普通人能够保持的。有研究表明,人在背部后倾时(背部与大腿保持135度钝角)最舒服且不易疲劳;但这仅限于休息,没有公司会给员工准备个沙发吧;更何况,对着电脑的工作效率与保持舒适是鱼与熊掌的关系…当然,关于上面的标准的姿势,也是因人而异的,参考一下即可。但是下面的错误是尤其值得注意的:
错误1:
× 低头看屏幕或距离显示器过近(严重影响视力,更易遭受辐射伤害;同时会造成颈椎损伤)
错误2:
× 桌子较高,胳膊架在桌子上,一只手臂伸展开才能够使用鼠标(肩周痛;鼠标手;肘关节痛)
错误3:
× 身体前倾,脊椎成C状(腰肌劳损;腹部赘肉;大腿根发麻)
错误4:
× 二郎腿(腰酸痛;一条腿麻;对生殖系统有不利影响)
错误5:
× 长时间不活动
以上5条错误,如果你都占了,强烈建议远离电脑出去旅游几天!
人类本来就是不适宜久坐的动物,所以在保持恰当坐姿的前提下,适量的运动是调节身体关节和肌肉的最好方法。而久坐不动,就是神仙也吃不消的。所以,无论在忙、再紧张,身体还是革命的本钱!
use freebsd-update to upgrade
2009-11-10 \ In categorie Unknow \ No Comments# portupgrade -af
# freebsd-update -r 7.2-RELEASE upgrade
Does this look reasonable (y/n)? y
# freebsd-update install
# shutdown -r now
# freebsd-update install
//update manually , e.g. /etc/rc.conf
# mergemaster -p
Powered by WordPress with Pool theme design by Borja Fernandez. change by kwong
Entries and comments feeds.
Valid XHTML and CSS. ^Top^.
12 queries. 0.856 seconds.


