随笔分类 -  Ubuntu 系統相關

摘要:有些程式在執行時會顯示需要較新的 java jre 版本, 若系統裝有兩個 java jre 可以使用下列指令切協版本, sudo update-alternatives --config java sudo update-alternatives --config javac 阅读全文
posted @ 2017-02-26 16:46 wangchangruei 阅读(403) 评论(0) 推荐(0)
摘要:This is come from http://blog.lyhdev.com/2013/01/ubuntu-linux-apt-get.html 在 Ubuntu 下移除某個軟體套件,使用的指令是 apt-get remove,例如: sudo apt-get remove texlive-fu 阅读全文
posted @ 2016-12-18 21:21 wangchangruei 阅读(1354) 评论(0) 推荐(0)
摘要:Environment Ubuntu 14.04.5 LTS (Trusty Tahr) 現象 system 有偵測到 mobile phone, adb devices 沒有偵測到 mobile phone adb shell 顯示 device not found solution create 阅读全文
posted @ 2016-12-14 15:11 wangchangruei 阅读(599) 评论(0) 推荐(0)
摘要:/etc/apt/apt.conf.d/01proxy 若加了以下這行,則 apt-get 都會透過下方網址get Acquire::http::Proxy "http://aptcacher.arimacomm.com.tw:3142"; 有些 program 無法從以上網址去 get tool, 阅读全文
posted @ 2016-12-08 11:50 wangchangruei 阅读(195) 评论(0) 推荐(0)
摘要:Ubuntu 14 需 disable 加密,方可 遠端連線 此台電腦 connect ! 阅读全文
posted @ 2016-12-06 12:25 wangchangruei 阅读(226) 评论(0) 推荐(0)
摘要:1。install cifs tool (Common Internet File System) 新增 /etc/apt/apt.conf.d/01proxy 檔案並加入以下字串,即可透過此台機器做更新.Acquire::http::Proxy "http://aptcacher.XXXcomm. 阅读全文
posted @ 2016-12-06 12:01 wangchangruei 阅读(704) 评论(0) 推荐(0)
摘要:未使用 VPN Cisco Anyconnect 已連線到公司的網路: google-chrome-stable --proxy-server="proxy.XXXcomm.com:3128" 未連線到公司的網路: google-chrome-stable 使用 VPN Cisco Anyconne 阅读全文
posted @ 2016-12-05 12:00 wangchangruei 阅读(231) 评论(0) 推荐(0)
摘要:// install redshift // 調節 5000K 色溫 // reset 色溫 阅读全文
posted @ 2016-12-04 16:14 wangchangruei 阅读(269) 评论(0) 推荐(0)
摘要:因為 NB 太新, Ubuntu 14.04.01 沒有 support 新 chip,所以需使用 Ubuntu 14.04.5 LTS (Trusty Tahr). http://releases.ubuntu.com/14.04/ 在 Lenovo Thinkpad T460p 安裝 ubunt 阅读全文
posted @ 2016-12-02 01:16 wangchangruei 阅读(742) 评论(0) 推荐(0)
摘要:O S : 14.04.1-Ubuntu 加入fcitx開發團隊的repository: sudo add-apt-repository ppa:fcitx-team/nightly sudo apt-get update 安裝fcitx與嘸蝦米table: sudo apt-get install 阅读全文
posted @ 2016-12-01 22:36 wangchangruei 阅读(374) 评论(0) 推荐(0)