Linuxer, ex IBMer. GNU https://hmchzb19.github.io/
全部博文(297)
发布时间:2016-11-22 17:54:49
1. history 这个命令一开始我以为是history 是个binary ,单后来搞清楚它是bash的builtin . which history 没有输出,help history 可以查看history 帮助点击(此处)折叠或打开root@kali:/usr/local/src/py/network# man -k history byobu-ugraph (1) - helper scr.........【阅读全文】
发布时间:2016-11-21 07:48:24
转自:http://linuxpitstop.com/install-tripwire-ids-on-centos-linux-7/Hi All, today we are going to show you installation setup of Tripwire on CentOS 7. Tripwire is an intrusion detection system (IDS), which, constantly and automatically, keeps your critical system files and reports under control.........【阅读全文】
发布时间:2016-11-14 22:20:48
最近看了点paramiko 的一段代码,本来想把这段代码用select 改下的。所以做了以下实验原始代码如下:我本来想把那两段recv(512) 然后判断长度的代码改成用select 实现。点击(此处)折叠或打开ssh = paramiko.SSHClient() ssh.set_missing_host_key_policy(paramiko.AutoAddPol.........【阅读全文】
发布时间:2016-11-09 14:27:41
开始玩 Kali了,列一下这两天玩的Recon-ng。 点击(此处)折叠或打开#进入recon-ngroot@kali:~# recon-ng#查看所有模块[recon-ng][default] > show modules#查看数据库数据,据说recon-ng 使用数据库存储的,我们来看看.........【阅读全文】
发布时间:2016-11-08 16:23:49
在软件行业,以前都喜欢说代码组织上要松耦合,要尽量少的依赖,相互之间做到独立,当修改的时候会简单,不会牵一发而动全身。最近做了个项目,深深感觉松耦合只是嘴上说说而已。python 的包主要是用了paramiko 其他的都是自带的模块如subprocess, logging, unittest.但是在环境上就操蛋了:AIX: 装了个wget 来下载,.........【阅读全文】
fireboyz20052010-11-10 18:27
HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"
这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。
我的qq是:369035906
或gtalk:jiale.chan@gmail.com