51CTO博客开发
工具traceroute/ping以客户端client 服务器端server为例步骤:1 检查是服务器server端网络问题吗?client1 访问不了;那么找别人client2访问怎么样?No access or Selective access?如果client2可以访问那么可以排除服务器的问题喽 2 如
1) CCNA Workbook http://www.freeccnaworkbook.com/labs/ 强烈推荐,很详细,包含了主要的路由器实验。如果你完成这里列出的所有实验,路由器配置就不是问题了。 (2) Free Cisco Lab http://freeciscolab.com/category/dynamips/ (3) G
查找目录:find /(查找范围) -name '查找关键字' -type d 查找文件:find /(查找范围) -name 查找关键字 -print 如果需要更进一步的了解,可以参看Linux的命令详解。 这里摘抄如下: ·find path -option [ -print ] [ -exec -ok co
KickStart 基于网卡启动pxe ;pxe分服务器端 客户端,传输文件协议是通过tftp协议传输的 Client ---------请求ip地址--------->>>Server <<<<<----IP地址和安装文件信息------ &nb
Enable KVM Support on your hardware grep -E 'vmx|svm' /proc/cpuinfo BIOS setup Installing and Configuring KVM-related software 1 install KVM on the host sys make sure
系统安装后的配置 建立管理员组,组内成员可以su - 输入root用户密码登陆root; 非本组成员即使输入正确的root密码,也无法登陆为root; unix 下,组名通常为Wheel usermod -G wheel centospub root# vi /etc/pam.d/su #auth required /lib/security/$ISA/pam_wheel.so use_u
Screen 是一个窗口管理器,可以在一个物理终端里实现多个虚拟终端来完成多个终端应用程序; Screen 有会话的概念,session,用户可以再一个session里面建立多个窗口window; 每一个窗口window就像一个真实的SSH/Telnet窗口那样。 进入screeen模式: screen 查看全部screen 任务: screen -r 进入指定的screen 任务: sc
Installing a New Forest by Using the Graphical User Interface (GUI) Applies To: Windows Server 2008, Windows Server 2008 R2 安装方法: Windows provides two wizards that guide you through the AD DS
Crontab -e 59 23 * * 5 [ `date +%e` -gt 21 -a `date +%e` -lt 29 ] && do-something 每月的最后一个周五执行 0 0 * * 5 [ $(date -d "+7 days" +%d) -lt $(date +%d ) ] && /path/you
Step1 Pre Your System for Building Packages sudo apt-get install build-essential checkinstall sudo apt-get install cvs subversion git-core mercurial sudo chown $USER /usr/local/src sudo chmo
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号