2015年12月7日 星期一
Ubuntu 好用軟體
Author: Mango
|
at:凌晨3:28
|
Category :
ubuntu
|
在這邊做個紀錄
中文輸入法 gcin
桌面小工具 Screenlet
遠端桌面 Remmina
截圖 Shutter
小畫家 KolourPaint
磁碟分割工具 GParted
系統清道夫+調校 ubuntu tweak
螢幕放大Compiz Config
2015年11月4日 星期三
[ubuntu] CPU調頻
Author: Mango
|
at:凌晨4:10
|
Category :
ubuntu
|
以root開啟該設定檔
/etc/cpufreqd.conf
尋找以下內容,調整maxfreq後重開機
[Profile]
name=Performance High
minfreq=50%
maxfreq=80%
policy=performance
#exec_post=echo 8 > /proc/acpi/sony/brightness
[/Profile]
參考
http://ashotw.blogspot.tw/2008/06/cpufrequtils.html
http://ubuntuforums.org/showthread.php?t=764446
http://ashotw.blogspot.tw/2008/06/cpufrequtils.html
http://askubuntu.com/questions/149271/how-to-change-default-scaling-governor-back-to-ondemand
2015年10月29日 星期四
[ubuntu] widght
Author: Mango
|
at:清晨5:10
|
Category :
ubuntu
|
http://icewalkerz.blogspot.tw/2009/09/installing-wallpaper-clock-in-ubuntu.html
http://www.noobslab.com/2013/09/desktop-screenlets-for-ubuntulinux.html
請使用終端機
下這兩條
sudo apt-get install screenlets
sudo apt-get install screenlets-pack-all
這兩條下好後~
附屬應用程式會多了screenlets
開了後會常駐左上角工具列
可以拿它開許多widght
2015年10月25日 星期日
[ubuntu] 變滑鼠滾輪方向
Author: Mango
|
at:上午8:17
|
Category :
ubuntu
|
打開終端, 鍵入指令:
| QUOTE: |
| xmodmap -e "pointer = 1 2 3 5 4" |
你就可以象 MAC OS X LION 一樣反向使用滑鼠滾輪了。
還原的話就調整一下指令
| xmodmap -e "pointer = 1 2 3 4 5" |
[ubuntu] gcin 輸入法 自動記憶
Author: Mango
|
at:凌晨4:59
|
Category :
ubuntu
|
form : http://home.gamer.com.tw/creationDetail.php?sn=2500433
以下擷取文章片斷
新增自定義辭彙
1. 在預選字中打入你想要記憶的辭彙,例如我輸入"卡特蓮娜"
2. 將游標移到遇選字的最後,並且按下快捷建"Ctrl+數字鍵",
數字代表的是該辭彙包含幾個字
例如卡特蓮娜就包含4個字我就得按"Ctrl + 4"
2015年10月19日 星期一
[ubuntu] ASUS X450J 無法啟用Wifi
Author: Mango
|
at:晚上10:30
|
Category :
ubuntu
|
先下 rfkill list
查一下軟體開關跟硬體開關狀態
「
0: acer-wireless: Wireless LAN
Soft blocked: yes
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
」
sudo rfkill unblock all
下這個後
再敲一次rfkill list
「
0: acer-wireless: Wireless LAN
Soft blocked: yes
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
」
blacklist acer-wmi
再裡面也加入這一條
ASUS 筆電安裝 Ubuntu 之後常有 WiFi 無法使用的情況,在右上角網路的 WiFi 選項是反白的,在這種情況需要修改 /etc/modprobe.d/blacklist.conf 檔。
$ sudo vi /etc/modprobe.d/blacklist.conf
在裏面加入下面這一行之後在重開機問題就會解決。
blacklist asus-nb-wmi
原因是被硬體開關鎖住
參考
http://leoncproblems.blogspot.tw/2014/04/asus-wifi.html
http://askubuntu.com/questions/440158/wireless-not-working-asus-x450j-qualcomm-atheros
http://askubuntu.com/questions/468620/wifi-not-working-on-asus-u32-with-ubuntu-14-04
http://ubuntuforums.org/showthread.php?t=2181558
訂閱:
文章 (Atom)

