Azure/C++/C#/Java/Asp.net/JavaScript/Html - MFC/COM/ActiveX/eclipse/Web

dlbrant

working soft

博客园 首页 新随笔 管理

随笔分类 -  Linux

Something about Linux
摘要:原文:http://www.cnblogs.com/Jesenwuzj/archive/2010/03/18/1688776.htmlVi中文手册1、vi的基本概念 基本上vi可以分为三种状态,分别是命令模式(command mode)、插入模式(Insert mode)和底行模式(last line mode),各模式的功能区分如下:1) 命令行模式command mode) 控制屏幕光标的移动,字符、字或行的删除,移动复制某区段及进入Insert mode下,或者到 last line mode。2) 插入模式(Insert mode) 只有在 Insert mode下,才可以做文字... 阅读全文
posted @ 2013-06-19 11:49 dlbrant 阅读(236) 评论(0) 推荐(0)

摘要:安装过程1. 在Hyper-V中为安装Ubuntu,安装正常步骤安装Ubuntu Server2. 安装结束后在编辑Ubuntu 中的文件#sudo vi /etc/initramfs-tools/modules,在文件末尾添加配置行:hv_vmbushv_storvschv_blkvschv_netvsc3. 运行update-initramfs,并reboot系统# update-initramfs –u# reboot4. Ubunut再次启动后已经是Hyper-V IC生效(enable)了,可以使用lsmod命令进行验证:# lsmod | grep hv_vmbushv_vmbus 阅读全文
posted @ 2013-05-07 23:25 dlbrant 阅读(1286) 评论(0) 推荐(0)

摘要:一、安装 rpmbuild // for fedora linux yum install rpmbuild -y // for ubuntu apt-get install rpmbuild 二、rpm specification file spec文件规范 能熟练掌握以上命令以及部分参数含义,管理日常的rpm软件包就不成问题了。然而随着Linux风靡全球,越来越多的开发者喜欢采用RPM... 阅读全文
posted @ 2009-02-17 14:47 dlbrant 阅读(11090) 评论(0) 推荐(0)

Software