上一页 1 2 3 4 5 6 7 8 ··· 13 下一页
摘要: CentOS-Base.repodag.repoepel.reporpmforge.reporepoforge.repoatomic.repo 阅读全文
posted @ 2013-09-25 10:01 4admin2root 阅读(154) 评论(0) 推荐(0)
摘要: 看到openvas的安装步骤我叹服了Step 1: Configure Atomicorp Repository(as user root, only once)wget -q -O - http://www.atomicorp.com/installers/atomic |shStep 2: Quick-Install OpenVAS(as user root, only once)yum install openvasopenvas-setupStep 3: Quick-Start OpenVAS( nothing to do, all is up and running directly 阅读全文
posted @ 2013-09-17 16:00 4admin2root 阅读(1374) 评论(0) 推荐(0)
摘要: 都是桌面系统 阅读全文
posted @ 2013-04-24 13:35 4admin2root 阅读(163) 评论(0) 推荐(0)
摘要: 相当失望纪念一下能到只能去鲜果了如何下载我的阅读器数据?Google 阅读器将于 2013 年 7 月 1 日废除。如果您想要在此之前下载所有阅读器数据的副本,可以通过 Google 导出进行操作。您将会收到 XML 文件形式的订阅数据,同时能够以 JSON 文件形式下载以下信息:您的关注对象列表您的关注者列表您已加星标的条目您已顶过的条目您已分享的条目您的关注对象分享的条目您创建的备注包含评论的条目请点击此处,开始通过导出下载您的阅读器数据。下载完成后,您可以轻松地将自己的订阅数据转移到其他产品,并利用这些产品继续实时记录您的在线阅读活动。 阅读全文
posted @ 2013-03-15 13:00 4admin2root 阅读(175) 评论(0) 推荐(0)
摘要: 原来有一套RAC对RAC的dataguard环境、后来系统迁移、主库被拿掉做其他系统了,备库一直留存,没有使用今天心血来潮想打开standby做测试环境但是遭遇open 需要upgrade 以下是详细过程[oracle@node5 ~]$ sqlplus / as sysdbaSQL*Plus: Release 10.2.0.4.0 - Production on Thu Mar 14 14:49:09 2013Copyright (c) 1982, 2007, Oracle. All Rights Reserved.Connected to an idle instance.SQL> 阅读全文
posted @ 2013-03-14 17:12 4admin2root 阅读(630) 评论(0) 推荐(0)
摘要: 互联网的世界变化真是巨大而迅速,而人们的关注也是紧跟时代,而这种变化中我感觉人们越来越浮躁或者说专注的人越来越少有两个变化要说一下:1、前段时间我清理了下google reader列表发现很多blog不更新了,bbs的发帖数也在下降大多数blog都停止更新在09和10年2、清理了下微信中关注的公共帐号标准是:‘查看历史消息’中一个月内没更新的取消关注了多个帐号,很多还是带认证的发现一部分帐号停止更新在春节期间而有些帐号根本就没有消息我关注的网文主要包括bbs、博客、微博、微信(自媒体)和新媒体简单描述下1、bbs:自己在国内几大技术bbs上均有帐号,密码忘了,因为很少关注和登录了2、博客(bl 阅读全文
posted @ 2013-03-10 14:17 4admin2root 阅读(482) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2013-03-07 15:08 4admin2root 阅读(107) 评论(0) 推荐(0)
摘要: 今天记 两条find命令1、find . -type d -exec rm -rf {} \;2、find . -type f |sort |xargs md5sum > ../md5.log==============第一条命令本意是删除当前目录下所有目录但实际上会删除当期目录下所有文件原因在于find找出的第一个目录就是它自己(当前目录)于是rm -rf 了(感觉像是一个陷阱)第二条命令一般情况下不会报错但是遇到./static/ext-4.0.7-gpl/examples/charts/Scatter - Renderer.html这样的文件就傻了怎么还夹带了空格和-可以用 fin 阅读全文
posted @ 2013-03-05 16:33 4admin2root 阅读(189) 评论(0) 推荐(0)
摘要: 今天写了个小小的监测linux重要文件md5值的脚本,为了安全最好在安装好系统之后部署其实网上有开源软件 监测文件是否被修改#!/bin/bash#crontab everydayFILENAME=`hostname`_MD5_`date +%Y%m%d%H%M`.txtFILETEMP=`hostname`_MD5_`date -d yesterday +%Y%m%d%H%M`.txtlogpath=/data/`date +%Y%m%d`if [ ! -d $logpath ]; then mkdir $logpath chmod ugo+w $logpathficd $logpathfi 阅读全文
posted @ 2013-02-25 12:19 4admin2root 阅读(362) 评论(0) 推荐(0)
摘要: 如题:下载的zip文件中有一个Encoding Errors.txt 文件内容类似如下Due to the limitations of the supported zip file format, the following file(s) had to be renamed.Original File Name -> New File Name…… 阅读全文
posted @ 2013-02-17 13:17 4admin2root 阅读(188) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 13 下一页