IT码农库

搜索列表

  • FREEBSD手工配置网络


    Warning: Illegal string offset 'id' in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 71

    Notice: Uninitialized string offset: 0 in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 71

    Warning: Illegal string offset 'classname' in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 72

    Notice: Uninitialized string offset: 0 in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 72
    【】在FreeBSD系统中,网络能力十分重要,对于一个标准的FreeBSD系统,至少要有一个网络界面以便与其他计算机通信。最常见的网络界面为以太网卡。此外FreeBSD也支持Token Ring和FDDI,以及普通电话拨号连接、ISDN、ATM等广域网连接方式。在计算机网络领域内最常使用的连接方

  • freeBSD初学者入门指南


    Warning: Illegal string offset 'id' in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 71

    Notice: Uninitialized string offset: 0 in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 71

    Warning: Illegal string offset 'classname' in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 72

    Notice: Uninitialized string offset: 0 in /home/wwwroot/cczh0002/wwwroot/view/search.php on line 72
    【】1.登录和退出QUOTE:登录时(当看到login:时)你必须是在系统安装时创建的用户或root超级用户.(在FreeBSD系统安装时就已经创建了root用户了 ,root用户遍历到系统的任何一个目录并且可以做任何事情,包括删除系统文件,所以一定要千万小心!)符号%和符号# 代表提示符(

  • 装完Fedora 9后系统的简单设置

    【Fedora】配置yum第三方的源rpm -ivh http://rpm.livna.org/livna-release-9.rpmyum install yum-fastestmirror 用于选择速度最快的源。更新系统将/etc/yum.conf里的keepcache设置成1,这样那些下载的安装包会保留在硬盘上, 然后将/var/cache/yum里的文件打包tar

  • fedora 系统下grub修复

    【Fedora】修复的步骤如下:1,cd启动盘,fedora8,或者fedora9都可以,甚至其他的有图形界面安装的linux版本都可以的,启动后一直按照安装的步骤进入安装的桌 面,就是桌面上有一个文件夹,还有个计算机,还有个install的图标的桌面,这时候,你从左上角的fedora菜单栏里面

  • Fedora 9.0 Apache+PHP+MYSQL 环境安装

    【Fedora】因为F9自带的编译器版本过高(4.3),有的软件编译可能会报错。yum -y install compat-libstdc++-33 compat-libstdc++-296yum -y install compat-gcc-34 compat-gcc-34-c++通过下面命令使用3.4版的gccexport CC=gcc341. 安装Apache从apache官网下

  • 设置Linux系统文件权限

    【Fedora】Linux中,每一个文件都具有特定的属性。主要包括文件类型和文件权限两个方面。可以分为5种不同的类型:普通文件、目录文件、链接文件、设备文件和管道文件。  所谓的文件权限,是指对文件的访问权限,包括对文件的读、写、删除、执行。Linux 是一个多用户操作系

  • fedora8 下mysql 安装的安装方法

    【Fedora】我下载的是目前最新的版本mysql-5.0.45-linux-i686.tar.gz  安装过程: su 到root 权限。  #tar -zvxf mysql-5.0.45-linux-i686.tar.gz  #mv mysql-5.0.45/ /usr/local/mysql  #cd /usr/local/mysql  #groupadd mysql

  • Linux系统下Apache安装、配置、优化

    【Fedora】   安装 Apache 2.0.48 (查看Install手册)   考虑到以后要 rewite_url 来使 google 更加容易收录网站,特地添加了 mod_rewrite 。   同时为了限制流量,特别加了 mod_limitpcnn.c 补丁 , 所以多了一个 --enable-forward 选项。   建议安装完毕以后不要删除安装目录,以便以后升级时使用。   记得升级...

  • Fedora 9.0系统下创建和配置vncserver远程连接

    【Fedora】#vi /etc/sysconfig/vncserver //编辑vncserver配置文件VNCSERVERS=”1:root” VNCSERVERARGS[1]=”-geometry 800×600 -0.0.0.0″ #vncpasswd //创建vnc口令 #vncserver (service vncserver start) //

  • Fedora 9系统下创建和配置vncserver过程

    【Fedora】#vi /etc/sysconfig/vncserver //编辑vncserver配置文件VNCSERVERS=”1:root”VNCSERVERARGS[1]=”-geometry 800×600 -0.0.0.0″#vncpasswd //创建vnc口令#vncserver (service vncserver start) //启

  • Fedora 9系统实现ADSL上网的方法

    【Fedora】首先配置pppoe拨号上网 步骤如下在终端中输入: #pppoe-setupWelcome to the Roaring Penguin ADSL client setup. First, I will run some checks on your system to make sure the PPPoE client is installed properly… Looks good!

  • fedora 7下配置postfix邮件系统

    【Fedora】什么是MUA、MTA、MDA以及信件如何送达MUA(Mail User Agent):用户端使用者电脑用来收信和寄信的软体,如Outlook Express MDA(Mail Delivery Agent):负责将MTA所收的信,分派到各个帐户的邮件信箱。 MTA(Mail Transfer Agent):MTA就是邮件伺服器,他