顯示具有 google 標籤的文章。 顯示所有文章
顯示具有 google 標籤的文章。 顯示所有文章

2010年9月23日 星期四

無痛轉移Gmail帳號,郵件、設定完美搬家

如果你的 Gmail 信箱一天到晚被盜帳號,或是之前註冊太多阿裡不達的網站導致垃圾信收不完,那麼應該很想換一個新的信箱來用吧?也對,反正Gmail申請又不用錢,用爛了再換一個新帳號就好。但是舊信箱裡可能還留有不少重要信件,要怎麼搬到新的信箱?還有就是,好不容易設定了一堆過濾篩選規則、郵件分類標籤.....等,換帳號後一切都要重新設定嗎?

雖然理論上,Gmail舊郵件及選項設定都必須手動搬移到新帳號,但是利用一些小技巧,我們可以大幅簡化這些步驟。下面就為大家示範:怎麼在申請新Gmail帳號後,把舊Gmail裡的所有資料,完整搬移到新的帳號。

  • 在原始舊帳號中開啟POP功能
Gmail中的重要資料有郵件、附檔、分類標籤、篩選器等等,雖然Gmail內建沒有直接搬移的選項,但我們只要運用一點技巧,這些內容就都可以在不同的Gmail帳號之間進行搬移。接下來讓我們新增一個Gmail帳號來試試看。
本文將原始舊Gmail帳號定義為「A帳號」,而新增的Gmail帳號定義為「B帳號」以方便解說。首先,我們來到原始A帳號,進入Gmail「設定」,切換到「轉寄和POP/IMAP」頁面,勾選「對所有郵件啟用POP功能」,按下〔儲存設定〕,這樣就能轉移所有已讀、未讀郵件。

  • 在新增帳號中匯入POP3郵件
步驟01.
接著,請切換到新增的B帳號(建議用另外一個瀏覽器開啟,或使用Google多帳號功能),同樣進入Gmail「設定」中,這次切換到「帳戶和匯入」頁面,點擊〔新增POP3電子郵件帳戶〕。
步驟02.
點擊〔新增POP3電子郵件帳戶〕後,要輸入舊Gmail的原始A帳號,然後繼續按〔下一步〕。
步驟03.
接著要進行一些POP3的規格設定,不過這裡Gmail很聰明的都會幫我們填寫好,基本上我們只要輸入原始A帳號的使用者名稱與密碼,然後按下〔新增帳戶〕即可。
步驟04.
都設定完畢後,回到新B帳戶設定中的「帳戶和匯入」頁面,就會看到「以POP3檢查郵件」這部份顯示為正在檢查中,這邊依據你原始郵件的多寡會需要等待不同長短的時間。
步驟05.
全部檢查完畢後,你就可以在新的B帳戶中,看到舊A帳戶的所有郵件了!但是,這裡是不是哪裡怪怪的呢?原來是篩選器和標籤分類還沒有順利匯入!

  • 將舊帳號的篩選與標籤匯入新帳號
步驟01.
先匯入郵件後,我們緊接著來匯入篩選器與標籤。進入新、舊帳戶設定中,分別都到「研究室」開啟「篩選匯入/匯出」項目。
步驟02.
接著來到舊A帳戶中,進入設定畫面的「篩選器」,勾選所有的篩選規則,然後點擊下方新出現的〔匯出〕,就可以下載篩選器備份檔案。
步驟03.
然後來到新B帳戶中,同樣進入設定的「篩選器」畫面,這次點擊下方的「匯入篩選器」連結,並繼續〔選擇檔案〕指定剛剛下載的舊帳戶檔案,最後點擊〔開啟檔案〕。
步驟04.
於是,你就可以看到之前舊A帳戶的篩選條件,全部都匯入到新B帳戶中了!但這裡還有一個很重要的步驟:請先勾選所有篩選器,然後請一定要勾選「將新篩選器套用到既有的電子郵件」,最後才點擊〔建立篩選器〕按鈕。
步驟05.
回到新B帳戶的收件匣頁面,你就可以看到符合規則的郵件全部和舊帳戶一樣加上分類標籤了!只是標籤的顏色無法順利匯過來,這部份就真的只能靠用戶手動在新帳戶裡一個一個修改。

2010年6月20日 星期日

Chrome 開始支持 GPU 硬件加速三維合成

來自 Google 的前 O3D 項目主要開發者 Vangelis Kokkevis 日前在 Google Groups 宣布 Chromium 已經開始支持 GPU 加速三維合成和 Webkit 的 CSS 3D 轉換,這一新特性的支持標志著 Chrome 也開始挖掘 GPU 的潛力,今後在 Webkit 引擎中對性能要求較高的功能都可以通過 GPU 來完成加速,比如 CSS 3D 轉換、視頻解碼以及大量的 WebGL Canvas 組件。經過筆者的測試,最新版的 Chromium 以及 Chrome Dev 都可以支持這一特性(一些演示可以在這裡找到),只需要加上下面的命令行啟動參數即可:
--enable-accelerated-compositing
CSS 3D 轉換是由 Apple 公司在大約一年前提出的,現在已經進入了 W3C工作草案中,大約一個月以前 Qt Webkit 宣布支持該草案,如今 Chromium 也明確表態開始支持,不過 Mozilla 對該規格是否會支持還不明確,IE 和 Opera 則還沒有任何信息。

2010年6月11日 星期五

在Google瀏覽器快速顯示日曆、行事曆(Google Calendar Checker)

如果你有使用Google Chrome瀏覽器,也常常使用Google Calendar日曆功能,那一定不能錯過這個超好用的行事曆擴充套件。
裝好Google Calendar Checker擴充套件後,網址列右邊會出現一個小按鈕,按下去之後可以馬上出現當月份的月曆,月曆下方會列出最近即將到期的代辦事項,讓我們可以用最快的方法檢視目前的行事曆與日曆,也可按「新增」快速新增事項與行程,整個相當方便!


 
▇ 軟體小檔案 ▇     (錯誤、版本更新回報)
  • 軟體名稱:Google Calendar Checker w/ Popup

  • 軟體版本:0.3.2

  • 軟體語言:中文(支援多國語系)

  • 軟體性質:免費軟體

  • 檔案大小:14.5KB

  • 系統支援:此為Google Chrome瀏覽器專用套件,支援4.x以上版本(下載)

  • 官方網站:按這裡

  • 軟體下載:按這裡

  •  

    使用方法:

    第1步  開啟Google Chrome瀏覽器,按一下「安裝」按鈕將擴充套件安裝好之後,網址列右邊會出現一個小按鈕,當我們按一下按鈕,即可出現Google日曆的預覽視窗,上半部是當月份的月曆,下半部是你先前新增的代辦事項或記事資訊。(若未出現代辦事項,請自行開啟Google網頁登入)
    01  

    第2步  此擴充套件可支援顯示多組日曆,如果你曾在Google Calendar設定多組日曆的話,可以按「選項」→「編輯公開日曆」,來切換顯示或不顯示指定的日曆內容。
    02  

    第3步  如圖,如果你不希望在預覽視窗中顯示某個日曆,可以在取消勾選後再按「返回」即可。
    03

    用Google Chrome瀏覽器上BBS(Tonberry for Chrome套件)

    在台灣,大家如果想上BBS看看PTT或其他站台有啥新文章或新話題,通常都會使用PCMan這個簡單好用的免費軟體。後來有人做出了結合BBS與網頁瀏覽的Firefox擴充套件pcmanfx,讓大家可以不用分開使用兩套軟體,直接在Firefox視窗中瀏覽BBS站裡的文章。
    現在,如果你是用Google Chrome瀏覽器的話,也有類似的套件可以結合在Google Chrome瀏覽器中同時瀏覽BBS跟WWW網頁資訊囉!




    下面這個Tonberry for Chrome程式是Google Chrome瀏覽器的擴充套件,不過目前的設計只能瀏覽PTT這個站台而已,使用上也非常簡單,裝好之後只要按一下Tonberry的按鈕就可以開啟PTT BBS站,輸入你的帳號、密碼後就可以登入使用囉!
    目前Tonberry除了可以像平常使用PCMan那樣用鍵盤上下左右鍵操作、瀏覽文章,也可支援滑鼠點選、進入主題的方式,滾動滑鼠滾輪除了可以在瀏覽文章時上下捲頁、也可上下移動游標,並可支援「滑鼠手勢」瀏覽功能,也就是按住滑鼠右鍵不放、將滑鼠往左移動可跳回上一頁,按住右鍵往右移則可跳到下一頁。

    ▇ 軟體小檔案 ▇     (錯誤、版本更新回報)

  • 軟體名稱:Tonberry for Google Chrome




  • 軟體版本:0.8.0 Final




  • 軟體性質:免費軟體




  • 檔案大小:86.9KB




  • 系統支援:此為Google Chrome瀏覽器擴充套件,支援4.x以上版本(下載




  • 官方網站:按這裡




  • 軟體下載:按這裡備用下載點




  • 使用方法:

    第1步  用Google Chrome瀏覽器開啟tonberry-chrome網頁,按一下擴充套件的下載連結,將程式安裝到電腦中之後,網址列右邊會出現一個tonberry-chrome的按鈕,按一下按鈕即可開啟PTT bbs站(目前只能開PTT),這樣就可以開始玩囉!
    01 

    第2步  輸入你的帳號、密碼登入之後,我們除了可以用鍵盤上下左右鍵來操作、瀏覽文章,也可以用滑鼠瀏覽的方式來操作。
    另外,當我們將文字反白再按一下滑鼠右鍵,會跳出一個快捷工具列,方便我們複製文字、搜尋Google等等...相當方便。
    02

    Smooth Gestures 用「滑鼠手勢」快速翻頁、關閉分頁(Chrome套件,支援Win, Mac, Linux)

    「滑鼠手勢」是個相當方便的電腦操作技巧,一般當然我們在瀏覽網站時,可以動一動滑鼠就自動開新分頁、翻上一頁、翻下一頁或關閉分頁…等等。
    儘管在Google Chrome瀏覽器中並沒有像Opera那樣內建「滑鼠手勢」操作功能,不過一樣可以透過很多不同特色的擴充套件程式來操作。
    下面介紹一個功能相當完整的Smooth Gestures滑鼠手勢擴充套件,除了可以設定50多種常用的網頁瀏覽操作行為,讓我們用不同的滑鼠移動方式來控制翻頁、查看網頁原始碼或選取文字後在Google搜尋相關資料…,此外還可執行自訂指令或開啟指定網址...等等,相當方便。


     
    ▇ 軟體小檔案 ▇     (錯誤、版本更新回報)
  • 軟體名稱:Smooth Gestures

  • 軟體版本: 0.13.3

  • 軟體語言:英文(提供部分簡體中文說明)

  • 軟體性質:免費軟體

  • 檔案大小:207KB

  • 系統支援:此為Google Chrome瀏覽器擴充套件,支援Windows、Linux與Mac平台

  • 官方網站:按這裡

  • 軟體下載:按這裡


  • 值得一提的是,這個擴充套件除了可以在Windows作業系統中的Google Chrome瀏覽器運作,也可支援Mac OS系統與Linux系統。而且還支援透過Google「同步書籤」的功能,將滑鼠手勢操作設定儲存在書籤中、同步更新到其他電腦,如果你是其他OS的使用者,就可以輕鬆的在不同系統中使用滑鼠手勢的方式來快速瀏覽網頁囉! 

    使用方法:

    第1步  用Google Chrome瀏覽器開啟Smooth Gestures擴充套件頁面,按一下「安裝」按鈕把程式安裝到電腦中。
    01 

    第2步  安裝好之後,會自動開啟滑鼠手勢的設定頁面,我們可以直接瀏覽頁面中有哪些瀏覽功能可以用哪些滑鼠手勢來操作。如圖所示,「←」這樣的手勢表示按住滑鼠右鍵,再將滑鼠往左移動,即可執行「往前翻頁」的動作
    如果你要修改觸發某個指令的手勢,請先按一下右邊的「x」將目前的手勢刪除,然後再按一下「+」新增其他手勢。
    02 

    第3步  接著請在畫面空白處畫出你要用的滑鼠手勢,方法為1.按住滑鼠右鍵不放  2.移動滑鼠畫出軌跡   3.放開滑鼠右鍵。畫出滑鼠手勢的軌跡後,請按一下「添加這個手勢」按鈕即可。
    03 

    第4步  另外設定頁面下方也可讓我們調整執行滑鼠手勢時,是否出現軌跡線條,並可設定軌跡線條的顏色、粗細等。
    04 

    第5步  如果你不習慣按滑鼠右鍵來觸發滑鼠手勢所代表的指令或瀏覽功能,可以在下面的「開啟鼠標手勢的按鍵」中設定,可設定為滑鼠左鍵、右鍵或中鍵,一般來說都是用滑鼠右鍵會比較方便,可避免按到網頁中的連結或跟其他功能混淆。
    05

    2010年2月9日 星期二

    Google 網站管理員中心

    網站管理員中心

    歡迎造訪 Google 網站管理員中心,您可在這裡一次取得關於 Google 如何檢索網站以及將網站編入索引的完整資訊。 您可瞭解如何確定您的網站是否易於檢索及編入索引,以及使用相關工具診斷檢索問題、查閱您網站在我們索引中的相關統計資料,並告訴我們您希望 Google 如何檢索您的網站,以及如何將您的網站編入索引。

    網站狀態精靈

    查看 Google 目前是否將您的網站編入索引。

    網站管理員的 Google blog

    有關 Google 如何檢索網站以及將網站編入索引的最新消息和資訊。

    網站管理員工具 (包含 Sitemaps)

    Google 檢索您的網站以及將其編入索引之統計資料、診斷和管理,包含 Sitemap 提交和報告。

    網站管理員的 Google 討論群組

    與您的夥伴網站管理員交談,並與我們分享您的意見。

    將您的內容提交給 Google

    瞭解如何將您的內容提交給 Google 相關產品 (例如 Google Base 和「Google 圖書搜尋」)。

    網站管理員說明中心

    檢視有關檢索、編入索引、排名和其他網站管理員遭遇之常見問題的答案。

    2010年1月13日 星期三

    GDrive Is Coming

    GDrive Is Coming
    http://googlesystem.blogspot.com/2010/01/gdrive-is-coming.html

    Upload and store your files in the cloud with Google Docs
    http://googledocs.blogspot.com/2010/01/upload-and-store-your-files-in-cloud.html

    單檔最大 250MB, 非文件檔最多放 1GB.

    2009年12月30日 星期三

    Chrome 的擴充套件 - AutoPager

    Chrome 的擴充套件 - AutoPager

    使用正規表示,規則匯入以下(當文章一頁設定為顯示40頁的情況下)

    http://www.pcdvd.com.tw/showthread.php?t=*$40

    2009年12月19日 星期六

    Gmail Account and Google Apps Got Hacked

    I frequently get "password assistance" emails in my Gmail inbox that have a link to reset the password of my Google Account (see screenshot). Since I don』t initiate such password change requests myself, it』s clear that someone else is trying to hack into my Google account.

    I generally ignore such emails as they also say:

    If you』ve received this mail in error, it』s likely that another user entered your email address by mistake while trying to reset a password. If you didn』t initiate the request, you don』t need to take any further action and can safely disregard this email.

    I got a similar email yesterday night and ignored it as usual. In the next five minutes, there was a message on my BlackBerry saying that the device is having trouble fetching emails from my Gmail and Google Apps account. Microsoft Outlook too had stopped working by then.

    Things were now no longer in my control. Someone had successfully managed to change the password of my Gmail account, my Google Account and the most terrifying part was that the hacker also gained control over my Google Apps Account which is linked to labnol.org and other web domains.

    When something like this happens, you tend to get that 』sinking feeling』 because now all your private information (email correspondence, documents, bank statements, photographs, etc.), your identity on the social web (Twitter, Facebook, Blogger, etc.) and, most important, your online business is not in your hands anymore.

    I make a living from this blog but if someone else takes control of the site (by changing a couple of passwords and DNS records), the going can get really tough.

    How the Google Accounts were hacked?

    I use a fairly strong password so it can be tough for someone to guess that string. And since I got a password reset email request in the first place, the possibility that the password was cracked can be safely ruled out.

    My assumption is that since my Gmail account is was set as the secondary email address of my Google Apps account, he (or she?) somehow hacked into the Gmail account and from there he gained control of my other Google Accounts. This seems probable but I am not sure.

    As soon as I discovered that the accounts were hacked, I posted a message onTwitter, contacted a couple of people at Google and filled up these recovery forms in order to verify ownership. I consider myself lucky because several people went out of their way to help me and access to all the accounts was finally restored in the next 3 hours. The nightmare was over.

    Things to do before the hackers strike again!

    I won』t ever know who that hacker was except that he left a brief message in my Inbox saying that he didn』t hack my Google account with bad intentions and that he "enjoys exploring the web for vulnerabilities". The note also says that he is in need of urgent money and asks for a specific amount.

    Anyway, here a few important things that I have learned in the process that you might want to implement at your end as well though it』s hard to tell if one can really prevent a determined hacker from stealing your Google accounts:

    #1. Log-in to your Gmail / Google Account and associate a phone number. You』ll then receive an SMS text message whenever someone tries to recover your Google password.

    #2. Create a new email address (on say Yahoo! Mail or Gmail itself) and set this as the secondary email address for your existing Gmail and Google Accounts. Check for emails on this new account manually or through a desktop client via POP3 / IMAP butdo not enable auto-forward for the new email address as the original purpose will be defeated.

    #3. Take a paper and write down the following information about your Google Account. You will need this to verify your identify to Google in case someone else takes over your Google Account and the secondary email address associated with your account.

    • The month and year when your created your Gmail / Google Account.
    • If you created a Gmail account by invitation, write the email address of the person who first sent you that invite for Gmail.
    • The email addresses of your most frequently emailed contacts (the top 5).
    • The names of any custom labels that you may have created in your Gmail account.
    • The day/month/year when you started using various other Google services (like AdSense, Orkut, Blogger, etc.) that are associated with the Google account that you are trying to recover. If you』re not certain about some of the dates, provide your closest estimate.

    #4. Do a test run. Log-out of all your Gmail / Google Accounts and initiate the password recovery process for each one of them using this form. This will help you make sure that your SMS settings and secondary email addresses are configured correctly.

    #5. Once in a while, do refer to that little line in the footer section of your Gmail Inbox that shows the different IP addresses from where your account is being accessed. If you find an unknown IP address, change your Google password immediately.

    The person who hacked my Gmail accounts configured them with his Hotmail account so he could effectively read all my email communication remotely from his Hotmail inbox without ever logging into my Google account again. I could figure that out only after I saw an IP address from a Microsoft server in my Gmail activity log.

    For Google Apps users

    If you have lost access to your Google Apps dashboard, you』ll have to create a new CNAME record pointing to google.com to verify that you are actual owner of that web domain. To reset the password for the administrator of your Google Apps domain via your domain hosting company, the URL is:

    https://google.com/a/cpanel/xyx.com/VerifyAdminAccountPasswordReset

    [*] Replace xyz.com with your own domain address.

    2009年12月9日 星期三

    394個超實用Google Chrome瀏覽器擴充套件

    394個超實用Google Chrome瀏覽器擴充套件

    網站名稱:Google Chrome extensions
    網站網址:https://chrome.google.com/extensions/
    版本支援:支援Google Chrome 4.0以上beta版本瀏覽器
    另外還有一個:http://www.chromeextensions.org/