Skip to content

Zeroplex 生活隨筆

軟體開發、伺服器和生活瑣事

小 縮小字型大小。 中 重設字型大小。 大 放大字型大小。

標籤: Google

Google DNS

Posted on 2009 年 12 月 5 日2021 年 3 月 12 日 By 日落 在〈Google DNS〉中尚無留言

Google 最近出產品的速度真的很快,Google Chrome OS 後又推出日文輸入法、Google DNS。比起 Hinet 的 DNS 伺服器,Google DNS 實在不用花什麼大腦記憶:

  • 8.8.8.8
  • 8.8.4.4

不過為什麼已經有 OpenDNS 了還需要另外建議自己的 DNS 呢?OpenDNS Blog 馬上寫了一篇文章討論 Google 的企圖:

Some thoughts on Google DNS
http://blog.opendns.com/2009/12/03/opendns-google-dns/

Tags:Google

Google Chrome OS

Posted on 2009 年 11 月 19 日2021 年 3 月 12 日 By 日落 在〈Google Chrome OS〉中尚無留言

剛剛看完 Google Chrome OS 發表會,興奮的睡不著 XD

這次很可惜沒能從頭開始聽,不過感謝 Engadget 有全程文字轉播,即使沒聽到也大致上知道說了些什麼。不過內容並不多,大致上就繞著幾個主題打轉,把內容稍微整理了一下:

  • Google Chrome OS is SPEED, simplicity, security
  • Everything is in the cloud, every application is web application. Doing all your stuff through the browser on the internet.
  • Root system is read-only, you can focus on the internet and don’t worry about your computer
  • “If I lose my Chrome OS machine, I should be able to get a new one, log in, and get everything back…everything should look similar. We want users to be able to share machines.”

    “About a seven second login. We’re now looking at Chrome OS UI. It looks like …… Chrome.” XDDDDD

發表會用到的影片:

其他在 Youtube Google Chrome Channel 上的影片:

其他相關資源:

Engadget 發表會全程文字轉播
http://www.engadget.com/2009/11/19/live-from-googles-chrome-os-project-announcement/

Google Chrome OS Project Page
http://dev.chromium.org/chromium-os

Google Chrome OS Repository
http://src.chromium.org/

看了一下 Chrome OS 編譯說明,感覺上沒有那麼容易,VMware 裡剛好有 Ubuntu 可以試試看,不過安裝光碟和 ISO 檔大概就要等網路上得高手 release 了吧。

Tags:Google, 作業系統, 分享

Install GO in CentOS

Posted on 2009 年 11 月 12 日2021 年 3 月 12 日 By 日落 在〈Install GO in CentOS〉中尚無留言

因為要使用 mercurial 來下載 src,先到 http://dag.wieers.com/rpm/packages/mercurial/ 下載 rpm:

$ wget http://dag.wieers.com/rpm/packages/mercurial/mercurial-0.9.5-1.el5.rf.i386.rpm
$ rpm -ivh mercurial-0.9.5-1.el5.rf.i386.rpm

再來就是下載 repository,我設定的位置是 /root/go:

$ hg clone -r release https://go.googlecode.com/hg/ /root/go

設定環境變數:

$ export GOROOT=/root/go
$ export GOBIN=/root/bin
$ export GOOS=linux
$ export GOARCH=386
$ export PATH=$PATH:/root/bin

編譯 GO 編譯器:

$ cd /root/go/src
$ ./all.bash

寫一個 Hellow World:

$ cat >hello.go <<EOF
package main

import "fmt"

func main() {
 fmt.Printf("hello, worldn")
}
EOF
$ 6g hello.go
$ 6l hello.6
$ ./6.out
Tags:Google

Google 搜尋引擎

Posted on 2009 年 10 月 5 日2021 年 3 月 12 日 By 日落 在〈Google 搜尋引擎〉中尚無留言

轉錄 from Google @ PTT:

Google 就像一把神奇的鑰匙。
會用的人可以解開任何秘密;
不會用的人,連自家門都打不開。

以後來整理關鍵字用法吧

Tags:Google, 分享

原來現在硬碟都不用錢

Posted on 2009 年 9 月 24 日2021 年 3 月 12 日 By 日落 在〈原來現在硬碟都不用錢〉中有 1 則留言

上一篇說 Facebook 什麼資料都會封存,不過還有另一間公司存了更多資料!

從大一做了什麼事情到現在都還有資料,連幾點幾分都沒漏掉,Facebook 跟他比起來實在還算小咖,不過做事低調且不會亂用資料。

其實這間公司還有更厲害的地方,如果有在搜尋檔案載點的話,應該不難發現有些論壇明明要登入才看的到內容,但是搜尋引擎沒有登入卻可以為內容建立索引!我猜秘密就才在瀏覽器上面的小工具列……

ps. 好險當初還算認真,歷史紀錄沒讓我難堪 XDDDDD

Tags:Google, 資訊學習, 資訊安全

文章分頁

上一頁 1 2 3 4 ... 7 下一頁

其他

關於我  (About me)

小額贊助

  文章 RSS Feed

  留言 RSS Feed

Apache AWS Bash C/C++ Docker FreeBSD GCP Git Google Java JavaScript Laravel Linux Microsoft MSSQL MySQL Nginx PHP PHPUnit PostgreSQL Python Qt Ubuntu Unix Vim Web Windows WordPress XD 作業系統 分享 好站推薦 專題 攝影 新奇搞笑 新聞 旅遊 生活雜記 程式設計 網路架站 網頁設計 資訊學習 資訊安全 遊戲 音樂


創用 CC 授權條款
本著作係採用創用 CC 姓名標示-相同方式分享 4.0 國際 授權條款授權.