12 2012 档案

摘要:Kernel driver not installed (rc=-1908)The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing'/etc/init.d/vboxdrv setup'as root. If it is available in your distribution, you should i 阅读全文
posted @ 2012-12-29 00:38 scue 阅读(609) 评论(0) 推荐(0) 编辑
摘要:1. 脚本内容:#!/bin/bash# Author: linkscue# Version: 0.2# Usage: ./mp3cutsh $input $output# To use before: sudo apt-get install poc-streamerif [[ $# != 2 ]]; then #statements echo 'mp3cutsh $input $output' exit 1fi# 相关的变量,截取文件名、输出路径input=${1%.*}output=${2%/}input_mp3=${input}.mp3input_lrc=${inpu. 阅读全文
posted @ 2012-12-22 00:06 scue 阅读(508) 评论(0) 推荐(0) 编辑
摘要:syn on "语法支持colorscheme murphyset go="common conf {{ 通用配置"set ai "自动缩进set bs=2 "在insert模式下用退格键删除set showmatch "代码匹配"set laststatus=2 "总是显示状态行set expandtab "以下三个配置配合使用,设置tab和缩进空格数set shiftw... 阅读全文
posted @ 2012-12-14 03:04 scue 阅读(679) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示