Chromebook pixel2013/2015 Manjaro-gnome 18.1.5 配置大全

2013配置還是有點低,換了2015

初期配置,更換源

Manjaro-GNOME的安裝與配置

中文輸入法

https://www.cnblogs.com/huangyingting/p/10599404.html

sudo pacman -S --noconfirm fcitx-im fcitx-sogoupinyin fcitx-configtool fcitx-lilydjwg-git

https://www.zhihu.com/question/330715155

gnome快捷鍵設置

設置了一些類Windows的快捷鍵

gnome-terminal -> Ctrl+Alt+T // 打開終端
nautilus --new-window -> Ctrl+E // 打開文件管理器

音量鍵可以在設置一下,chromebook的熱鍵識別不出來

配置大全(一頂所有)

https://www.cnblogs.com/yancy9862/p/11373108.html
https://www.liangzl.com/get-article-detail-1702.html

Java && Eclipse

Java
yaourt -Sy --noconfirm jdk11-openjdk openjdk11-doc

這裏我選擇版本爲OpenJDK11

eclipse
yaourt -Sy --noconfirm eclipse-jee/usr/local/bin/charm
用yaourt 下載軟件

想下載什麼軟件可以搜索,如命令

yaourt -Ss ssr
openjdk-doc位置以及打開

試了好久不會用命令行打開google-chrome
想打開openjdk11-doc的html,GUI找位置的話太麻煩了

cd /usr/share/doc/java11-openjdk/
nautilus -s index.html

然後用GUI打開就可以了

SSH
yaourt -S --noconfirm openssh
sudo systemctl enable sshd # 開機自啓動ssh
sudo systemctl start sshd # 開啓ssh服務

參考網址:ArchLinux 開啓ssh的一些記錄

Error
==> ERROR: Cannot find the fakeroot binary.
==> ERROR: Cannot find the strip binary required for object > file stripping.

https://www.jianshu.com/p/c20d1d423cd4

開機運行腳本

MANJARO 設置 RC.LOCAL 開機啓動運行 ROOT 腳本

teamviewer 未連接

teamviewer連接未就緒的解決(Manjaro Linux)

pycharm
yaourt -S pycharm-community-edition --noconfirm

路徑:/usr/local/bin/charm

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章