yyyyyyyyyyyyyyyyyyyy

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 318 319 320 321 322 323 324 325 326 ··· 367 下一页

2015年5月16日 #

摘要: 如果系统有不止一个内核,使用哪个内核进入gnome,就进入相应内核系统安装驱动,否则换内核仍然无法进入gnome。 不可更改/var/文件夹root权限,否则进不了gnome CentOS 7.0 Nvidia显卡安装步骤:1 在英伟达官网下载相应驱动搜索出相应的驱动后,不要直接点,而是右健,Sav 阅读全文
posted @ 2015-05-16 23:36 xxxxxxxx1x2xxxxxxx 阅读(2360) 评论(0) 推荐(0)

摘要: 如何使用patch 对于一个patch文件,有两种常用使用方法: 1.代码:cat new-patch | patch -p02.代码:patch -p0 < new-patchpatch命令里面的层数(-p0?-p1?) 参数-p来指定从第几层开始比较。比如有一个patch文件的补丁头是这样的:代... 阅读全文
posted @ 2015-05-16 23:35 xxxxxxxx1x2xxxxxxx 阅读(265) 评论(0) 推荐(0)

摘要: CentOS 6.4 电信ADSL 拨号连接的配置,亲测1.下载 rp-pppoe-3.8.tar.gz http://down1.chinaunix.net/distfiles/rp-pppoe-3.8.tar.gz2.安装 rp-pppoe(对文件所在文件夹右键在终端打开)解压 rp-pppo... 阅读全文
posted @ 2015-05-16 23:33 xxxxxxxx1x2xxxxxxx 阅读(182) 评论(0) 推荐(0)

摘要: vbox 与 kvm 的区别: vbox 是由 qemu 改写而成,包含大量 qemu 代码。可以使用于 不支持 虚拟化的cpu。值得说的一点:vbox 在图形方面比较好,能进行2D 3D加速。cpu控制不理想(估计是因为图形支持的缘故)。操作上有独立的图形界面,易于上手。 kvm 是linux内核 阅读全文
posted @ 2015-05-16 23:33 xxxxxxxx1x2xxxxxxx 阅读(1926) 评论(0) 推荐(0)

2015年5月15日 #

摘要: #include "stdafx.h"#include "string.h"struct student{ int num; char name[20]; char sex;};struct student *fun(struct student stu){ struct student *p; s... 阅读全文
posted @ 2015-05-15 14:25 xxxxxxxx1x2xxxxxxx 阅读(429) 评论(0) 推荐(0)

2015年5月10日 #

摘要: 搜狗输入法linux版:http://pinyin.sogou.com/linux/help.php win/linux同时支持比较好用的浏览器:maxthon,firefox,maxthon,opera,konqueror,chrome 邮件客户端:kmail, Claws Mail,Thunde 阅读全文
posted @ 2015-05-10 23:01 xxxxxxxx1x2xxxxxxx 阅读(584) 评论(0) 推荐(0)

2015年5月9日 #

摘要: http://wenku.baidu.com/view/5305fe4f866fb84ae45c8dcd.html 阅读全文
posted @ 2015-05-09 01:31 xxxxxxxx1x2xxxxxxx 阅读(156) 评论(0) 推荐(0)

摘要: https://01.org/linuxgraphics/documentation/build-guide-0https://01.org/linuxgraphics/community/mesahttps://01.org/linuxgraphics/downloads?keys=&downlo... 阅读全文
posted @ 2015-05-09 01:30 xxxxxxxx1x2xxxxxxx 阅读(904) 评论(0) 推荐(0)

摘要: 背景: 因最近试安装Linux下的jira,有一个中文插件安装后,一旦设置开机启动后,它是英文,而在终端再重新启动一次后呢,似乎插件生效,它又恢复为正常中文界面,我首先想这这涉及到一个环境变量的问题,因为在我设置开机启动的服务时用service jira start出现找不到一些变量,如:... 阅读全文
posted @ 2015-05-09 01:15 xxxxxxxx1x2xxxxxxx 阅读(1525) 评论(0) 推荐(0)

摘要: 1. 显示环境变量HOME$ echo $HOME/home/redbooks2. 设置一个新的环境变量hello$ export HELLO="Hello!"$ echo $HELLOHello!3. 使用env命令显示所有的环境变量$ envHOSTNAME=redbooks.safe.orgP... 阅读全文
posted @ 2015-05-09 01:14 xxxxxxxx1x2xxxxxxx 阅读(299) 评论(0) 推荐(0)

上一页 1 ··· 318 319 320 321 322 323 324 325 326 ··· 367 下一页