2013年3月21日 星期四

自動移轉網址Ex.htm

<html><head>
<meta http-equiv="refresh" content="0;url=http://www.google.com">
</head></html>

2013年3月13日 星期三

加入PPA自動更新Chrome, Tweak, Gimp, Inkscape, Flash, Skype, UEX, SUN Java, OpenBravo, OpenJDK java...

在Ubuntu 12.04下
Ctrl+Alt+T(出現終端機畫面)

----------------------
自動更新Google Chrome時,
執行:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
再執行:
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'

按關機鍵,叫出更新管理員來檢查、安裝更新。
引用自:UbuntuUpdates - PPA Google Chrome

----------------------
自動更新Ubuntu Tweak時,
sudo add-apt-repository ppa:tualatrix/ppa
引用自:Ubuntu Tweak Stable PPA

自動更新Gimp時,
sudo add-apt-repository ppa:otto-kesselgulasch/gimp
引用自:launchpad.net

自動更新Inkscape時,
sudo add-apt-repository ppa:inkscape.dev/stable
引用自:Unixmen.com

----------------------
自動更新Flash, Skype, UEX, SUN Java, OpenBravo...時,
sudo sh -c 'echo "deb http://archive.canonical.com/ubuntu/ quantal partner" >> \
/etc/apt/sources.list.d/canonical_partner.list'
引用自:Description:  Commercial Software including Flash, Skype, UEX, SUN Java, OpenBravo...

自動更新OpenJDK java時,
sudo add-apt-repository ppa:openjdk/ppa
引用自:PPA for OpenJDK

----------------------
自動更新librecad時,
sudo add-apt-repository ppa:librecad-dev/librecad-stable

自動更新kdenlive時,
sudo add-apt-repository ppa:sunab/kdenlive-release
ppa.launchpad.net/sunab/kdenlive-release/ubuntu
徹底移除kdenlive:
sudo apt-get purge kdenlive
sudo apt-get autoremove kdenlive
sudo apt-get autoclean kdenlive


2013年3月12日 星期二

加入PPA自動更新LibreOffice新版本

Ubuntu 12.04下
Ctrl+Alt+T(出現終端機畫面) 

1.加入 PPA:
sudo add-apt-repository ppa:libreoffice/ppa

sudo add-apt-repository ppa:libreoffice/libreoffice-prereleases

2.更新:
sudo apt-get update

3.安裝新版LibreOffice:
sudo apt-get install libreoffice

第2-3步驟,可以改成:
按關機鍵,叫出更新管理員來檢查、安裝更新。 

移除舊版LibreOffice:
(若要依以上步驟直接更新,並不需要先移除舊版)
sudo apt-get remove --purge libreoffice-core

sudo apt-get purge libreoffice-core

引用自:
胖果米
Open Jiang
launchpad.net
迪蘭帝的聊天室

2012年5月24日 星期四

2012年5月7日 星期一

清理磁碟空間

清除套件暫存檔
sudo apt-get autoclean

移除下載過的軟體Cache
(/var/cache/apt/archives目錄的deb)
sudo apt-get clean

刪除系統不再使用的孤立軟體
sudo apt-get autoremove

2012年4月30日 星期一

GRUB變更開機作業系統

Ubuntu 12.04移除了開機管理程式startup
變更開機作業系統步驟:

1.Ctrl+Alt+T (進入Terminal)

2.輸入:
sudo gedit /boot/grub/grub.cfg

3.開機作業系統內定值:
default=0 (Ubuntu)
修改成:
default=5 (Windows)

4.
...
set root='(hd0,msdos4)'
search --no-floppy --fs-uuid --set=root
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
  load_video
  insmod gfxterm
...

2012年4月12日 星期四

16 Most useful keyboard shortcuts for Ubuntu 11.10 users (beginner)

Ctrl + Alt + t : Opens the Terminal
Ctrl + Alt + L : Lock the screen
Ctrl + Alt + Delete : Logout from the current session
Ctrl + Alt + Left/Right/Up/Down : To change workspace [e.g hit Ctrl+Alt+Right (Arrow Key) for moving to right workspace]
Shift + Ctrl + Alt + Left/Right/Up/Down : To move windows to different workspaces [e.g Shift+Ctrl+Alt+Down will move the selected window to down workspace]

Super : focus on Unity Launcher (left panel), with some unique number for each Apps [super key is the one with window logo]
Super + {n} ; where n = 0 1 2..9 : it will launch the corresponding Application
Super + t : Opens trash program
Super + d : toggle between the All Windows Minimize/Restore state
Super + s : shows you – the all available workspaces, it has the same action as if you click on workspace icon in launcher.

Alt + Tab : Switch Applications
Alt + F4 : Close the window
Alt + Space : Activate the window menu
Alt + F7 : Move Window
Alt + F8 : Resize Window
Alt + F2 : Opens the run command dialog