Joe Horn 的啟示錄
Joe Horn's Blog
  • LinkedIn
  • Facebook
  • Instagram
  • GitHub
  • Docker Hub
RSS
  • VPS Referrals
  • My Plurk
  • My Plurk Bot

5 月 19 2005

PS3 的規格與報價

最近 XBOX 360 跟 PS3 的相關消息都一直受到大家的矚目, 因為 PS2 平台上的大作甚多, 所以我比較關心 PS3 的消息. :-P

其中, PS3 的規格可以在 這裡 看到.
蠻令我震驚的是, PS3 的中央處理器當真衝到 218 GFLOPS 的運算能力, 系統則到達了 2 TFLOPS. ( Sony 當初說要讓 PS3 的運算能力達到 PS2 的 30 倍以上, 果真做到了! )
另外, 雖然支援了 Blu-ray Disc , 卻沒有損失向下相容性, 完全支援 PS 與 PS2 的遊戲. :shock:
而且, PS3 跟 PS2 一樣可以加裝硬碟 (只是 PS3 支援的是 2.5″ 的 HDD ).

大家看到這種規格後, 不免對價格有所揣測 ( 我也不例外 ) .
甚至還有人預估售價可能會比 Blu-ray Disc 錄放影機的 2800 美金還高.

不過, 我剛剛看到 這篇 .

According to the May 17 article, Sony officials told the paper that the PS3 will go on sale in Japan with a launch price of “less than 50,000 yen” – approximately $465 or UKP 255 at current exchange rates.

當初 PS2 不過也才 299 美金, PS3 開出這種驚人的價格, 接下來可能是要看 XBOX360 要怎麼出招了吧!? O_o

By Joe Horn • Life 0 • Tags: PlayStation, Sony

5 月 19 2005

關於 PCHome 的 eDM

昨晚在 yuecheng 那裡看到 這篇 .

因為我很早之前就在 PCHome 註冊帳號了, 只是一直沒使用到他們所提供的服務.
所以我昨天就把所有強制寄送的 eDM 全部都取消了 :
誰希罕
然後出現了這個頁面 :
凍結就凍結

其實, 很早之前我就試過在這些 eDM 裡面點選 取消訂閱 的 link , 可是一直都無效. 在昨晚讓他們凍結帳號後, 今天的 mail 信箱果然乾淨了許多. 8-)

By Joe Horn • Life 0 • Tags: eDM, PCHome

5 月 18 2005

關於趨勢科技…

今天看到 這篇 , 突然有點話想說…

我記得 Cisco 目前的合作廠商好像包括了 趨勢 !?

坦白說, 我對他們的印象不是很好.
的確, 早期用 Windows 95/98 時, 我是用過他們的防毒軟體.
可是, 當我看過他們公司的網頁被換掉後, 我重灌電腦時就不再考慮他們的防毒軟體了.

我總覺得, 機器被摸掉, 是管理人員的恥辱.
而研發系統安全, 網路安全產品的廠商的機器被摸掉, 這….. 讓我很難以接受…….. orz

By Joe Horn • Thoughts 1 • Tags: Cisco, Trend Micro

5 月 17 2005

P4 的 HT 出包了!? O_O

剛剛看到 這篇 :

根據英屬哥倫比亞溫哥華市一位23歲的博士班研究生Colin Percival表示,首次在Pentium 4中推出的「超執行緒」(Hyperthreading)技術,讓駭客可以存取安全資訊。

週五在加拿大渥太華舉行的BDSCan大會上他在一份報告中揭發了這種攻擊──利用安裝於伺服器上的間諜程式,然後和OpenSSL加密程式共享L2快取記憶體。間諜程式觀察特定快取的執行時間,然後扣除其他流程的時間(Percival稱之為「快取的腳印」(footprints in the cache),藉此收集有助於破解密碼的有用資訊。

而且到了文章快結尾時還有 :

不過,英特爾預計未來版本的微軟Windows和Linux作業系統將解決這個問題。

看來問題不大!? 不然等到未來版本的 Windows ( Longhorn !? ) , 那已經是 2006 年的事了吧! XD

By Joe Horn • Computer Hardware 1 • Tags: Hyperthreading, Intel, Pentium 4

5 月 12 2005

phpBB 2.0.15 released !

先貼 2.0.13 跟 2.0.14 的變動 :

  • Hardened author and keyword search a bit to not allow very server intensive searches
  • Fixed full path disclosure in bad word parsing
  • Resetting complete userdata array in session code if authentication fails
  • Fixed bug in moderator control panel where certain parameters could lead to an “error creating new session” sql error
  • Fixed bug in session code where empty page ids could lead to an “error creating new session” sql error
  • Fixed html handling in signatures if html is turned off globally
  • Fixed install.php problem with PHP5 register_long_arrays option turned off
  • Fixed potential issues with styling system
  • Added correct class to login_body template file
  • Removed file db/oracle.php from package
  • Removed version number from message body page in /admin (if user is not an admin) – mikelbeck
  • Fixed case-sensitivity issues in postgres7.php – R45

2.0.15 修正了安全性問題, includes/bbcode.php 的這段 :

{
   global $lang, $bbcode_tpl;

下面加進這行 :

$text = preg_replace("#(script|about|applet|activex|chrome):#is", "\1:", $text);

另外是這段 :

 */
function make_clickable($text)
{

下面加進這行 :

$text = preg_replace("#(script|about|applet|activex|chrome):#is", "\1:", $text);

所以總共有這些變動 :

  • Fixed moderator status removal in groupcp.php
  • Removed newlines after ?> on some files – Thoul
  • Added admin re-authentication (admin needs to login seperatly to access the ACP) – backported from Olympus
  • Fixed vulnerability in url/bbcode handling functions – PapaDos and Paul/Zhen-Xjell from CastleCops
  • Fixed issue in admin/admin_forums.php
  • Suppressed warning message for fsockopen in /includes/smtp.php – Thoul
  • Fixed bug in admin/admin_smilies.php (admin is able to add empty smilies) – Exy
  • Adjusted documents to reflect the urgent need to update the files too (not only running the database update script)
  • Updated the readme file
  • Added one new language variable
  • Added general error if accessing profile for a non-existent user
  • Changed session id generation to be more unique – Henno Joosep
  • Fixed bug in highlight code to escape characters correctly
  • Reversed the 2.0.14 fix for postgresql because it produced more problems than it solves.
  • Added reference to article written by R45 about case-sensitivity in postgreSQL to the readme file
  • Fixed bypassing of validate_username on registration – Yen
  • Empty url/img bbcodes no longer get parsed

竹貓星球 也有這兩篇公告 :
[2005/04/25] phpBB 2.0.14 安全性修正版(包含更新檔)
[2005/05/08] phpBB 2.0.15 安全性修正版本

By Joe Horn • phpBB 0 • Tags: phpBB

5 月 12 2005

當紅話題…

這幾天網路上的當紅話題大概是這兩個吧!?

  • 爺爺您回來了
  • 很壞很壞的駭客

不過蠻有趣的狀況是, 爺爺, 您回來了 普遍流傳在 Blog 與 BBS 界 , 而且後來還出現了很多種 Kuso 應用, 有人改成 爺爺, 您別回來了 , 也有人轉成 MP3 , 還拿來當手機鈴聲! XD

至於 很壞很壞的駭客 , 則是在論壇上面流傳, 至少我已經看到 這 三 個 地方都有了.
而當初丟出這個笑話的 stophiphop.de 還推出這件 T-shirt :
I Hacked 127.0.0.1
購物頁面在 這 .
不過, 價格稍微貴了點…XD

By Joe Horn • Funny 1 • Tags: Kuso

5 月 12 2005

Bloglines 的 user db 又爛了…

沒錯! 跟上次一樣…

我剛剛被踢出來, 然後現在登不進去了!! =_=b

不知啥時會修好… XD

By Joe Horn • WWW 0 • Tags: Bloglines

5 月 12 2005

看來該跑 FreeBSD 5.4 了..

剛剛翻 FreeBSD/i386 5.4-RELEASE Release Notes , 看到這幾條 :

Ethernet flow control is now disabled by default in the fxp(4) driver, to prevent problems with a system panics or is left in the kernel debugger.

這個好像是要解決我之前在 IP 被衝就 Hang 住!? 講的那個問題!?

The ipfw(8) ipfw fwd rule now supports the full packet destination manipulation when the kernel option options IPFIREWALL_FORWARD_EXTENDED is specified in addition to options IPFIREWALL_FORWARD. This kernel option disables all restrictions to ensure proper behavior for locally generated packets and allows redirection of packets destined to locally configured IP addresses. Note that ipfw(8) rules have to be carefully crafted to make sure that things like PMTU discovery do not break.

這個就不是很清楚了, 不過我們某台 Proxy ( FreeBSD 5.3 ) 使用 ipfw fwd 上面有很大的問題.

升成 5.4 看看好了.. orz

By Joe Horn • FreeBSD 0 • Tags: FreeBSD

5 月 12 2005

藍色畫面跟紅色畫面…..

剛剛看到 Longhorn驚喜:死亡紅幕 .

軟體業霸主微軟公司將在下一版的Windows作業系統,為傳奇的「死亡藍幕」(Blue Screen of Death)提供一個獨特的解決方案 – 「死亡紅幕」。

正在測試Longhorn系統的微軟技術人員兼網誌作者Michael Kaplan表示,除了死亡藍幕之外,使用者還將面對紅色威脅。Kaplan說,「死亡紅幕」比「死亡藍幕」更上一層,代表你的電腦發生更嚴重、更致命的錯誤。

我看, 直接 show 個核爆動畫算了… =_=b

By Joe Horn • Windows 2 • Tags: Blue Screen of Death, Windows

5 月 10 2005

WordPress 1.5.1 Released !

在 WordPress 官方網頁 已經可以下載到了, 下載頁面 .

ChangeLog 可以看到這些變動 :

# Login and feed fixes for IIS
# Faster gettext i18n
# Improved i18n string coverage
# Extended ping support
# Paging on the Manage->Posts page
# URI-safe accent stripping for all UTF-8 characters in the Latin Extended-A Unicode block
# Query string style argument list support for wp_get_links() and wp_get_linksbyname()
# Improved hierarchy listing in wp_list_pages()
# Support for a Status: theme header field that allows themes to be marked as private, publish, or draft
# Improved caching and database query reduction
# Active plugin and theme highlighting
# Plugins can now have multiple option pages
# Pingbacks now work on hosts with fopen off like Dreamhost
# Many bug fixes

另外, 在 這邊 還有更詳細的清單.

By Joe Horn • WordPress 0 • Tags: WordPress

«‹ 19 20 21 22›»

Site Info

All content on this Blog is licensed under CC BY-NC-SA 4.0

About Me

profile for Joe Horn at Stack Overflow, Q&A for professional and enthusiast programmers


My mail!

獅子座

Coffee Powered!

F1 fans

motoGP fans

Linkin Park

I am a Taiwanese!

Recent Comments

  • Avatar of johnpupu johnpupu: PHP 還有這個 phpsavant.c……
  • Avatar of Jerry Jerry: 这个不是foreach的问题。 0 ==……
  • Avatar of Joe Horn Joe Horn: 看來問題在 if ... else ..……
  • Avatar of jnlin jnlin: 因為 'b' 被轉型成 0 了…
  • Avatar of 路人 路人: 跟 foreach 沒有關係 ?…
  • Avatar of bill bill: 註冊表那裡要設定 BasicAuthLe……
  • Avatar of 虫 虫: .svn 的檔案減少可以增加在 wind……
  • Avatar of mars mars: 如果說寫程式是理性極致的話,那寫小說就是……
  • Avatar of Joe Horn Joe Horn: 已更新文章。…
  • Avatar of jackcal jackcal: joehorn.idv.tw關於轉貼 h……

Post Categories

  • About My Sites (16)
  • Computer Hardware (28)
  • Computer Software (45)
  • Database (23)
  • FreeBSD (21)
  • Funny (14)
  • Life (23)
  • Linux (5)
  • Mail (19)
  • Network (12)
  • Programing (40)
    • .NET (5)
    • JAVA (2)
    • Javascript (6)
    • PHP (29)
  • Thoughts (34)
  • Windows (13)
  • WWW (79)
    • phpBB (7)
    • WordPress (18)

Blogroll

  • 這裡沒有美食

Tags Cloud

AMD Apache benchmarking Bloglines Coppermine DNSBL eAccelerator fio Firefox free FreeBSD Gmail Google HDD Hsin-chu HTTPS IE Intel Javascript Lenovo Longhorn Microsoft MSN MySQL Office Percona XtraBackup performance PHP phpBB pirate Postfix restaurant RSS security sendmail software SpamAssassin SSL Subversion Taiwan theme translation Windows WordPress Yahoo

Ads

↑

© Joe Horn 的啟示錄 2025
Powered by WordPress • Themify WordPress Themes