百度首页 | 百度空间
 
文章列表
 
您正在查看 "Linux" 分类下的文章

2007年01月04日 星期四 16:07

作者:欧伟镭   来源:PConline      

      本文用图片和视频的方式展示了Xgl的各种特性,要了解如何在Linux上安装Xgl,请看这里这里

类别:Linux | 评论(0) | 浏览()
 
2006年12月25日 星期一 15:10

在 很多国内的自由LINUX论坛上,我们都可以发现有很多LINUX爱好者提出的各种各样的问题。其中包括LINUX安装、故障解决、用户管理等等问题。在 这些问题当中,最突出的就有如何成为一名合格的LINUX系统管理员,还有就是成为一名LINUX系统管理员都需要具备什么样的基本条件。尽管目前使用 LINUX的朋友很多,可是真正能有条件用LINUX来构造网络并提供网络服务的人并不多,大多数LINUX爱好者是在校大学生和一些从WINDOWS投 入LINUX怀抱的初学者。

类别:Linux | 评论(0) | 浏览()
 
2006年12月15日 星期五 16:24
在配置Squid之前先配置好DNS,保证DNS服务器已经启动。
#cat /etc/named.conf
// Default named.conf generated by install of bind-9.3.1-20.FC4
options {
    directory "/var/named";
    dump-file "/var/named/data/cache_dump.db";
    statistics-file "/var/named/data/named_stats.txt";
    forwarders{202.102.240.65;202.102.224.68;};
    forward first;
};
includ
类别:Linux | 评论(0) | 浏览()
 
2006年12月15日 星期五 11:42
下载servinst_plus_linux-2.2-libc6-i586-server.bin

先改变权限chmod a+x servinst_plus_linux-2.2-libc6-i586-server.bin

#./servinst_plus_linux-2.2-libc6-i586-server.bin

以下是安装过程详解:

Directory:[这里系统会给出一个默认的安装路径,即当前目录]:你可以在这里输入指定的安装路径。或回车使用默认路径;

Username[]:输入管理员登陆名称

Password: 管理员密码,回车再输入一次;

后面一些以port[系统默认端口]开头的(如port[7070],port[
类别:Linux | 评论(1) | 浏览()
 
2006年12月15日 星期五 11:40
工作原理和使用方法

.htaccess文件(或者"分布式配置文件")提供了针对目录改变配置的方法, 即,在一个特定的文档目录中放置一个包含一个或多个指令的文件, 以作用于此目录及其所有子目录。

 使用.htaccess文件的场合

一般情况下,不应该使用.htaccess文件,除非你对主服务器配置文件没有存取权限。 有一种很常见的误解,认为用户认证只能通过.htaccess文件实现,但并不是这样, 把用户认证写在主服务器配置中是完全可行的,而且是一种很好的方法。

在内容提供者需要针对
类别:Linux | 评论(0) | 浏览()
 
2006年12月15日 星期五 11:39
要分析Linux内核源码,首先必须找到各个模块的位置,也即要弄懂源码的文件组织形式。虽然对于有经验的高手而言,这个不是很难;但对于很多初级的Linux爱好者,和那些对源码分析很有兴趣但接触不多的人来说,这还是很有必要的。 

1、Linux核心源程序通常都安装在/usr/src/linux下,而且它有一个非常简单的编号约定:任何偶数的核心(的二个数为偶数,例如2.0.30)都是一个稳定地发行的核心,而任何奇数的核心(例如2.1.42)都是一个开发中的核心。 

2、核心源程序的文件按树形结构进行组织,在源程序树的最
类别:Linux | 评论(0) | 浏览()
 
2006年12月14日 星期四 10:46
       把vsftpd什么都配置好了,可就是upload时出现“553 Could not create file.”让人郁闷的很那,在vsftpd.conf里找了又找,改了又改,问题还是解决不了。无奈。
       想想从Fedora Core 2开始出现了一个SELinux,这个东西可了不得,当初配置Apache时,为了给每个用户都配置Web站点,配置好之后,也是登上不,把权限放到777也不行,好家伙,forbidden和我没完了。后来只添了一句话,chcon -R -t httpd_user_content_t /
类别:Linux | 评论(1) | 浏览()
 
2006年12月13日 星期三 09:48
FDQN stands for a "Fully Qualified Domain Name"

An (FQDN) - fully qualified domain name, consists of a host and domain name, including top-level domain.

www.gordano.com is a fully qualified domain name. www is the host, gordano is the second-level domain, and .com is the top level domain.

A FQDN always starts with a

类别:Linux | 评论(0) | 浏览()
 
2006年12月09日 星期六 12:06
        哈哈,终于把mplayer搞定了,心里觉得挺爽,赶快放首Jay的MV听听。
[root@localhost MTV]# mplayer 七里香.wmv
MPlayer 1.0pre7try2-4.0.2 (C) 2000-2005 MPlayer Team
CPU: Intel  (Family: 8, Stepping: 1)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1


Failed to open /dev/rtc: Device or resource busy (it should be readable by the user.)
Opening joystick device /dev/i
类别:Linux | 评论(1) | 浏览()
 
2006年12月07日 星期四 14:31
[root@localhost MPlayer-1.0rc1]# ./configure --enable-gui --enable-largefiles --enable-menu --prefix=/usr --with-codecsdir=/usr/lib/codecs/ --with-win32libdir=/usr/lib/wincodecs/ --confdir=/etc/mplayer --cc=gcc32
Detected operating system: Linux
Detected host architecture: i386
Checking for gcc32 version ... 3.2.3, ok
Checking for host cc ... gcc32
Checking for cross compilation ... no
Checking for CPU vendor ... GenuineIntel (15:4:1)
Checking for CPU type ... 
类别:Linux | 评论(0) | 浏览()
 
2006年12月05日 星期二 22:01

       安上Linux才四五天,现在开机进到Winodws里面已经有点不习惯了。

       一开始接触Linux觉得太难了,都是命令,还是大都在文字界面下操作,听到这些就吓到我,这还怎么学啊,不就是和DOS一样了吗?慢慢的认识Linux以后,从不喜欢已经开始到有点不习惯Windows,这种转变实在是太神奇了。

        在Winodws下大多数软件都是傻瓜式的安装,*.exe的文件,直接用鼠标双击就可以了,再简单的就是会有绿色软件之类的,都是免安装的,解压后就能用,在安装途中平常也不遇到什么问题。这些在Linux下就不行了,没有exe文件,都是些rpm包,tar包,bz2包,gz包,刚开始就给我一个小小的打击。没有Windows下安装软件下那样舒服,不过自己细心看一下,这些包都挺小的,几百KB的相当常见,上MB的就不是那么多,这给硬盘空间还是省下不少,功能可没少。rpm -ivh *.rpm用命令安装,挺cool的吧,嘿嘿,这下没安上问题就先出来了,“依赖性”,这就是Linux下最让人头疼的,安了这个,下面那个包也许在安装时又会蹦出缺少这个那个之类的包,这下面要

类别:Linux | 评论(1) | 浏览()
 
2006年12月05日 星期二 21:13
Welcome to MPlayer, The Movie Player. MPlayer can play most standard video
formats out of the box and almost all others with the help of external codecs.
MPlayer currently works best from the command line, but visual feedback for
many functions is available from its onscreen status display (OSD), which is
also used for displaying subtitles. MPlayer also has a GUI with skin support and
several unofficial alternative graphical frontends are available.

MEncoder is a command line video encoder for advanced users that can be built
from the MPlayer source tree. An unofficial graphical frontend exists but is
not included.

This document is for getting you started in a few minutes. It cannot answer all
of your questions. If you have problems, please read the documentation in
DOCS/HTML/en/index.html, which should help you solve most of your problems.
Also read the man page to learn how to use MPlayer.
类别:Linux | 评论(0) | 浏览()
 
2006年12月05日 星期二 21:12
6.2 虚拟站点配置

为测试主机分配域名: www.mydebian.com
创建配置文件

在 /etc/apache2/sites-available/ 目录下创建站点配置文件 wwwmydebian, 内容如下:

<VirtualHost *>
        ServerAdmin master@mydebian.com
        ServerName www.mydebian.com
        DocumentRoot /var/www/www.mydebian.com
        <Directory /var/www/www.mydebian.com/>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
  
类别:Linux | 评论(0) | 浏览()
 
2006年12月05日 星期二 21:11

apache2 安装与配置
etony C.F.AN etony@tom.com
v0.0.1, 2006-7-25 本文档主要介绍讲述在 Debian系统下有关apache2的一些基本信息及相关配置.
1. 声明

    * 版本信息:

      本文档的最新版本将张贴于: LinuxSir.Org论坛 Debian 发行版讨论区 ;

      也可以从 http://debian.linuxsir.org/ 获取.
    * 反馈:

      所有评论, 错误报告, 其他信息以及批评, 请邮寄到 etony@tom.com ;

      或在LinuxSir.Org论坛 Debian发行版讨论区 张贴.
    * 版权信息:

      本文档的版权(c)2006-2007 归 etony C.F.AN 所有.

      转载请注明源自 http://debian.linuxsir.org/ .

2. Apache的历史与前景

类别:Linux | 评论(0) | 浏览()
 
2006年12月05日 星期二 21:07
1.下载内核补丁
我们要首先确认系统的内核,要根据系统的内核版本来下载支持ntfs的内核补丁。
[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.11-1.1369_FC4 #1 Thu Jun 2 22:55:56 EDT 2005 i686 i686 i386 GNU/Linux
可以看出内核版本为2.6.11-1.1369_FC4。
下载地起址:http://prdownloads.sourceforge.net/linux-ntfs/kernel-module-ntfs-2.6.11-1.1369_FC4-2.1.22-0.rr.6.0.i686.rpm


2.安装内核补丁


3.查看哪个分区为NTFS格式
[root@localhost ~]# fdisk -l

Disk /dev/hda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1     
类别:Linux | 评论(0) | 浏览()
 
     
 
 
文章分类
 
 
 
Linux(23)
 
Ccna(5)
 
 
 
 
Nba(10)
 
 
 
 
 
 
 
     
 
文章存档
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
     
 
最新文章评论
   

爱有时候需要学会放弃
 

2008希望我能超过去200分!!
愿神保佑!!!!
 

有时候 分不清爱?不爱???
喜欢??还是爱??
 
 

真的只能这样吗???
 
     


©2008 Baidu