IT码农库

搜索列表

  • Windows XP超强50招

    【Windows系列】微软的Windows XP系统是目前家庭电脑中使用得较为广泛的计算机操作系统,它不仅给人们平日的工作、上网以及娱乐带来了方便,同时系统的性能也日渐稳定。虽然如此,但不少用户却因为对Win XP系统的了解不够而导致工作效率降低,甚至系统崩溃。为了让用户更充分地运用Win XP系

  • 商业网站中图片重要还是文字重要?

    【网站策划】What's more important to your web site: pictures or text? If you have an ecommerce web site, you need the answer to that question. Your profits depend on it.图片与文本,哪项内容更重要呢?如果拥有商业网站,你需要回答这个问题,因为这关系到网站收

  • 商业网站中图片重要还是文字重要?

    【网站策划】What's more important to your web site: pictures or text? If you have an ecommerce web site, you need the answer to that question. Your profits depend on it.图片与文本,哪项内容更重要呢?如果拥有商业网站,你需要回答这个问题,因为这关系到网站收

  • windows系统常用服务及端口

    【Windows系列】常用服务及端口 服务名称 端口号/协议 别名 说明

  • windows常见故障及其解决办法

    windows常见故障及其解决办法

    【Windows系列】一、经典XP故障案例分析  XP故障有太多太多,而要学会举一反三,就要看看从安装XP开始,我们通常会遇到哪些经典故障,我们又该如何解决?安装启动、故障篇故障1. 安装提示未知硬件错误  【故障现象】安装完Windows XP SP3后,重新启动电脑

  • Windows 2000下优化NTFS系统

    【Windows系列】NTFS简介  NTFS是“新技术文件系统”的缩写。微软推出NTFS文件系统就是为了弥补FAT文件系统的一些不足,其中最大的改进是容错性和安全性能。  容错性  NTFS可以自动地修复磁盘错误而不会显示出错信息。Windows2000向NTFS分区

  • solaris 9 .0基本安全设置

    【Solaris】1. 选择合适的安装。 只安装需要的软件包。 本例为solaris9 2. 安装系统补丁 从sunsolve.sun.com下载补丁 unzip 9_Recommended.zip cd 9_Recommended ./install_cluster

  • UNIX系统下监视磁盘空间和使用情况


    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
    【】通常,UNIX® 管理员都拥有一套常用的辅助进程管理的实用工具、技巧和系统。本文提供了各种用于简化各个过程的关键实用工具、命令行链和脚本。这些工具中的一部分来自于操作系统,而大部分的技巧则来源于长期的经验积累和减轻系统管理员的工作压力的要求。本系列文章

  • FreeBSD系统下读写 NTFS分区

    【Unix/BSD】1、安装ntfs-3g:  # cd /usr/ports/sysutils/fusefs-ntfs  # make install clean  2、加入fuse加载:  # ee /etc/rc.conf  加入以下这一行:  fusefs_enable="YES"  保存退出  # ee /boot/loader.conf  加入以下这一行

  • linux系统下安全管理

    【RedHat/Centos】1.引导程序安全linux系统的root密码是很容易破解的,当然前提是你没有设置引导程序密码,如GRUB或LILO,为了防止通过引导程序破译root密码,强烈建议设置GRUB或LILO的引导密码,可以编辑其配置文件/etc/grub.conf或/etc/lilo.conf,设置password参数。2.不安全

  • linux学习笔记


    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
    【】linux目录架构/ 根目录/bin 常用的命令 binary file 的目錄/boot 存放系统启动时必须读取的档案,包括核心 (kernel) 在内/boot/grub/menu.lst GRUB设置/boot/vmlinuz 内核/boot/initrd 核心解壓縮所需 RAM Disk/dev 系统周边设备/etc 系统相关

  • linux 系统的一些使用小技巧


    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
    【】++实现RedHat非正常关机的自动磁盘修复先登录到服务器,然后在/etc/sysconfig里增加一个文件autofsck,内容如下:AUTOFSCK_DEF_CHECK=yesPROMPT=yes++改变文件或目录之最后修改时间(变为当前时间)执行格式:touch name ( name 可为文件或目录名称。)++如