SmartVessel

Foucs on C++

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

2011年2月9日 #

摘要: 用命令行配置PPPoE 设置modem要用终端。用以下菜单打开:应用程序 > 附件 > 终端。 用来配置的程序包叫PPPoE。这个包是默认安装的,不过有时配置更改时有可能系统里没有。如果下面的命令不能运行,你就得去安装这个包(参见PPPoE包安装节)。 在终端中键入: sudo pppoeconf 一个文本模式的选择程序将引导你进行下面的步骤: 确认探测到的以太网卡。 输入用户名。 输入密码。 如果你已经有一个PPPoE连接,会问你要不要修改。 常见选项:是不是用'noauth' 和 'defaultroute' 选项同时移去'nodetac 阅读全文
posted @ 2011-02-09 21:20 SmartVessel 阅读(2546) 评论(0) 推荐(0)

2011年1月25日 #

摘要: http://cgi.cse.unsw.edu.au/~cs4411/wiki/index.php?title=OpenCV_Guidehttp://www.vision.ee.ethz.ch/boostingTrackers/onlineBoosting.htm 阅读全文
posted @ 2011-01-25 20:07 SmartVessel 阅读(218) 评论(0) 推荐(0)

2011年1月24日 #

摘要: 先贴个.vimrc配置,稍后再详细说ctags -R --c++-kinds=+p --fields=+iaS --extra=+q src """"""""""""""""""""""""""""""""""""""& 阅读全文
posted @ 2011-01-24 21:33 SmartVessel 阅读(504) 评论(0) 推荐(0)

2011年1月21日 #

摘要: 总结下来主要有3种方法:1. 用ln将需要的so文件链接到/usr/lib或者/lib这两个默认的目录下边Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ln-s/where/you/install/lib/*.so/usr/libCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->sudold 阅读全文
posted @ 2011-01-21 10:01 SmartVessel 阅读(140993) 评论(1) 推荐(5)

2011年1月10日 #

摘要: 1. install vim and vim-gnome[代码][代码]2. install vim plugin c.vimdownload cvim.zip from http://www.vim.org/scripts/script.php?script_id=213if there already have ~/.vim, unzip cvim.zip and copy the files to ~/.vim matched folders.otherwise[代码]Add the following line to the ~/.vimrc to enable the plugin 阅读全文
posted @ 2011-01-10 20:24 SmartVessel 阅读(882) 评论(0) 推荐(0)

2010年12月15日 #

摘要: 我仍然使用的stable源,是不是太胆小了没有使用testing源现在testing源下面的virtualbox版本已经3.2.10,而stable才是1.6.6http://wiki.debian.org/VirtualBox 有详细的安装细节。这里摘要virtualbox的安装Install the virtualbox-ose package and appropriate kernel module package for your system: [代码]安装virtualbox软件包和其对应的内核moduleInstruct udevd(8) to reload the insta 阅读全文
posted @ 2010-12-15 20:36 SmartVessel 阅读(296) 评论(0) 推荐(0)

2010年12月13日 #

摘要: debian可以直接挂载U盘了,U盘的格式是Fat32.我把ntfs的移动硬盘插入时候,结果能够识别,却不能打开。下面就用ntfs-3g[代码]挂载[代码]卸载[代码]今天把移动硬盘直接插入,居然能自动打开,而且中文支持很棒。god,啥意思? 阅读全文
posted @ 2010-12-13 21:09 SmartVessel 阅读(282) 评论(0) 推荐(0)

摘要: 在gonme的System-Administration-Time and Date里面把太平洋时区修改成北京时区的时候,不小心把时间选了过了一年了,到明年去了。结果重启X系统了,出错了。Nautilus can't be used now, due to an unexpected error from Bonobo when attempting to locate the factory. Killing bonobo-activation-server and restarting Nautilus may help fix the problem.在网上一顿搜索,使用了sudo 阅读全文
posted @ 2010-12-13 21:00 SmartVessel 阅读(291) 评论(0) 推荐(0)

摘要: [1]使用vlc[代码]基本可以解决,但是某些windows下面的格式还是打不开,或者有声音没图像。[2] mplayer代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--sudoapt-getinstallmplayerhttp://www.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2tarxvfall-20071007.tar.bz2mvall-20071007/*/usr 阅读全文
posted @ 2010-12-13 20:22 SmartVessel 阅读(342) 评论(0) 推荐(0)

2010年12月7日 #

摘要: 1.产生支持中文的语系,看到有两个方法 (1)locales程序[代码]选择了下面的支持中文的locale: * en_US.ISO-8859-1 * en_US.UTF-8 * zh_CN.GB2312 * zh_CN.GB18030 * zh_CN.UTF-8 * zh_CN.GBK * zh_TW.BIG5 * zh_TW.UTF-8缺省locale依旧设置为en_US.utf8,我想使用一个英文界面 (2)直接修改参数,再产生语系vim /etc/locale.gen ,添加相应的支持/usr/sbin/locale-gen 2.添加中文字库中文字库有很多,我只添加了文 阅读全文
posted @ 2010-12-07 20:33 SmartVessel 阅读(444) 评论(1) 推荐(0)