由於最近在開發一個可攜的Ubuntu,專案名稱就叫TaijiUbuntu,是採用coLinux為技術核心,開發重點為免安裝、可攜的綠色軟體。在10月底就完成了,但是檔案有1.3GB,於是就到SourceForge申請了一個帳號,也開了一個TaijiUbuntu的專案(本開發專案詳見:TaijiUbuntu(太極烏邦圖))。由於沒用過SourceForge,檔案一直無法上傳,後來細讀了SourceForge的文件,才順利上傳。


SourceForge SFTP
http://sourceforge.net/apps/trac/sourceforge/wiki/SFTP

For managing file releases
* FRS Hostname: frs.sourceforge.net
* Path: /home/frs/project/P/PR/PROJECT_UNIX_NAME/ – Substitute your project UNIX name data for /P/PR/PROJECT_UNIX_NAME
* Username: Combine your SourceForge.net Username with your SourceForge.net project UNIX name using a comma ( “,” ) See Example
* Password: Your SourceForge.net Password
An example session might look like (where Username=”jsmith”, Project UNIX name=”fooproject”,Release dir is “Rel_1″):
[jsmith@linux ~]$ sftp jsmith,fooproject@frs.sourceforge.net
Connecting to frs.sourceforge.net…
The authenticity of host ‘frs.sourceforge.net (216.34.181.57)’ can’t be established.
RSA key fingerprint is 68:b3:26:02:a0:07:e4:78:d4:ec:7f:2f:6a:4d:32:c5.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added ‘frs.sourceforge.net,216.34.181.57′ (RSA) to the list of known hosts.
jsmith@frs.sourceforge.net’s password:
sftp> cd /home/frs/project/f/fo/fooproject/Rel_1
sftp> put foofile
Uploading foofile to /home/frs/project/f/fo/fooproject/Rel_1/foofile
foofile 100% 241 0.2KB/s 00:01
sftp> exit

For managing Developer Web space
* Developer web Hostname: frs.sourceforge.net
* Path: userweb/htdocs/
* Username: Your SourceForge.net Username
* Password: Your SourceForge.net Password
An example session might look like (where Username=”jsmith”):
[jsmith@linux ~]$ sftp jsmith@frs.sourceforge.net
Connecting to frs.sourceforge.net…
The authenticity of host ‘frs.sourceforge.net (216.34.181.57)’ can’t be established.
RSA key fingerprint is 68:b3:26:02:a0:07:e4:78:d4:ec:7f:2f:6a:4d:32:c5.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added ‘frs.sourceforge.net,216.34.181.57′ (RSA) to the list of known hosts.
jsmith@frs.sourceforge.net’s password:
sftp> cd userweb/htdocs
sftp> put index.html
Uploading index.html to /incoming/j/js/jsmith/userweb/htdocs/index.html
index.html 100% 241 0.2KB/s 00:01
sftp> exit

像這麼大的檔案,就非得找個安身之處讓人下載,目前TaijiUbuntu還有進步的空間,持續開發中….
TaijiUbuntu在SourceForge的專案計劃

相關文章

  • 2009年10月28日 -- TaijiUbuntu開發 (1)
    目前本人正在開發一個可攜的Ubuntu,整個構想雖然不是新創,基本上整個TaijiUbuntu就跟andLinux或Portable Ubuntu for Windows一樣都採用coLinux為技術...
  • 2009年10月25日 -- coLinux安裝Ubuntu桌面 (2)
    就目前而言,似乎網路上大部份的人對coLinux的應用都以桌面應用為主。鮮少像我將coLinux以伺服為主要應用的。然就我以coLinux搭配ubuntu架站的經驗來說,直至今日,其穩定度還令我滿意,...
  • 2009年9月10日 -- 網誌開張 (0)
    九月的台灣依然炙熱難當!老婆瘋完韓劇「強敵們」後,又戀上韓劇「善德女王」。嘮叨少了,也安靜多了,也才有時間能開個網誌....跑了eMule努力的抓韓劇給老婆看,也跑了coLinux經營一下網誌,難為了...
  • 2010年4月20日 -- Update Ubuntu Software Package useing Webmin (0)
    相信很多人都知道Webmin這個功能強大的管理套件,它是一套使用Web介面來管理、設定Unix-Like系統的套件。雖然我比較習慣打指令,但我就是很愛用Webmin中的Software Package...
  • 2010年1月6日 -- 小筆電安裝TaijiUbuntu(太極烏邦圖) (0)
    最近趁資訊展購入了一台小筆電--Gateway LT2005w,首要之務之一就是裝上自己開發的太極烏邦圖:TaijiUbuntu。由於這台小筆電的記憶體只有1GB,所以更改了TaijiUbunrt.c...