摘要: >>>Arch Linux# uuidgenFrom: http://os.51cto.com/art/200709/56613.htm>>>Debianjian@OS:~$ uuidgene6e3fb44-2205-400e-93b2-08e506d0e8f9jian@OS:~$ sudo apt... 阅读全文
posted @ 2014-07-24 21:07 张绍建 阅读(220) 评论(0) 推荐(0)
摘要: sudoapt-getinstallxubuntu-desktopFrom: http://tieba.baidu.com/p/294762291 阅读全文
posted @ 2014-07-24 12:41 张绍建 阅读(938) 评论(0) 推荐(0)
摘要: 自动设置 时区列表 timedatectl list-timezones sudo timedatectl set-timezone Asia/Shanghai sudo timedatectl set-ntp true 手动设置 sudo ln -s /usr/share/zoneinfo/UTC 阅读全文
posted @ 2014-07-21 17:43 张绍建 阅读(949) 评论(0) 推荐(0)
摘要: # pacman -S apache-ant参考:http://blog.csdn.net/linshutao/article/details/6638116 阅读全文
posted @ 2014-07-18 02:32 张绍建 阅读(379) 评论(0) 推荐(0)
摘要: 安装yaourt,最简单安装Yaourt的方式是添加Yaourt源至您的 /etc/pacman.conf:[archlinuxcn]#The Chinese Arch Linux communities packages.SigLevel = Optional TrustAllServer = h 阅读全文
posted @ 2014-07-18 02:27 张绍建 阅读(615) 评论(0) 推荐(0)
摘要: >>>使用子菜单 选择默认子菜单,GRUB_DEFAULT="2>0"From:https://help.ubuntu.com/community/Grub2/Submenus >>>不使用子菜单 # sudo vim /etc/default/grub添加配置:GRUB_DISABLE_SUBME 阅读全文
posted @ 2014-07-17 06:10 张绍建 阅读(342) 评论(0) 推荐(0)
摘要: pacman -S gvfs 阅读全文
posted @ 2014-07-16 23:05 张绍建 阅读(1110) 评论(0) 推荐(0)
摘要: HostnameSet the hostname to your liking (e.g. arch):# echo myhostname > /etc/hostnameAdd the same hostname to /etc/hosts:# nano /etc/hosts## /etc/host... 阅读全文
posted @ 2014-07-16 19:26 张绍建 阅读(2922) 评论(0) 推荐(0)
摘要: >>>安装方法pacman -S thunar-archive-plugin xarchiver zip unzip p7zip arj lzop cpio unrar>>>文件解压命令。# ".tar.gz"文件# tar -zxvf xxx.tar.gz# ".tar.bz2"文件# tar -... 阅读全文
posted @ 2014-07-16 16:58 张绍建 阅读(2521) 评论(0) 推荐(0)
摘要: ##编辑~/.xinitrc文件,添加:export GTK_IM_MODULE=fcitxexport QT_IM_MODULE=fcitxexport XMODIFIERS="@im=fcitx"# pacman -S fcitx-im fcitx-table-extra fcitx-sunpi... 阅读全文
posted @ 2014-07-16 16:21 张绍建 阅读(299) 评论(0) 推荐(0)