zoukankan      html  css  js  c++  java
  • arch安装

    [archwiki-install]: (https://wiki.archlinux.org/index.php/Installation_guide)

    uefi+gpt

    Gummiboot

    #set locale
    '''nano /etc/locale.gen'''
    en_US.UTF-8 UTF-8  
    zh_CN.GB18030 GB18030  
    zh_CN.GBK GBK  
    zh_CN.UTF-8 UTF-8  
    zh_CN GB2312

    '''locale-gen'''

    '''echo "LANG=en_US.UTF-8" > /etc/locale.conf'''

    #set network

    #set diskpart

    pacstraps /mnt base base-devel


    #drivers
    ''' pacman -S dislog alsa alsa-utils r8168 wpa_supplicant '''

    ohmyzsh
    '''pacman -S zsh'''
    '''curl -L http://install.ohmyz.sh | sh'''

    plugins:autojump archlinux systemd git

    video card
    '''pacman -S mesa-dri xf86-video-intel bumblebee nvidia opencl-nvidia opencl-headers bbswitch'''

    xorg X11
    '''pacman -S xorg-xinit xorg-utils xorg-server-utils'''

    touchpad
    '''pacman -S xf86-input-synaptics'''

    openbox&
    '''pacman -S openbox slim tint2 feh gnome-terminal obconf obmenu flashplayer ntfs-3g volwheel'''

    #backup office pkg
    comm -23 <(pacman -Qeq|sort) <(pacman -Qmq|sort) > /tmp/pkglist

    #install backup pkg
    pacman -S $(< pkglist)

    #multi display screen

    xrandr --output eDP1 --auto --output HDMI1 --auto

    # volume control

    alsa-utils volumeicon


    #system monitor

    conky

    #touchscreen

    xf86-input-egalax  ,   touchegg

    #touchpad

    xf86-input-synaptics

    #fingerprint

    138a:0011 Validity Sensors, Inc. VFS5011 Fingerprint Reader

    fprintd , libfprint-vfs5011-git

  • 相关阅读:
    2017.5.11下午学习内容
    windows消息和消息队列
    探索Win32系统之窗口类(转载)
    WinMain函数详解(转载)
    Ajax爬取实战头条街拍美图
    Ajax实战微博
    Ajax请求分析实战
    ubuntu 安装rails
    ubuntu Thunderbird 接收邮件显示乱码的问题排除
    ubuntu 开机挂载windows分区
  • 原文地址:https://www.cnblogs.com/hsp401/p/4164336.html
Copyright © 2011-2022 走看看