Oracle 對於 SUN 相關產品的未來規劃

February 6th, 2010

SunRIPsmall

不久才寫篇「Goodbye SUN!」,現在來聽聽 Oracle 對於 SUN 的未來規劃。

Read the rest of this entry »

Symbian Foundation opens its *all* code

February 6th, 2010

Symbian Logo

上一篇「Symbian Foundation opens its code」已超過半年了。當時並沒有完成開放源碼。

Read the rest of this entry »

如何在NTFS-3g掛載磁碟時給定某參數

February 5th, 2010

掛載 NTFS 磁碟時,有時需要特別給定一些參數,而在 Linux/BSD 上常用的是 NTFS-3g。因此,必須在掛載的程式上動些手腳,例如 /sbin/mount.ntfs-3g,它是一個 symbolic link,可以直接把它刪除,然後用以下的內容取代。

#!/bin/bash
/bin/ntfs-3g $1 “$2″ -o locale=en_US.UTF-8,$4

最後給予執行權,sudo chmod +x /sbin/mount.ntfs-3g,即可。

Black Duck 管理自由軟體授權的方法已通過專利申請

February 4th, 2010

Rubber duck CC-by 2.0 Anders Ljungberg@flicker.com

然我還沒有看技術細節,但無論如何,這個技術可以參考並用在 Open Source 上。

來源:Black Duck patents managing open source licenses

Update: 2010.02.06

根據 Ars 的報導:「Black Duck patents OSS software license conflict analysis」。Software Freedom Law Center (SFLC) 的技術長 Bradley Kuhn 聲明,Black Duck 的這項專利技術他自己本身就已經用了好幾年了。

Trusteer發現:三分之二的網路使用者,在其它網站中使用與線上網路銀行相同的敏感資料

February 4th, 2010

BufferOverflow

據 Trusteer 的報告,有 73% 的網路使用者,在其它非金融網站中使用與線上網路銀行相同的敏感資料;且只有 47% 的人甚至使用線上網路銀行相同的帳號和密碼,做為其它非金融網站的登入資料。

即使銀行允許使用者變更他們的使用者名稱,仍然有 65% 的使用者使用與其它非金融網站相同的名稱。甚至銀行自行指定名稱給使用者,仍然有 42% 的使用者用這個名稱做為其它非金融網站的登入資料。

來源:Trusteer Finds that Two Thirds of Internet Users Reuse their Online Banking Credentials on Other Websites

CC 授權於圖片上之標示

February 1st, 2010

CC-by 2.0 steren.giannini@flickr.com

Creative Commons 組織特別有一篇文章說明如何在圖片上標示 CC 授權。其中要注意的是 Copyright、URI 以及 License Icon。

75% 的 Linux kernel 開發者都是有支薪的

January 27th, 2010

”Open

Linux coders do it for money」這則新聞中,可以得知:

  • 自由軟體並不反對商業行為。
  • 自由軟體的社群開發模式,是可以做為正職工作的。
  • 自由軟體的社群開發模式是可以用商業驅動的。
  • 不要覺得自由軟體的收費行為是不恥的,只要收得合理就可以。

Goodbye SUN!

January 23rd, 2010

SunRIPsmall

歐盟已經批准了 Oracle 對 SUN 的併購案,「EU Approves $7.4 Billion Deal Between Oracle And Sun」,別了,SUN。

探討 MySQL 授權

January 22nd, 2010

Gravel, by steakpinball@flickr.com CC-by 2.0

近仔細審視了 MySQL 的授權,再度證實 MySQL 公司的「有意」,以及對 GPL2 授權解釋與一般認定的不同。

Read the rest of this entry »

在深夜遇見硬碟壞軌

January 22nd, 2010

Gozilla

要的備份硬碟遇見了壞軌情形。

Read the rest of this entry »