存档

2009年8月 的存档

linux使用Msmtp mutt shell自动发邮件(备份mysql)

2009年8月21日 没有评论

linux使用Msmtp shell发邮件(备份mysql)
因为数据库有插件自动备份到邮箱,本例示范web数据备份。
需要用到mutt 和 这两款软件
1.编译安装软件

  1. tar jxvf msmtp-1.4.16.tar.bz2
  2. ./configure --prefix=/usr/local/msmtp &&make &&make install
  3. tar -xzvf mutt-1.5.11.tar.gz
  4. ./configure --prefix=/usr/local/mutt &&make &&make install

2.查看msmtp配置文件路径

  1. [root@vi bin]# ./msmtp --ver
  2. msmtp version 1.4.16
  3. TLS/SSL library: OpenSSL
  4. Authentication library: GNU SASL
  5. Supported authentication methods:
  6. plain cram-md5 digest-md5 gssapi external login
  7. IDN support: enabled
  8. NLS: enabled, LOCALEDIR is /usr/local/msmtp/share/locale
  9. System configuration file name: /usr/local/msmtp/etc/msmtprc
  10. User configuration file name: /root/.msmtprc
  11.  
  12. Copyright (C) 2008 Martin Lambers and others.
  13. This is free software. You may redistribute copies of it under the terms of
  14. the GNU General Public License .
  15. There is NO WARRANTY, to the extent permitted by law.

阅读全文…

分类: √linux 标签: , , , , ,

无光驱windows下硬盘安装linux

2009年8月19日 没有评论

无光驱windows下硬盘安装linux
所需软件grub for dos ,平台 windows 2003 server , 5.3 镜像。
1.在windows 2003 上腾出最后一个盘,安装centos。

2.把下载的CentOS镜像文件放在Fat32 格式的任何一个盘。
3.解压到C盘根目录,解压CentOS第一个镜像中isolinux文件夹到C盘根目录。。
4.打开c:\boot.ini在文件最后加入 c:\grldr=”CentOS for ViYin”
5.修改c:\menu.lst内容入下:

title CentOS for ViYin
kernel (hd0,0)/isolinux/vmlinuz
initrd (hd0,0)/isolinux/initrd.img
重启系统在启动项中选择CentOS for ViYin项则进入安装程序。之后就是Linux安装,在系统分区的地方要注意一定要选择“未分区磁盘空间安装”不要把所有磁盘空间格式化。

同样的支持redhat ,freebsd ,solaris等安装。

centos 5.3 下载地址:

http://ftp.isu.edu.tw/pub/Linux/CentOS/5.3/isos/i386

台湾义守大学centos镜像

开源杰作雨林木风Ylmf Linux Y1.15正式发布

2009年8月17日 1 条评论

         雨林木风曾经是国内非常著名的系统修改团队,但是在微软反盗版的作用下,雨林木风停止了对非开源操作系统(比如Windows XP、Vista等)的研究开发,转而以自主研发软件产品为主。

        2009年7月末推出了基于基于Fedora 11的中文友好的Linux发行版:Ylmf Linux v1.0,免费供用户下载使用。在1.0版成功发行的基础上,雨林木风昨日发布了采用Ubuntu 9.04构建的Ylmf Linux Y1.15,,继续奉行安装简易,上手能用好用的基本原则,增加大量实用应用软件,大大降低了Linux的入门门槛,为菜鸟普及Linux服务,相信一定能够取得大家的喜欢。

点击此处下载Ylmf Linux Y1.15

阅读全文…

分类: √文章精选 标签:

谷歌中国对我博客解禁了~

2009年8月14日 7 条评论

前些天通过GOOGLE网站提交审核,今天有结果了~g.cn把我博客放出来了。

如图,已经可以搜到收录信息了~不再提示违反法律法规

viyinetgoogle

阅读全文…

cacti监控效果图

2009年8月13日 2 条评论

监控网卡

cacti-traffic-eth0

阅读全文…

分类: √linux 标签:

Linux下cacti完整安装指南

2009年8月12日 6 条评论

初衷:

网上的cacti教程不够全面。vi看了多篇。郁闷了许久。才安装成功。

写此文目的,为自己做个备忘,为后来者做为参考,共同进步。如有误,欢迎指导。

环境: 5.3 0.8.7e
 5.1.36 apache2.2.3 php 5.2.10 net- 5.3.2.2

一、安装步骤:

1.基本需求:
 
1).先必须安装LAMP (参见另一篇博文)

2)安装libart_lgpl ,libart_lgpl-devel

2.依次安装net-snmp,,cacti

阅读全文…

分类: √linux 标签: , , , , ,

顺应CCIEv4.0,CCNP将在2009年末重大改版

2009年8月10日 没有评论

CCNP考试科目和考试代号有重大调整;将完全跟上新版CCIE V4.0的潮流:

原来科目:

Exams Recommended Training

Required Exam(s)

Recommended Training

642-901 Building Scalable Cisco Internetworks (BSCI)
642-812 Building Cisco Multilayer Switched Networks (BCMSN)
642- Implementing Secure Converged Wide Area Networks (ISCW)
642- Optimizing Converged Cisco Networks (ONT)
OR

Required Exam(s)

Recommended Training

642-892 Composite Building Scalable Cisco Internetworks (BSCI)Building Cisco Multilayer Switched Networks (BCMSN)

642-825 ISCW Implementing Secure Converged Wide Area Networks (ISCW)
642-845 ONT Optimizing Converged Cisco Networks (ONT)

阅读全文…