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

发布了54 篇原创文章 · 获赞 46 · 访问量 2万+

猜你喜欢

转载自blog.csdn.net/weixin_40422121/article/details/104279017