最近很是无聊,把本本拿出来换个系统换个心情。于是决定把越跑越慢的D版XP换掉。这次下载了FEDORA 12 X64,总是拿双核64位的CPU来跑32位系统已经让我不爽很久了。
系统装好了以后发现有点不对劲,@ @
东西好大。看来是分辨率的问题,系统-首选项-显示......好像改不了.
PS:在linux下面不装显卡是不能改分辨率的
没办法,我的显卡是NVIDIA8400G M
去找吧 在官方网站:http://www.nvidia.cn/Download/index.aspx?lang=cn就可以找的到.
PS:到同意并下载的那一步推荐 右键-复制链接地址 应用程序-系统工具-终端 在里面打wget -c [粘贴刚才复制的地址]
少女祈祷中....
下载好了,安装开始.
首先切换到字符MODE ALT+CTRL+F2  然后输入用户名,密码 
PS:这里和WIN的区别,这里不会显示你输入的字符,所以不要为了什么也没有而莫明奇妙,凭着感觉按下去敲ENTER就可以了
切换到ROOT,因为这里要ROOT权限才可以做su root
输入密码
INIT 2回车
sh [显卡文件名]
PS:不要为名字太长而烦恼,打几个字母然后按TAB键就可以
进入向导式的东西.然后......
顺利的话就会装上,那恭喜你.要是不顺利的话就会出现我这样的问题
ERROR: Unable to find the development tool `cc` in  ......
    
        
    
     
准备好两台已经上网的电脑。 
 
1、设置等会要连接到的Linux系统 
 
(1)必须是安装了telnet软件的系统,其中该软件分为两部分,分别是telnet-client和telnet-server,其中前者默认已经装好,而后者则需自己进行安装。在这里,笔者自己的是RedHat的FC6系统,所以可以输入命令yum install telnet-server来下载安装(大小158k左右)。 
 
(2)检验是否已经装有telnet软件,可用命令: 
$rpm -qi telnet/telnet-client. 
$rpm -qi telnet-server. 
 
(3)修改telnet服务配置文件/etc/xinetd.d/telnet(安装好上述软件之后才有),将其中disable的选项由yes改成no。 
 
(4)重新启动xinetd守护进程:#service xinetd restart. 
 
(5)关闭防火墙:#setup. 
 
2、设置另一台电脑(windows系统) 
 
(1)“开始”——“所有程序”——“附件”——“通讯”——“超级终端”,打开超级终端。 
(2)确定之后,使用TCP/IP连接。 
(3)之后便可以正常连接。 
 
 
转自:http://tech.ccidnet.com/art/305/20080216 ......
    
        
    
    At first you have to open a terminal/bash and then enter:
file /path/file.bin 
for example file /home/user/file.bin (file is the command)
Now you should see a sentence including the word “executable” and not “non-executable, not executable,… or something completely different)
If you do not see “executable,…)” the file is probably an cd-image(BIN/CUE) and not an executable .bin-file
Now enter:
chmod +x file.bin
No path! Just the name of the file!!! Now the file is executable…
Last step: Type in
/path/file.bin
, for example /home/user/file.bin and the file will be executed…
 ......
    
        
    
    网上有很多的方法,关于忘记linux登录密码之后应该怎么办。有五种方法,都很好。
本人以为用grub引导的那种最实用,呵呵!试了一下,果然可以!!
 grub引导
 
1. 在出现grub画面时,选择linux引导项,然后按e键 
2. 选择以kernel开头的一行,再按e 键,在此行的末尾,按空格键后输入single,以回车键来退出编辑模式; 
3. 回车返回,然后按b键启动,即可直接进入linux单用户模式 
4. vi /etc/passwd 
删除root项中的密码 
(这里也可以直接使用passwd命令重新设置root的密码) 
5、reboot重启,root密码为空 
 ......
    
        
    
    yum-protectbase在CentOS 5包仓库里面有提供:
#yum install yum-protectbase
在CentOS 5里面这个插件默认启动 .
编辑/etc/yum.repos.d/CentOS-Base.repo ,
在 [base]
 、[update]
 、[centosplus]
 段末加上一行:
protect=1
让 [centosplus] 段失效如下:
enabled=0
编辑/etc/yum.repos.d/CentOS-Base.repo ,
在其它段的最后加上如下一行:
protect=0
rpmforge
下载rpmforge-release包.选择下面两个的其中一个, 依赖于你的机器.如果不能确定用哪一个用以下命令确定 uname -i
 
i386 http://apt.sw.be/redhat/el5/en/i386/RPMS.dag/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
 
x86_64 http://apt.sw.be/redhat/el5/en/x86_64/RPMS.dag/rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm
 
(你可以在 http://dag.wieers.com/packages/rpmforge-release/
 找到rpmforge-release包的完全列表,但是推荐使用上面列出两个中的一个).
安装DAG's GPG key
#rpm --import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
校验你下载的包
#rpm -K rpmforge-release-0.3.6-1.el5.rf.*.rpm
安全警告: rpmforge-release包把GPG keys注射到你的RPM数据库中.  ......
    
        
    
    linux下构建建设完美FTP服务器,可管理,WEB管理,管理界面。
一、安装Ubuntu5 Desktop版
安装过程不难,依照http://wiki.ubuntu.org.cn快速设置即可,注意下面两点:
1、网通用户请选择上海交大的源,比较快。
2、ms分区下的中文目录名显示为???
这时,你要编辑/etc/fstab。比如我的笔记本中的fstab文件改后是:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda3 / ext3 defaults,errors=remount-ro 0 1
/dev/hda1 /media/hda1 ntfs auto,user,nls=utf8,umask=0 0 0
/dev/hda5 /media/hda5 vfat auto,user,utf8,umask=0 0 0
/dev/hda4 none swap sw 0 0
/dev/hdb /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
======================================
3.Breezy(5.10)设置本地local环境
sudo dpkg-reconfigure locales #把所有zh-开头的都选上。
********** ......