Showing posts with label tips. Show all posts
Showing posts with label tips. Show all posts

December 04, 2013

透過 CUPS 網頁界面在 Ubuntu 上新增印表機


從瀏覽器輸入網址:
localhost:631

可以看到網頁的界面:

適用 Ubuntu 13.04/12.04.3

June 05, 2011

Rails 3.1rc1 on ubuntu 11.04 by rvm (step by step)

better formatted version here:

Pre-Requires:
apt-get install rubygems git-core curl

Following steps please use normal user

Install RVM
curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer ; chmod +x rvm-installer ; ./rvm-installer --version latest

Set up RVM into your bash profile
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bashprofile && source .bashprofile

Install necessary package into RVM
rvm package install zlib && rvm package install openssl

Install Ruby 1.9.2-head and use
rvm install 1.9.2-head
rvm use 1.9.2-head --default

Create gemset for Rails 3.1rc1 and use it as default gemset
rvm gemset create rails31rc1
rvm gemset use rails31rc1 --default

Update gem and gems
gem install --system
gem update

Install Rails 3.1rc1 without doc to avoid rdoc error
gem install rails -v ">=3.1.0rc" --no-ri --no-rdoc --with-openssl-dir=$HOME/.rvm/usr --with-zlib-dir=$rvm_path/usr

notice: if you trying to use sqlite3 please install "libsqlite3-dev" by apt-get

December 05, 2009

Google 推出 Public DNS (part of Let's make the web faster project)

這一個月來 Google 似乎每個禮拜都有新的服務推出,本週推出的是 Public DNS, 是類似 Open DNS 的服務不過功能沒這麼多,單純強調提高連線速度及安全性。

使用方法很簡單,把原本設定 DNS 欄位替換成 Google 提供的 DNS ip 就可以囉~
優點是他無敵好記的 ip address, primary 8.8.8.8 secondary 8.8.4.4

設定完成後可以 連接麻省理工的網址 http://18.62.1.6/ 做測試。

Google 在著手全 Web 化的系統環境同時也將硬體的網路架構(Web Infrastructure)向前推進,
Spdy 計畫也不難看出 Google 改良連線方式上的野心,有一種離 Google 所統治的網路帝國越來越近的感覺…

September 27, 2009

Chrome 也能看 Sidewiki(更新)

莫名奇妙的事情就是 google chrome 不能看 google sidewiki, 不過奇怪的事情總是會有個怪奇的技巧來解決。

以下是好用的書籤工具:

觀看此頁的 Sidewiki - 把左邊的連結直接加到我的最愛就可以用了

via Digital Inspiration

update20091101:
給不想安裝以及不能安裝 Google Toolbar 的大大們,
來自谷歌官方的 bookmarklet 請服用,


Sidewiki - 一樣是將此連接拖放至書籤列即可。


via 點此前往官方頁面

December 10, 2006

gmail 新功能:從其它信箱收取信件

gmail 又悄悄的加入的新的功能,
讓你能夠從 gmail 收取其它 POP 信箱(yahoo, 公司信箱…等等),
目前能同時收取五組信箱。
拿來備份或是檔廣告相信應該都不錯用。

這樣變得很好用的 yahoo mail 應該就不會再去開了,
話說在過不久收信軟體也快用不上了。

使用方法:
Settings -> Accounts -> Get mail from other accounts

ps. 目前(12/10)並不是所有的帳號都有這個功能(?)