Category Archives: ubuntu Linux

ubuntu, install with tar.gz

15 二月
-
The first thing you need to do is extracting it in a folder, let's make it your desktop. You can extract an archive right clicking on it and choosing the appropriate entry. It should create a new folder with a similar name, e.g. program-1.2.3. Now you need to open your terminal and then go to that directory:...

ubuntu 常用的軟體

9 二月
-
有一部老電腦RAM只有2G,WIN7跑不動了,試用 ubuntu 14.04來玩玩。覺得這些程式還不錯。...

Ubuntu 14.04 用fcitx 裝嘸蝦米輸入法

8 二月
-
Ubuntu預設是以ibus作為輸入法,ibus本身並沒有嘸蝦米的table,改用另一個輸入法軟體Fcitx,英文全稱「Flexible Input Method Framework」,中文名稱為「小企鵝輸入法」...

Ubuntu 11.04 程式死當

6 二月
-
Ctrl + Alt + F1~F6(其中一個)進入tty文字模式。 登入。 使用指令ps aux查詢你當掉的程式的PID數值(程式通常在最下面幾個中)。 ps aux的PID在第2行(PID是有順序的號碼)。 使用kill -9 PID數值,將當掉的程式強制關閉。 Ctrl + Alt + F7回到視窗介面。 如果沒回覆正常 →回到文字模式 →執行重開機指令sudo reboot。...

Linux CentOS 7

13 五月
-
Redhat 在 2014 7月份釋出了最新版本的作業系統 – Redhat Enterprise Linux 7,CentOS 也在當月不久釋出 CentOS 7。...

資料庫管理系統 MariaDB 與 MySQL

13 五月
-
MariaDB資料庫管理系統是MySQL的一個分支,主要由開源社群在維護,採用GPL授權許可。開發這個分支的原因之一是:甲骨文公司收購了MySQL後,有將MySQL閉源的潛在風險,因此社群採用分支的方式來避開這個風險。...

PHP 5.4 移除 Strict Standards

13 五月
-
As the commenters have stated the best option is to fix the errors, but with limited time or knowledge, that's not always possible. In your php.ini change...