Wednesday, January 29, 2014

How to use the reduced session of LogMeIn on Chromebook?

After recent Chromebook update, you may find you cannot start a reduced session of LogMeIn to access your remote machine. Because it might keep asking you the password when clicking Remote Control.

Many people encountered this problem and discussed this at the LogMeIn community.
So, how to fix this? Actually it's simple.

After you log in LogMeIn and click the link of your remote machine, you should notice the link of your remote machine as below. Please check it from the Address bar on your browser.

https://[YOUR_REMOTE_MACHINE-xxxxxxxxxx].appxx-xx.logmein.com/main.html

Just copy and change it to 

https://[YOUR_REMOTE_MACHINE-xxxxxxxxxx].app00-00.logmein.com/remctrl.html?type=flash

Then you should be able to access your remote machine via LogMeIn reduced session.

Enjoy!

Saturday, June 29, 2013

Starred & Saved for Later

記得在 2005 年時寫過這麼一篇,::: bloglines ::: 好用的網路 RSS 管理。而自己後來移轉到的 Google Reader 卻將在一天後邁入歷史,反倒是 bloglines 在被人收購後,目前仍舊提供服務中,果真是世事難料啊。

今早對 GR 做最後的緬懷,發現自己竟然有不少的 Starred 項目,以匯出的 json 檔看來,大概有七千多筆,要不是這次的轉移,還真不會留意到自己不知不覺中留下印記的項目如此多,這些項目也是一併被 Feedly 自動移轉到 Saved for Later 的項目裡面。

雖說加入這些項目的起意是想事後閱讀,可是往往流於形式加個星號,後來很少花時間理會。既然發現了這個,想說就來給自己一個持續的功課,一天重新檢視十個 Saved for Later 的項目,看過,就把該篇文章給釋放吧,真正有需要記下的,就放到 Pocket 裡吧。不過這也是目前想到的作法,或許,哪天又變了也說不定。

Saturday, June 22, 2013

Feedly & Yahoo Blog RSS

** Update @ 23/06/2013 11:04 (台灣時間): 目前猜測應該是 Feedly 還是被某些 sites 擋了,所以抓不到最新的新聞。股溝還是名氣比較大,人人愛啊﹍


最近幾乎已經把 RSS Reader 的使用習慣轉移到 Feedly 上,上週更是高興終於 Feedly 有了 Feedly Cloud 這個無需瀏覽器附加元件的純網路服務。

不過呢,幾天使用下來,發現了個問題,發了信去 Feedly 詢問了相關問題,不過人微言輕,人家不見得要理你,況且這是免費的服務,加上最近對方公司應該要應付一堆像我這種從 Google Reader 搬過來的使用者,所以就先來這裡做個紀錄吧,看看後續有無人有同樣問題。

目前只大概看一下,似乎來自 Yahoo Blog (tw.myblog.yahoo.com) 的 feeds,Feedly 都無法取得最近的項目。

下圖是 Feedly 上的某個 Yahoo Blog,可以清楚看到只到 15d 的項目。


對比在 Google Reader 上的同一個 Blog,可以看到仍有最近的更新。(喔﹍對了,今天是 6/22)















目前不確定是不是我個人的問題﹍ XD
有興趣,大家不妨留意看看自己的 Feedly,是否有久未更新的 feeds。

Sunday, May 12, 2013

Skype Log Viewer

After migrating MSN to Skype, I'm looking for a good/easy way to view the chat logs. If you also need one for this feature, you might try this.

skype-log-viewer
- Program to view and export skype chat logs correctly.
http://code.google.com/p/skype-log-viewer/

Monday, February 11, 2013

Building/Compiling my QtWeb...

過年期間心血來潮,想說來研究一下瀏覽器,下載了 Chromium 跟 QtWeb 兩包原始碼,看了看大小,決定還是從小的開始,就 QtWeb 吧。

解開 QtWeb 的原始碼,有給 VS 的專案檔,很好。再看了一下依存性,發現還要加上 Qt 跟 OpenSSL 才能動工。尤其 Build Qt 實在是相當花時間的一件事,檔案也不小,看來當初應該直接挑戰 Chromium 的,不應該看到 2 GB 的壓縮檔就退卻了。

不過還是紀錄一下 Build QtWeb 的過程吧。

1. Download source code package, QtWeb.
2. Download the dependency packages, including Qt & OpenSSL.
3. Install OpenSSL.

4. Install Qt and then build Qt first. // Update: No need to re-build it since the package contains the built binaries.
  • Launch "Qt 4.8.4 Command Prompt", could be found in Start Menu, after installing Qt Libraries.
  • Type 'configure -openssl -openssl-linked -I \include -L \lib\VC\static OPENSSL_LIBS="-lUser32 -lAdvapi32 -lGdi32 -lCrypt32" OPENSSL_LIBS_DEBUG="-lssleay32MDd -llibeay32MDd" OPENSSL_LIBS_RELEASE="-lssleay32MD -llibeay32MD" ' and press Enter.
  • Type 'nmake' and press Enter.
5. Change the language setting for Non-Unicode programs. (My system is Traditional Chinese)
6-a. Build QtWeb via command-line
  • Launch "Qt 4.8.4 Command Prompt" and cd to the QtWeb source folder, ex. cd D:\QtWb_src_3.7.5-101\QtWeb.
  • Type build.cmd and press Enter.
6-b. Build QtWeb via VS GUI
  • Launch VS 2008 via running "Visual Studio with Qt 4.8.4".
  • Open QtWeb project in VS 2008.
  • Build the project.

對了,Qt 編譯過後,Qt components 都是 Qtxxx4.lib/dll 的名稱,所以 QtWeb 在編譯時,順手改一下 Project settings,以免 link 時找不到檔案。研究一下 QtWeb 先,再來試試 Chromium。若是在 Compile Qt 有問題,也可以參考一下底下這篇。
How to compile Qt with Visual Studio

Tuesday, November 27, 2012

Raspberry Pi Arrival

是的,等了數個月,終於在鋒面來襲的昨天收到了 Raspberry Pi,不過還沒開箱,因為還需要去買條 HDMI 的連接線好外接螢幕。

之前看過網路上的分享,但是會想買一張來玩玩是因為在葉難的網站看到挺詳細的介紹,加上那時候股票小賺一點點,所以就上官網下了訂單。若是最近的話可能就不會買了,因為這陣子股票表現不理想,哈。

過幾天再來更新一下把玩的心得。

Monday, November 26, 2012

Pageviews

話說這裡改了門牌號碼後,我就很少來了,今天上班時心血來潮登入來看一下,除了讓自己提提神,減輕睡意,也順便看看咕狗最近對這邊有無什麼新作為。

不過,這次重點是在於看到 Pageviews by Countries 時,竟然發現除了台灣以外,Netherlands 是最高的國家。這倒讓我訝異了,雖然老實說 pageviews 少得可憐 (誰叫我自己都不願來了 XD),但是發現有來自國外的觀眾,真真叫我想知道是什麼把他們騙進來這裡了﹍