随笔分类 -  Linux随记

摘要:在使用visual studio编译Qt时出现qtmaind.lib 或是 qtmain.lib错误,在经过几天的查询后发现并不是没有这两个文件。 而是在Qt里的名字使用的是Linux下的命名方式,是以 libxxx.a方式命名,位置在D:\Program_Files\Qt4.7.4\lib 里有可... 阅读全文
posted @ 2015-06-23 09:48 清风柔 阅读(1035) 评论(0) 推荐(0)
摘要:转自:http://blog.csdn.net/linxinzheng/article/details/2201043版本号:V(Version):即版本,通常用数字表示版本号。(如:EVEREST Ultimate v4.20.1188 Beta )Build:用数字或日期标示版本号的一种方式。(... 阅读全文
posted @ 2015-04-13 11:43 清风柔 阅读(4449) 评论(0) 推荐(1)
摘要:LVM Logical Volume Manager 逻辑卷管理,是Linux环境下对磁盘分区进行管理的一种机制。下面就来实现逻辑卷的 增 删 减 测试环境 Red Hat Enterprise Linux 6.5 1 [root@localhost ~]# fdisk /dev/sdb ... 阅读全文
posted @ 2015-02-19 18:23 清风柔 阅读(564) 评论(0) 推荐(0)
摘要:[root@localhost ~]# mount /dev/cdrom1 #挂载光盘[root@localhost ~]# vim /etc/yum.repo/local.repo #在/etc/yum.repo/下新建一个本地yum源文件#内容如下:[Server]n... 阅读全文
posted @ 2015-02-01 17:34 清风柔 阅读(240) 评论(0) 推荐(0)
摘要:测试环境:VMware 11测试系统:Red Hat Enterprise linux 7 当我们的系统中没有多的空间用来创建swap分区时的一种解决方案: 1 [root@localhost ~]# dd if=/dev/zero of=/var/swapspace bs=1G count=... 阅读全文
posted @ 2015-02-01 11:40 清风柔 阅读(227) 评论(0) 推荐(0)