中國新法: 侵權責任法 與 網路商品交易與有關服務行為管理

中國 2010/7/1 發布兩條法則

  • 侵權責任法 - 與經營網站者相關
  • 網路商品交易與有關服務行為管理 - 與 電子商務(EC) 相關

閱讀全文〈中國新法: 侵權責任法 與 網路商品交易與有關服務行為管理〉

Git clone 出現 "remote: fatal: object xxx is corrupted" 修復

git clone ssh://example.com/project.git # 出現下述錯誤

error: git upload-pack: git-pack-objects died with error.
remote: fatal: object 161824656702683f2b9c06a3511143f56da8ee0a is corrupted
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: index-pack failed
fatal: git upload-pack: aborting due to possible repository corruption on the remote side.

git clone -v ssh://example.com/project.git

Initialized empty Git repository in /home/user/project/.git/
user@example.com's password:
Server supports multi_ack_detailed
Server supports side-band-64k
Server supports ofs-delta
want 1dd602b6095d36e8c50bcc1335f7b6b2320ab9cd (refs/heads/master)
done
remote: fatal: object f3c8013acb933dc392e3ac2905901671141fbae1 is corrupted
error: git upload-pack: git-pack-objects died with error.
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: index-pack failed
fatal: git upload-pack: aborting due to possible repository corruption on the remote side.

閱讀全文〈Git clone 出現 "remote: fatal: object xxx is corrupted" 修復〉

貝貝在勁寶兒99年第一學期學校上課影片

貝貝在勁寶兒99年第一學期學校上課影片.

  • 註1: 在拍這影片時, 貝貝有兩個同學(現在有再多幾個同學了), 都比她大, 在影片中她是最下面的那個.
  • 註2: 影片內容主要是上課的內容, 但是 Youtube 只能放 10分鐘, 所以把貝貝沒出現的部份都剪掉. 😛
  • 影片使用 "Pitivi 影片編輯器" 剪輯, Pitivi 只吃 mov, 所以先使用 mencoder 轉 mov, 再進去剪輯, 最後再經過 mencoder 轉換成 Youtube 可以吃的格式上傳.

Debian / Ubuntu Linux 查看系統版本資訊(作業系統)

於 Debian、Ubuntu Linux 查看系統版本、Kernel 版本 等資訊 的 指令, 可以使用 uname 和 lsb_release (可使用於查詢是哪種作業系統, ex: Redhat、CentOS).

可使用 "uname --help"、"lsb_release --help" 取得更多詳細的參數與說明.

閱讀全文〈Debian / Ubuntu Linux 查看系統版本資訊(作業系統)〉