<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_New Yang Bo Element</title><subtitle type="text">c# asp.net oracle linux DBSYNC</subtitle><id>http://feed.cnblogs.com/blog/u/17398/rss</id><updated>2011-12-20T03:00:53Z</updated><author><name>New Yang Bo Element</name><uri>http://www.cnblogs.com/gergro/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gergro/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/17398/rss"/><entry><id>http://www.cnblogs.com/gergro/archive/2010/05/31/1748015.html</id><title type="text">linux 学习总结 20100531</title><summary type="text">1、引导管理 /boot/grub/grub.conf2、启动管理 设置启动级别 /etc/inittab 具体的6个启动级别及启动顺序 /etc/rc.d /etc/rc.d/init.d 如：rc0.d rc1.d ...3 、检查各个级别的启动状态的一个 命令 chkconfig --list 。。。。</summary><published>2010-05-31T03:06:00Z</published><updated>2010-05-31T03:06:00Z</updated><author><name>New Yang Bo Element</name><uri>http://www.cnblogs.com/gergro/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gergro/archive/2010/05/31/1748015.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gergro/archive/2010/05/31/1748015.html"/><content type="text">1、引导管理 /boot/grub/grub.conf2、启动管理 设置启动级别 /etc/inittab 具体的6个启动级别及启动顺序 /etc/rc.d /etc/rc.d/init.d 如：rc0.d rc1.d ...3 、检查各个级别的启动状态的一个 命令 chkconfig --list 。。。。</content></entry><entry><id>http://www.cnblogs.com/gergro/archive/2009/08/12/1544588.html</id><title type="text">RedHat Linux AS5安装Oracle 10g 及常见问题</title><summary type="text">环境:Operating System: windows xpVirtual machine: VMware 5.5.3Linux: RHEL 5注：由于RHEL 5不是Oracle官方文档中的支持版本，所以以下检查配置项均参照Oracle对RHEL 4.0的要求。一、检查硬件1.查看RAM和交换空间以及磁盘大小命令：#grep MemTotal /proc/meminfo #grep SwapT...</summary><published>2009-08-12T09:09:00Z</published><updated>2009-08-12T09:09:00Z</updated><author><name>New Yang Bo Element</name><uri>http://www.cnblogs.com/gergro/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gergro/archive/2009/08/12/1544588.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gergro/archive/2009/08/12/1544588.html"/><content type="text">环境:Operating System: windows xpVirtual machine: VMware 5.5.3Linux: RHEL 5注：由于RHEL 5不是Oracle官方文档中的支持版本，所以以下检查配置项均参照Oracle对RHEL 4.0的要求。一、检查硬件1.查看RAM和交换空间以及磁盘大小命令：#grep MemTotal /proc/meminfo #grep SwapT...</content></entry><entry><id>http://www.cnblogs.com/gergro/archive/2009/08/04/1538531.html</id><title type="text">Ubuntu9.04下安装Oracle10.2</title><summary type="text">本来一开始打算弄个Oracle XE 玩玩也就行了，而且还有Debian版本的下载，在ubuntu安装个肯定也容易，结果试了一下，总时有些问题莫名其妙，所以就干脆搞个真正的企业版安装 下，反正以前也安装成功过，可惜没有完整总结记录下来，这下也正好可以总结一下。 注意：Oracle 安装的Linux版本中，已经通过Oracle认证的有RedHat、Suse、Unbreakable Linux、asi...</summary><published>2009-08-04T07:35:00Z</published><updated>2009-08-04T07:35:00Z</updated><author><name>New Yang Bo Element</name><uri>http://www.cnblogs.com/gergro/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gergro/archive/2009/08/04/1538531.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gergro/archive/2009/08/04/1538531.html"/><content type="text">本来一开始打算弄个Oracle XE 玩玩也就行了，而且还有Debian版本的下载，在ubuntu安装个肯定也容易，结果试了一下，总时有些问题莫名其妙，所以就干脆搞个真正的企业版安装 下，反正以前也安装成功过，可惜没有完整总结记录下来，这下也正好可以总结一下。 注意：Oracle 安装的Linux版本中，已经通过Oracle认证的有RedHat、Suse、Unbreakable Linux、asi...</content></entry><entry><id>http://www.cnblogs.com/gergro/archive/2009/05/05/1449780.html</id><title type="text"> 查看Linux下网卡状态或 是否连接</title><summary type="text">1) 通过mii-tool指令 [root@localhost root]# mii-tool eth0: negotiated 100baseTx-FD, link ok eth1: no link 或 [root@localhost root]# mii-tool -v eth0: negotiated 100baseTx-FD, link ok product info: vendor 00...</summary><published>2009-05-05T03:54:00Z</published><updated>2009-05-05T03:54:00Z</updated><author><name>New Yang Bo Element</name><uri>http://www.cnblogs.com/gergro/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gergro/archive/2009/05/05/1449780.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gergro/archive/2009/05/05/1449780.html"/><content type="text">1) 通过mii-tool指令 [root@localhost root]# mii-tool eth0: negotiated 100baseTx-FD, link ok eth1: no link 或 [root@localhost root]# mii-tool -v eth0: negotiated 100baseTx-FD, link ok product info: vendor 00...</content></entry><entry><id>http://www.cnblogs.com/gergro/archive/2009/01/09/1372455.html</id><title type="text">在 linux 下查看 查看服务器的机器型号和序列号 </title><summary type="text">通过 dmidecode 这个命令 dmidecode | grep "Product"</summary><published>2009-01-09T04:04:00Z</published><updated>2009-01-09T04:04:00Z</updated><author><name>New Yang Bo Element</name><uri>http://www.cnblogs.com/gergro/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gergro/archive/2009/01/09/1372455.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gergro/archive/2009/01/09/1372455.html"/><content type="text">通过 dmidecode 这个命令 dmidecode | grep "Product"</content></entry><entry><id>http://www.cnblogs.com/gergro/archive/2008/12/25/1362450.html</id><title type="text">Linux操作系统静态路由设置技巧介绍 </title><summary type="text">现在有五个设备，PC1接ROUT1，ROUT1再接ROUT2，ROUT2再接ROUT3，ROUT3再接PC2，拓扑图见下：□————○————○————○————□PC1 ROUT1 ROUT2 ROUT3 PC2五个设备的静态IP地址分别为：PC1 192.168.1.88/24ROUT1 192.168.1.128/24 192.168.2.128/24ROUT2 192.168.2.66/2...</summary><published>2008-12-25T09:05:00Z</published><updated>2008-12-25T09:05:00Z</updated><author><name>New Yang Bo Element</name><uri>http://www.cnblogs.com/gergro/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gergro/archive/2008/12/25/1362450.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gergro/archive/2008/12/25/1362450.html"/><content type="text">现在有五个设备，PC1接ROUT1，ROUT1再接ROUT2，ROUT2再接ROUT3，ROUT3再接PC2，拓扑图见下：□————○————○————○————□PC1 ROUT1 ROUT2 ROUT3 PC2五个设备的静态IP地址分别为：PC1 192.168.1.88/24ROUT1 192.168.1.128/24 192.168.2.128/24ROUT2 192.168.2.66/2...</content></entry><entry><id>http://www.cnblogs.com/gergro/archive/2008/11/24/1340065.html</id><title type="text">中宇 设备证书 导入配置</title><summary type="text">先插入XXukey 安装驱动然后在浏览器证书管理里面从 受信任的根证书颁发机构中导出root ca 然后从中级证书颁发机构中导出你所属的证书。如xzca然后在后台管理的第三方证书中导入刚才导出的证书就可以了了。用户权限过滤的一些设置，如下图</summary><published>2008-11-24T08:49:00Z</published><updated>2008-11-24T08:49:00Z</updated><author><name>New Yang Bo Element</name><uri>http://www.cnblogs.com/gergro/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gergro/archive/2008/11/24/1340065.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gergro/archive/2008/11/24/1340065.html"/><content type="text">先插入XXukey 安装驱动然后在浏览器证书管理里面从 受信任的根证书颁发机构中导出root ca 然后从中级证书颁发机构中导出你所属的证书。如xzca然后在后台管理的第三方证书中导入刚才导出的证书就可以了了。用户权限过滤的一些设置，如下图</content></entry><entry><id>http://www.cnblogs.com/gergro/archive/2008/09/17/1292730.html</id><title type="text">Linux/Unix命令之Ethtool (设置千兆网卡速度及模式)</title><summary type="text">描述：Ethtool是用于查询及设置网卡参数的命令。 概要：ethtool ethX //查询ethX网口基本设置ethtool –h //显示ethtool的命令帮助(help)ethtool –i ethX //查询ethX网口的相关信息 ethtool –d ethX //查询ethX网口注册性信息ethtool –r ethX //重置eth...</summary><published>2008-09-17T09:36:00Z</published><updated>2008-09-17T09:36:00Z</updated><author><name>New Yang Bo Element</name><uri>http://www.cnblogs.com/gergro/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gergro/archive/2008/09/17/1292730.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gergro/archive/2008/09/17/1292730.html"/><content type="text">描述：Ethtool是用于查询及设置网卡参数的命令。 概要：ethtool ethX //查询ethX网口基本设置ethtool –h //显示ethtool的命令帮助(help)ethtool –i ethX //查询ethX网口的相关信息 ethtool –d ethX //查询ethX网口注册性信息ethtool –r ethX //重置eth...</content></entry><entry><id>http://www.cnblogs.com/gergro/archive/2008/09/08/1286508.html</id><title type="text">GRUB引导下进Linux单用户模式的三种方式</title><summary type="text">作为一个Linux系统管理员，你可能会把Linux 超级用户密码遗忘了，把/etc/inittab或/etc/rc.d/rc.sysinit之类文件误编辑,导致系统不能正常启动的恼人错误?而为了解决以上问题，你就需要进到linux根文件系统处于可读写状态的单用户模式下。下面介绍在GRUB引导下进入Linux单用户模式的三种方式:(1) 硬件环境:intel P4 / 1G RAM ...</summary><published>2008-09-08T00:23:00Z</published><updated>2008-09-08T00:23:00Z</updated><author><name>New Yang Bo Element</name><uri>http://www.cnblogs.com/gergro/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gergro/archive/2008/09/08/1286508.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gergro/archive/2008/09/08/1286508.html"/><content type="text">作为一个Linux系统管理员，你可能会把Linux 超级用户密码遗忘了，把/etc/inittab或/etc/rc.d/rc.sysinit之类文件误编辑,导致系统不能正常启动的恼人错误?而为了解决以上问题，你就需要进到linux根文件系统处于可读写状态的单用户模式下。下面介绍在GRUB引导下进入Linux单用户模式的三种方式:(1) 硬件环境:intel P4 / 1G RAM ...</content></entry><entry><id>http://www.cnblogs.com/gergro/archive/2008/08/28/1278293.html</id><title type="text">IE7优化方法</title><summary type="text">新用IE7快1个月了总觉得很占CPU和内存网上找了下优化IE7的帖子,觉得满不错的,在这里发下下IE7问题列表及相关解决办法在微软正式发布ie7中文版以来,网友就纷纷上手使用，主要是看重了它的标签浏览功能。可接下来就马上发现ie7的问题一大堆，而且与一些网站兼容性奇差，用起来很不顺手。现在把一些ie7常见的问题的解决方法列表如下：1、ie7占内存大的问题我是关掉ie7的多页面标签功能。虽然ie7重...</summary><published>2008-08-28T01:05:00Z</published><updated>2008-08-28T01:05:00Z</updated><author><name>New Yang Bo Element</name><uri>http://www.cnblogs.com/gergro/</uri></author><link rel="alternate" href="http://www.cnblogs.com/gergro/archive/2008/08/28/1278293.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/gergro/archive/2008/08/28/1278293.html"/><content type="text">新用IE7快1个月了总觉得很占CPU和内存网上找了下优化IE7的帖子,觉得满不错的,在这里发下下IE7问题列表及相关解决办法在微软正式发布ie7中文版以来,网友就纷纷上手使用，主要是看重了它的标签浏览功能。可接下来就马上发现ie7的问题一大堆，而且与一些网站兼容性奇差，用起来很不顺手。现在把一些ie7常见的问题的解决方法列表如下：1、ie7占内存大的问题我是关掉ie7的多页面标签功能。虽然ie7重...</content></entry></feed>
