Archlinux 日常组建

  • 啟用網路
# systemctl enable NetworkManager          

# systemctl start NetworkManager
  • 安装oh my zsh:
# pacman -S zsh git gvim

# curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh  
  • 添加用户
# useradd -m -g users -G audio,video,floppy,network,rfkill,scanner,storage,optical,power,wheel,uucp,vboxusers -s /usr/bin/zsh yaya

#passwd yaya
  • 使用者權限
#visudo

root ALL=(ALL) ALL           //找到這行,新增下一行

arch ALL=(ALL) ALL            //arch 改成你的使用者
  • 装X
# pacman -S xorg-server xorg-server-utils xorg-xinit                  //x服务

# pacman -S mesa                                                                      //3d性能

# pacman -S xorg-twm xorg-xclock xterm xorg-xeyes           //测试x工具(startx
  • 圖形驅動程式

ATI

# pacman -S xf86-video-ati

Intel

# pacman -S xf86-video-intel

NVIDIA

# pacman -S xf86-video-nouveau nouveau-dri lib32-nouveau-dri

VirtualBox

# pacman -S virtualbox-guest-utils

# modprobe -a vboxguest vboxsf vboxvideo

# vi /etc/modules-load.d/virtualbox.conf

vboxguest

vboxsf

vboxvideo

VMware

# pacman -S open-vm-tools

# systemctl enable vmtoolsd

# systemctl start vmtoolsd

# cat /proc/version > /etc/arch-release
  • 桌面環境(擇一)

LXDE

# sudo pacman -S lxde gamin gvfs gvfs-afc leafpad obconf epdfview

# echo "exec startlxde" >> ~/.xinitrc

Xfce

# sudo pacman -S xfce4 xfce4-goodies gamin file-roller gvfs gvfs-afc

# echo "exec startxfce4" >> ~/.xinitrc

KDE

# sudo pacman -S kde-meta kde-l10n-zh_{cn,tw} appmenu-qt oxygen-gtk{2,3}

# echo "exec startkde" >> ~/.xinitrc

Cinnamon

# sudo pacman -S cinnamon gnome-terminal nautilus file-roller

# echo "exec gnome-session-cinnamon" >> ~/.xinitrc

# startx                        //啟動以上桌面環境
  • My Pc
# pacman -S xf86-video-inter mesa-libgl libva-intel-driver libva        //显卡驱动

# pacman -S xfce4                                                                             //安装xfce4

# startxfce4                                                                                         //启动桌面
  • 啟用音效

  • 许多桌面环境亦提供了声音控制功能。若跳过本节,可稍后进行设置。

  • Arch Linux默认开启了声音支持,默认静音。用户可通过 alsamixer(所属包:alsa-utils) 取消静音:

    1. 方向键 选中 Master 和 PCM

    2. [M] 取消静音

# sudo pacman -S alsa-utils

# sudo alsamixer
  • 必備工具
# sudo pacman -S mlocate wget tmux nmon mosh unrar unzip unace p7zip wxgtk
  • 開發工具
# sudo pacman -S git mercurial subversion bzr cmake emacs gvim
  • 網路瀏覽器
# sudo pacman -S firefox firefox-i18n-zh-{cn,tw} gtk3 

# sudo pacman -S chromium  
  • 瀏覽器外掛
# sudo pacman -S flashplugin  jre7-openjdk
  • Chromium

Flash播放器

注意: Chromium 不再支持 Netscape plugin API (NPAPI),flashplugin 已经无法工作。

可以使用 Google Chrome (新Pepper API)提供的 Flash.

可以通过AUR中提供的软件包进行安装:

chromium-pepper-flashAUR - 稳定版本

chromium-pepper-flash-devAUR - 开发版本

请在chrome://plugins中启用 /usr/lib/PepperFlash/libpepflashplayer.so

  • My_fcitx输入法
# pacman -S fcitx-im fcitx-configtool fcitx-sunpinyin fcitx-cloudpinyin

# cp /etc/xdg/autostart/fcitx-autostart.desktop ~/.config/autostart

# vim ~/xinitrc

export GTK_IM_MOUDLE=fcitx

export QT_IM_MOUDLE=fcitx

export XMODIFIERS="@im=fcitx"
  • fcitx輸入框架(台湾)
# sudo pacman -S fcitx-im fcitx-qt5 fcitx-table-extra

# sudo pacman -S fcitx-googlepinyin fcitx-fbterm

# vi ~/.xprofile

export LANG="zh_TW.UTF-8"

export LC_CTYPE="zh_TW.UTF-8"

export LC_COLLATE="C"

export GTK_IM_MODULE=fcitx

export QT_IM_MODULE=fcitx

export XMODIFIERS="@im=fcitx"
  • 安装virtualbox

安装软件包 virtualbox。virtualbox-host-dkms 会被安装为依赖软件包,要使用它安装内核模块,需要根据实际使用的内核安装内核头文件:

linux内核: linux-headers

linux-lts: linux-lts-headers

linux-zen: linux-zen-headers

linux-grsec: linux-grsec-headers

如果不安装需要的内核,dkms 在内核升级后不会做任何操作,你会找不到 Virtualbox 内核模块。只要安装了内核头文件, dkms 就会在内核升级后运行。

# pacman -S virtualbox ~~virtualbox-host-dkms~~ dkms

使用基于 Qt 的图形界面:

# pacman -S qt4

# pacman -S linux-headers (如果先安装了dkms 其会自动安装)

DKMS 的安装:

Tip: DKMS 可以为当前所运行的内核自动生成模块,通过使用以下命令:

# dkms autoinstall

由于virtualbox-host-dkms 包需要进行编译,请确保你拥有对应于你的内核版本的Template:Linux-headers以避免这个错误: Your kernel headers for kernel your custom kernel version cannot be found at /usr/lib/modules/your custom kernel version/build or /usr/lib/modules/your custom kernel version/source

当virtualbox-host-dkms 安装后,请通过以下命令生成内核模块:

# dkms install vboxhost/virtualbox-host-source version -k your custom kernel version/your architecture

例:# dkms -q install -m vboxguest -v 5.0.16_OSE -k 4.5.1-1-ARCH

Tip: 你可以通过这个整合命令安装,如果你想省点事的话:

# dkms install vboxhost/$(pacman -Q virtualbox|awk '{print $2}'|sed 's/\-.\+//')  -k $(uname -rm|sed 's/\ /\//')

手动加载VirtualBox的内核模块:

# modprobe vboxdrv

启动时自动加载 VirtualBox 驱动:

# vim /etc/modules-load.d/virtualbox.conf

vboxdrv

vboxnetadp

vboxnetflt

vboxpci

以下模块是可选的,但建议选上如果您不想在进行一些高级配置时被打扰(如下): vboxnetadp, vboxnetflt 和vboxpci.

vboxnetadp 和vboxnetflt 都是需要的当你使用网桥时 bridged or host-only networking feature. More precisely, vboxnetadp is needed to create the host interface in the VirtualBox global preferences, and vboxnetflt is needed to launch a virtual machine using that network interface.

vboxpci是需要的, 当你的虚拟机需要使用一个你的主机上的pci设备时

Note: 如果在virtualbox内核模块运行时你更新了模块,你需要手动重新加载这些模块以使用新版本。为了这么做,请在 root 权限下运行 vboxreload

最后,如果你使用前面提到的 "Host-only" 或是 "bridge networking" 功能,请确保 net-tools 已经安装。VirtualBoxt 为主机接口配置命令 VBoxManage hostonlyif 使用 ifconfig 和 route 来定位 IP 和 route,或通过 GUI 的Settings > Network > Host-only Networks > Edit host-only network (space) > Adapter选项。

添加用户到 vboxusers组:

# gpasswd -a $USER vboxusers

启动 VirtualBox 图形界面:

# VirtualBox

增强工具包:

# pacman -S virtualbox-guest-iso

(这个 .iso 文件会被定位在 /usr/lib/virtualbox/additions/VBoxGuestAdditions.iso,也许需要手动在虚拟机中加载,当挂载之后你可以安装增强工具。)

扩展组件:

自从 VirtualBox 4.0 之后,非GPL协议的组件已经从应用中被分离了出来,尽管这些组件使用非免费的协议并且 仅授权给个人使用,你也许仍有兴趣安装 Oracle 的扩展组件, 在这里提供 additional features。为了避免手动操作, virtualbox-ext-oracle[AUR] 包可供获得, 已编译的版本可以在 seblu仓库找到。

如果你喜欢使用传统的手动方法:手动下载扩展组件并通过 GUI 安装 (File > Preferences > Extensions) 或通过 VBoxManage extpack install <.vbox-extpack>命令来安装, 请确保你拥有 toolkit (like Polkit, gksu, etc.) 来获准进入 VirtualBox。安装过程 需要 root 权限.

Ps: http://sibsaidinblog-tw.blogspot.jp/2012/08/virtualbox-extension-pack.html

  • 触摸板支持
# pacman -S xf86-input-synaptics
  • 字型
# pacman -S ttf-dejavu wqy-microhei ~~ttf-arphic-{uming,ukai} wqy-zenhei~~
  • Arch 用户软件仓库(AUR)及吃豆效果
# vim /etc/pacman.conf (在文件末尾添加)

[options]

ILoveCandy

[archlinuxfr]

SigLevel = Optional TrustAll  

Server = http://repo.archlinux.fr/$arch

[archlinuxcn]

SigLevel = Optional TrustedOnly

Server = http://repo.archlinuxcn.org/$arch

# pacman -Sy archlinuxcn-keyring yaourt
  • Go编程环境:
# sudo pacman -Sy liteide(Go会作为依赖一起安装上去)
  • 网络时间同步:
# pacman -S ntp

# systemctl enable ntpd

# pacman -S slim

# systemctl enable slim

# pacman -S networkmanager network-manager-applet  sudo lxappearance wget uget gedit file-roller  thunar-archive-plugin smplayer vlc gimp pidgin gpicview tumbler gparted scrot

pdf:epdfview/zathura

music:audacious

归档器:engrampa/xarchiver(不好用)

engrampa 的可选依赖:

caja: file archiver extension

unrar: for RAR uncompression

zip: for ZIP archives

unzip: for ZIP archives

p7zip: 7zip compression utility

arj: for ARJ archives

unace: extraction tool for the proprietary ace archive format

yelp: for reading MATE help documents

image:Ristretto(Super Good)、GPicView(Good)、Gwenview(gif)

others:leafpad、

tmux: 你懂的

rofi: 启动器

compton: 开透明什么的需要

pnmixer: 调音量

lxappearence: 设置主题、外观

numix-theme, numix-circle-icon-theme-git: 我喜欢的主题和图标,装完用lxappearence设置生效

nitrogen: 设置壁纸

conky: 系统状态监视

xfce4-power-manager: 电源管理

mate-notification-daemon: 桌面通知

现在,可直接从 官方仓库 中安装 steam 。

如果你使用64位系统,请先启用 multilib 仓库。

Steam 目前在 Arch Linux 上并不被官方支持,因此需要用户做一些调整以使程序顺利运行:

  • Steam中大量使用 Arial 字体。你可以通过安装 ttf-liberation 或 ttf-microsoft-arialAUR[broken link: archived in aur-mirror] 或 ttf-ms-fontsAUR 或 Steam提供的字体 来让它看起来漂亮点儿。亚洲语言建议使用wqy-zenhei。

  • 如果你使用64位系统,你还需要安装 32位版本的显卡驱动 (位于表格中“Multilib 软件包 ”这一列) 以运行32位游戏。

  • 如果你使用64位系统,你还需要安装 lib32-alsa-plugins 为32位游戏提供声音支持。

  • 有些游戏可能需要附加依赖。如果游戏不能正常启动 (一般没有任何错误提示),请确保安装了 Steam/Game-specific troubleshooting 中列出的依赖。

sudo pacman -S lib32-mesa-libgl lib32-alsa-plugins

Intel graphics安装:

先安装 Xorg,然后安装位于官方软件仓库的 xf86-video-intel 软件包。它提供了用于2D加速的DDX驱动和旧显卡的XvMC视频解码驱动。它依赖于3D加速的DRI驱动 mesa。

启用OpenGL支持, 安装 mesa-libgl.64位系统需要安装lib32-mesa-libgl 才能在 32 位程序中使用加速功能。

要使用新 GPU 的硬件编解码功能,请按装官方软件仓库中的libva-intel-driver和libva软件包,它提供了VA-API驱动。

配置

没必要做任何形式的配置来运行X.ORG(不需要xorg.conf,但若有则要正确配置)。

However, to take advantage of some driver options, you will need to create a Xorg configuration file similar to the one below:

/etc/X11/xorg.conf.d/20-intel.conf

Section "Device"

   Identifier  "Intel Graphics"

   Driver      "intel"

EndSection

你可能感兴趣的:(Archlinux 日常组建)