linux收藏

manjaro 安装系统后设置

2019-03-18  本文已影响10人  MrChenyz

先查看manjaro18配置国内镜像源 这篇

系统全面更新

sudo pacman -Syu --noconfirm
sudo pacman -Syy --noconfirm
sudo pacman -Syyu --noconfirm
sudo pacman -S --noconfirm archlinuxcn-keyring 

软件安装 --> 打开 添加/删除 选择要安装的软件

办公软件 WPS

sudo pacman -S wps-office
sudo pacman -S ttf-wps-fonts

aria2

XferCommand  = /usr/bin/aria2c -x 8 -s 8 --dir $(dirname %o) -o $(basename %o) %u

安装思源字体

装完archlinux,时间总是比实际快了8个小时,找了各种办法,最终使用了openNTPD的方法

卸载openJDK

sudo pacman -R jdk8-openjdk
sudo pacman -R jre8-openjdk
sudo pacman -R jre8-openjdk-headless
yaourt jdk8
sudo archlinux-java set java-8-jdk

更新dns

sudo systemctl restart NetworkManager.service
Windows: 
ipconfig /flushdns

Debian/Ubuntu: 
sudo /etc/rc.d/init.d/nscd restart

Linux with systemd: 
sudo systemctl restart network.service

Fedora Linux: 
sudo systemctl restart NetworkManager.service

Arch Linux/Manjaro with Network Manager: 
sudo systemctl restart NetworkManager.service

Arch Linux/Manjaro with Wicd: 
sudo systemctl restart wicd.service

Mac OS X: 
sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder

卸载无用软件

sudo pacman -R --noconfirm audacious-plugins guayadeque vlc-nightly thunderbird libreoffice-still firefox steam-manjaro xfburn xfce4-dict xfce4-notes-plugin orage hexchat pidgin libpurple
sudo pacman -R --noconfirm totem lollypop thunderbird firefox-arc-maia-settings arc-firefox-theme-maia firefox steam-manjaro brasero hexchat empathy gnome-screenshot uget transmission-gtk dconf-editor

la-capitaine-icon-theme主题

yaourt -S la-capitaine-icon-theme

系统主题配置
- 样式

上一篇下一篇

猜你喜欢

热点阅读