Linux的基础知识以及相关概念一、Linux的发行版本所谓发行版,就是linux内核+开源程序debain,ubuntu其中ubantu是debain的衍生版,桌面系统比较好,适合于初学者入门。slackware,susEredhat,centos,fedora其中centos,fedora都是redhat的衍生版,fedora主要是测试redhat的新技..
分类:
系统相关 时间:
2014-07-03 15:06:37
阅读次数:
244
1、安装gtk yum install gtk2 gtk2-devel gtk2-devel-docs2、测试是否安装成功 pkg-config --cflags --libs gtk+-2.0执行此命令,看看能否把相应的路径和库显示出来,如果可以,说明安装成功3、写个小测试程序4、编译敲入ma.....
分类:
其他好文 时间:
2014-07-03 13:20:18
阅读次数:
247
Linux SkillsLinux SkillsTable of Contents1. How to use ramdisk in Ubuntu and Fedora?2. How to enable ssh server in Ubuntu?3. How to disable CPU in Lin...
分类:
系统相关 时间:
2014-07-02 13:49:28
阅读次数:
410
NFS(NetworkFileSystem)isbasicallydevelopedforsharingoffilesandfoldersbetweenLinux/UnixsystemsbySunMicrosystemsin1980.
Itallowsyoutomountyourlocalfilesystemsoveranetworkand
remotehoststointeractwiththemastheyaremountedlocallyonthe
samesystem.WiththehelpofNFS..
分类:
Web程序 时间:
2014-07-02 06:15:20
阅读次数:
306
NFS(NetworkFileSystem)isbasicallydevelopedforsharingoffilesandfoldersbetweenLinux/UnixsystemsbySunMicrosystemsin1980.
Itallowsyoutomountyourlocalfilesystemsoveranetworkand
remotehoststointeractwiththemastheyaremountedlocallyonthe
samesystem.WiththehelpofNFS..
分类:
Web程序 时间:
2014-07-02 06:05:36
阅读次数:
277
前几天装了fedora 20, 断断续续的进行了以下配置:1. 安装oracle java及jdk版本切换安装的过程很简单,从oracle官网上下载jdk及jre的rpm包,使用rpm -ivh 安装。但是遇到一个问题,因为fedora系统自带了openJDK,如果安装oracle的jdk,系统还是...
分类:
其他好文 时间:
2014-06-30 11:26:03
阅读次数:
198
1.安装cobbler(1).安装第三方软件库所需要的包#cd/tmp#wgethttp://mirrors.ustc.edu.cn/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm#rpm-ivhepel-release-6-8.noarch.rpm(2).安装dhcp#yum-yinstalldhcp(3).安装其他的相关软件#yum-yinstalltftprsyncxinetdhttpd(4).安装..
分类:
系统相关 时间:
2014-06-28 00:04:18
阅读次数:
549
为了提高linux的显卡性能以及降低功耗,特有此文。
本人使用的系统是Fedora 20 Xfce x64,安装驱动前先确保系统为最新版本。
最好安装gcc、kernel-devel等软件包,我不确定后面会不会作为依赖自动安装。
---
安装intel集显驱动,可以自行去intel官网查找,或者直接访问https://01.org/linuxgraphics/
这个地址就是intel官方...
分类:
系统相关 时间:
2014-06-27 09:46:51
阅读次数:
296