Software: July 2010 Archives

Unlocker 64 bit version

user-pic
Vote 0 Votes

Unlocker 從 1.9.0 開始有了 64 bit 的版本
但是 1.9.0 版多了一個瀏覽器的工具列軟體, 使得安裝檔大小暴增
1.8.9 版 216K
1.9.0 版(32 bit) 993K
Download Unlocker 1.9.0 - 32 bit version
Download Unlocker 1.9.0 - 64 bit version

使用 ssh 連線時, 若目的主機沒有在 ~/.ssh/known_hosts 內,
會出現此訊息問你要不要連線,
Are you sure you want to continue connecting (yes/no)?
yes 則會把 host key 加到 ~/.ssh/known_hosts

若不想出現此詢問訊息, 希望自動把 host key 加到 ~/.ssh/known_hosts
在 /etc/ssh/ssh_config 加入
StrictHostKeyChecking no
預設值是 ask

單次可以用 ssh -o "StrictHostKeyChecking no"

Multicolumn Bookmarks 這個 Extension,
功能只做一半, 書籤主頁有 Multicolumn, 但是目錄裡面就沒有.

為了要做到書籤目錄也有 Multicolumn, 需安裝 Stylish
到「使用者樣式」編寫新樣式, 名稱隨便, 將下面的 Code 貼入, 儲存
調整 width 可以控制幾欄

/*column bookmark*/
#bookmarksMenu .bookmark-item, .bookmark-item[container="true"] .bookmark-item
{
-moz-appearance: none !important;
min-width: 200px !important;
max-width: 200px !important;
margin-left: 8px !important;
}
#bookmarksMenu menupopup .scrollbox-innerbox, .bookmark-item[container="true"] menupopup .scrollbox-innerbox
{
width: 650px !important; /*3 colonnes*/
/* width: 850px !important; *//*4 colonnes*/
display: table !important;
}
#bookmarksMenu menupopup menuseparator, .bookmark-item[container="true"] menupopup menuseparator
{
display: block !important;
margin-bottom: 16px !important;
}
#bookmarksMenu scrollbox, .bookmark-item[container="true"] scrollbox
{
overflow-y: auto !important;
}

About this Archive

This page is an archive of entries in the Software category from July 2010.

Software: June 2010 is the previous archive.

Software: August 2010 is the next archive.

Find recent content on the main index or look in the archives to find all content.

Software: Monthly Archives

Monthly Archives