Chinaunix首页 | 论坛 | 博客
  • 博客访问: 41945
  • 博文数量: 18
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 70
  • 用 户 组: 普通用户
  • 注册时间: 2013-06-17 12:30
文章分类

全部博文(18)

文章存档

2015年(2)

2013年(16)

我的朋友

发布时间:2015-05-04 16:56:14

ks_file......【阅读全文】

阅读(1150) | 评论(0) | 转发(0)

发布时间:2013-11-01 17:30:10

最近在网上看到一些Linux系统管理员的题目,于是整理了一下,未完待续。1、Linux挂载Winodws共享文件夹windows IP 192.168.1.200windows用户administrator 密码P@ssw0rd将C下的share设置成共享在linux下用root执行:mount -t cifs -o username=administrator,password=P@ssw0rd //192.168.1.200/share /mntcd /mn.........【阅读全文】

阅读(645) | 评论(0) | 转发(0)

发布时间:2013-11-01 15:39:32

dentry cache......【阅读全文】

阅读(1194) | 评论(0) | 转发(0)

发布时间:2013-08-27 06:44:39

strace 简单应用......【阅读全文】

阅读(691) | 评论(0) | 转发(0)

发布时间:2013-08-13 12:53:00

nmap使用方法 1) 获取远程主机的端口信息和识别主机操作系统(Get info about remote host ports and OS detection)nmap -sS -P0 -sV -O <target> < target > 可以是独立IP, 一个主机名 或一个子网-sS TCP SYN扫描(也叫半开或隐蔽扫描)-P0 选项允许你关闭ICMP ping-sV 选项启用版本检测-O 表示试图识别远程操作系统其它选项.........【阅读全文】

阅读(569) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册