博客园 首页 新随笔 联系 订阅 管理

12 2013 档案

摘要:Userspace virtual filesystem implemented as a pluggable module for gio# pacman -S gvfs 阅读全文
posted @ 2013-12-21 01:11 ZhanGSKen163 阅读(551) 评论(0) 推荐(0) 编辑

摘要:运行脚本:#!/bin/sh# FlashGot Command line arguments template: [URL] [COMMENT] [FOLDER]if [ $# = 3 ]; thenecho "Make a folder."mkdir $3/$2echo "Make a shell task files."echo "axel -s 20000 -n 1 -a -o $2 $1" > $3/$2/task.shchmod +x $3/$2/task.shelseecho "Axeltask.sh e 阅读全文
posted @ 2013-12-07 01:51 ZhanGSKen163 阅读(399) 评论(0) 推荐(0) 编辑

摘要:From: http://bbs.chinaunix.net/thread-3612167-1-1.html在~/.bash_profile里面添加export HISTSIZE=1000 阅读全文
posted @ 2013-12-06 01:10 ZhanGSKen163 阅读(207) 评论(0) 推荐(0) 编辑

摘要:From: http://hi.baidu.com/designhouse/item/746130c01f98a42dee4665de1:文件->打开2:文件类型:已编码文本 阅读全文
posted @ 2013-12-01 02:12 ZhanGSKen163 阅读(3726) 评论(0) 推荐(0) 编辑

摘要:From: http://blog.csdn.net/shallowgrave/article/details/8501629卸载libreoffice-kde4# pacman -R libreoffice-kde4 阅读全文
posted @ 2013-12-01 01:49 ZhanGSKen163 阅读(632) 评论(0) 推荐(0) 编辑