CentOS(RedHat)创建PPTP客户端

本文将介绍以pptp方式拨入虚拟网络的VPN的方法。   以下操作均在root用户下操作完成,并假设你的Linux系统已经安装了编译环境。   1、下载pptp客户端  wget http:...
阅读全文
Shell

第1 课 学习shell的意义

点击这里 可以赞助果子哦 当然不赞助也是可以免费观看的 下载地址: http://pan.baidu.com/s/1otddm 一、什么是shell? Shell 是介于用户与系统之间,帮助用户与系统...
阅读全文

extmail搭建

#!/bin/bashmkdir /root/rpmcd /root/rpmwget http://www3.extmail.org/EMOS_1.5_x86_64.isoyum install cr...
阅读全文

收集信息

#!/bin/bash    #simple script to enumerate local information from a Linux host#versio...
阅读全文

邮件报警

#!/bin/bash#info : wget http://rfyiamcool.googlecode.com/files/msmtp-1.4.18.tar.bz2tar xjvf msm...
阅读全文