zoukankan      html  css  js  c++  java
  • archlinux配置答疑

    Q: chinese can not appear in my firefox and terminal rightly

    A: pacman -S wqy-microhei

    Q: install pip in arch linux

    A: first go to pypi.python.org search "pip" find you need version, download it, choose the source install, my remote python is python3.5 but i set a alias to change python2.7, and i type the python setup.py install it, and then i got a pip which i need.

    Q: config dns

    A: edit /etc/resolv.conf  and use below

    nameserver 114.114.114.114
    nameserver 114.114.115.115
    

    then quit type `systemctl restart netctl`

    Q: 怎么样安装中文输入法?

    A: 首先要下载fcitx, fcitx-configtool, fcitx-googlepinyin,然后配置一下就可以了。

    Q: 系统默认python指定为python3.x版本,但是业界流行都是2.7,如果想默认为2.7,这时候应该怎么办?

    A:去/usr/bin/里面修改python软连接的位置

    --------

    到此为止我的archlinux已经差不多安装完了,有一个坑是这样的,现在archlinux采用的是systemd来管理服务的,网上大多数都是rc.d什么的,这点了解到systemd是什么东西就可以搞定了。

    good luck

  • 相关阅读:
    CentOS 6.5 zabbix 3.0.4 乱码问题
    CentOS-6.5安装zabbix 3.0.4
    NFS工作原理及配置文件详解
    CentOS-6.5-NFS部署
    Swift中简单的单例设计
    UITableViewCell实现3D缩放动画
    Swift
    Swift
    [转]Swift编程风格指南
    pch文件出现no such file or directory错误
  • 原文地址:https://www.cnblogs.com/symons1992/p/5271130.html
Copyright © 2011-2022 走看看