superxgz 发表于 2013-2-4 20:03:04

arch配置文件 备份

#!/bin/sh## ~/.xinitrc## Executed by startx (run your window manager from here)export LANG="zh_CN.UTF-8"export XMODIFIERS=@im=fcitxexport GTK_IM_MODULE=ximexport QT_IM_MODULE=xim# exec gnome-session# exec startkdeexec startxfce4# ...or the Window Manager of your choice 
xfce4关机或重启报错
http://www.linuxsir.org/bbs/thread346182.html
 
/etc/PolicyKit/PolicyKit.conf
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- --><!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN""http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd"><!-- See the manual page PolicyKit.conf(5) for file format --><config version="0.1"><match action="org.freedesktop.hal.power-management.shutdown"><return result="yes"/></match><match action="org.freedesktop.hal.power-management.reboot"><return result="yes"/></match><match action="org.freedesktop.hal.storage.mount-fixed"><return result="yes"/></match><match action="org.freedesktop.hal.storage.eject"><return result="yes"/></match><match action="org.freedesktop.hal.storage.mount-removable"><return result="yes"/></match></config>  
 
  挂载NTFS
/dev/sda1/mnt/c   ntfs-3gusers,uid=1000,gid=100,fmask=0113,dmask=0002,locale=zh_CN.utf8         0 0/dev/sda5/mnt/d   ntfs-3gusers,uid=1000,gid=100,fmask=0113,dmask=0002,locale=zh_CN.utf8         0 0/dev/sda6/mnt/e   ntfs-3gusers,uid=1000,gid=100,fmask=0113,dmask=0002,locale=zh_CN.utf8         0 0 
aria2加速下载
XferCommand = /usr/bin/aria2c -s 2 -m 2 -d / -o %o %u
 
yaourt

Server = http://repo.archlinux.fr/i686
 
 
页: [1]
查看完整版本: arch配置文件 备份