文章分类 -  logs_日志笔记

日志笔记
摘要:[1]http://www.google.com.hk/search?hl=en&source=hp&q=tar+%E8%A7%A3%E5%8E%8B+tar.bz2&aq=f&oq=&aqi=[2]http://topic.csdn.net/t/20040705/19/3147819.html解压:tar jxvf FileName.tar.bz2 压缩:tar jcvf FileName.tar.bz2[3] 阅读全文
posted @ 2011-04-28 15:18 陳聽溪
摘要:[1]http://www.hou90.com/?p=17出现的问题:单位有一台Dell服务器Power Edge2850,机器的内存是2G,但是启动系统提示 Amount of available memory limited to 256MB!进入系统后监测也只有256M内存。 解决的方法:在bios设置里找到“OS Install mode”的选项,设置为on会限制内存为256MB,设置为off会把全部内存给系统使用。There is a BIOS setting for `OS Install mode’ which if set `on’ limits the OS to 256MB 阅读全文
posted @ 2011-04-28 14:31 陳聽溪
摘要:[1]http://www.google.com.hk/search?hl=en&source=hp&q=ubuntu+%E5%90%AF%E7%94%A8+root&aq=f&oq=&aqi=http://www.google.com.hk/search?hl=en&source=hp&q=ubuntu+is+mod+0640+0440+sudoers+%E8%A7%A3%E5%86%B3&aq=f&oq=&aqi=[2]http://www.blogjava.net/waterjava/archive/2007 阅读全文
posted @ 2011-04-28 14:18 陳聽溪
摘要:[1]http://www.google.com.hk/search?hl=en&source=hp&q=%E7%BC%96%E8%AF%91%E5%AE%89%E8%A3%85+glib&aq=f&oq=&aqi=http://www.google.com.hk/search?hl=en&source=hp&q=debian+%E7%BC%96%E8%AF%91%E5%AE%89%E8%A3%85Atk+Cairo+Pango&aq=f&oq=&aqi=http://www.google.com.hk/searc 阅读全文
posted @ 2011-04-28 11:07 陳聽溪
摘要:[1]http://www.google.com.hk/search?hl=en&safe=active&q=linux+%E4%B8%8B++Socket5+++ss5&aq=f&aqi=&aql=&oq=[2]http://longlonghui.blog.hexun.com.tw/42829778_d.htmlLinux下的socks5 安裝配置 [原創 2009-12-26 17:59:39] 字號:大 中 小 ss5是一種可以進行用戶名和密碼驗證的socks5代理,下面是安裝步驟:1.配置編譯環境引用:yum -y install gc 阅读全文
posted @ 2011-04-20 14:28 陳聽溪 阅读(712) 评论(0) 推荐(0)
摘要:[1]==========================(6)基于域名和基于IP的混合虚拟主机的配置: Listen 80 NameVirtualHost 172.20.30.40 <VirtualHost 172.20.30.40> DocumentRoot /www/example1 ServerName www.example1.com </VirtualHost> <VirtualHost 172.20.30.40> DocumentRoot /www/example2 ServerName www.example2.org </Virtua 阅读全文
posted @ 2011-04-20 12:01 陳聽溪
摘要:update work_bill_tb set talk_content='' where id =''; 阅读全文
posted @ 2011-04-20 11:59 陳聽溪
摘要:[1]http://support1.ap.dell.com/cn/zh/forum/thread.asp?fid=20&tid=39987#b1pci-x不是独立的,按照PCI总线的发展是:pci-pcix-pcie,他们都是为了提高PCI的传输速度的。pci是32位33mhz,pcix是64位提供最高133mhz的频率,pcie是可以在现有频率上通过串行模式多通道合用提供更高的速度,以后的所有的接口都将是PCIE的方式,不光是显卡。DELL PowerEdge 1850是一款经典机型,该服务器采用1U机架式设计,虽然内部空间限制了容量的扩展,但高达12GB的DDR2内存扩展和加装的 阅读全文
posted @ 2011-04-20 11:57 陳聽溪
摘要:[1]iptables相关:关闭端口iptables -A INPUT -p tcp --dport 111 -j DROP打开端口iptables -A INPUT -p tcp --dport 111 -j ACCEPT/sbin/service iptables restart首先,我们需要在CentOS系统中编辑iptables Java代码vi /etc/sysconfig/iptables vi /etc/sysconfig/iptables然后在CentOS系统中添加 Java代码-A RH-Firewall-1-INPUT -m state --state NEW -m tcp 阅读全文
posted @ 2011-04-20 11:56 陳聽溪 阅读(149) 评论(0) 推荐(0)
摘要:[1]http://www.google.com.hk/search?hl=en&source=hp&q=lsof+%E5%91%BD%E4%BB%A4&aq=f&oq=&aqi=[2]http://www.linuxfly.org/post/182/[原]lsof命令常见参数说明 大 | 中 | 小 linuxing , 15:47 , 基础知识 » 系统命令 , 评论(1) , 引用(0) , 阅读(5559) , Via 本站原创 大 | 中 | 小 lsof全名list opened files,也就是列举系统中已经被打开的文件。我们都 阅读全文
posted @ 2011-04-20 11:30 陳聽溪
摘要:[1]http://www.google.com.hk/search?hl=en&source=hp&q=tnsname.ora+%E7%9B%B8%E5%90%8C%E7%9A%84+SERVICE_NAME&aq=f&oq=&aqi=[2]http://hi.baidu.com/yhx5138/blog/item/431c403cc7c1f8e1b211c7be.htmlOracle 中的service_name,sid的作用和区别2011-01-19 09:50在init.ora中有db_name,instance_name,service_nam 阅读全文
posted @ 2011-04-20 11:19 陳聽溪
摘要:[1]http://www.google.com.hk/search?hl=en&safe=active&q=gfs+%E6%95%B0%E6%8D%AE%E5%85%B1%E4%BA%AB+nfs&btnG=Search&aq=f&aqi=&aql=&oq=[2]http://tech.watchstor.com/storage-systems-112971.htmRed Hat GFS 存储解决方案(1)2009-05-12 15:01 来源:Watchstor.com 我要评论(0)摘要:随着IT应用的广泛及数据共享访问的需求的增加 阅读全文
posted @ 2011-04-20 11:07 陳聽溪
摘要:[1]http://www.google.com.hk/search?hl=en&source=hp&q=INSERT+INTO+select+%E8%AF%AD%E5%8F%A5&aq=f&oq=&aqi=http://www.google.com.hk/search?hl=en&safe=active&q=insert+select+%E8%AF%AD%E5%8F%A5+oracle&aq=f&aqi=&aql=&oq=http://www.google.com.hk/search?q=pl/sql+d 阅读全文
posted @ 2011-04-19 17:14 陳聽溪
摘要:[1]http://www.google.com.hk/search?hl=en&source=hp&q=dbca+silent+%E5%BB%BA%E5%BA%93&aq=f&oq=&aqi=[2]http://hi.baidu.com/edeed/blog/item/c28f0a467552b0036b63e5f8.htmlOracle11gR2 静默建库,删库和配置笔记(一)2009-09-16 11:33Oracle11gR2 静默建库,删库和配置笔记(二)Oracle11gR2 静默建库,删库和配置笔记(三)先基于以下文档静默安装好Oracle 阅读全文
posted @ 2011-04-19 14:58 陳聽溪
摘要:[1]http://www.google.com.hk/search?hl=en&safe=active&q=apache+alias+%E5%91%BD%E4%BB%A4&aq=f&aqi=g10&aql=&oq=[2]http://lamp.linux.gov.cn/Apache/ApacheMenu/mod/mod_alias.html示例:Alias /image /ftp/pub/image<Directory /ftp/pub/image>Order allow,denyAllow from all</Directo 阅读全文
posted @ 2011-04-19 14:43 陳聽溪
摘要:[1]http://www.google.com.hk/search?hl=en&source=hp&q=vi+%E6%92%A4%E9%94%80&aq=f&oq=&aqi=[2]http://blogold.chinaunix.net/u2/79914/showart_1996831.htmlvi中的几种撤销 Vim 参考手册 作者:Bram Moolenaar (译者: jwdu <junweidu@ustc.edu> http://vimcdoc.sf.net)撤销和恢复 *undo-redo*在用户手册的 |02.5| 节对它们的基 阅读全文
posted @ 2011-04-18 19:22 陳聽溪
摘要:[1]http://www.google.com.hk/search?hl=en&safe=active&q=%E8%A7%A3%E5%8E%8B++.tar.gz&aq=f&aqi=&aql=&oq=[2]tar -xzvf name.tar.gz[3][4][5][6][7] 阅读全文
posted @ 2011-04-18 19:20 陳聽溪
摘要:[1]scrt,shell,rz上传文件(不能目录)[2]shell,ctrl+r,history历史命令快捷查找,命令首字母 阅读全文
posted @ 2011-04-18 06:26 陳聽溪
摘要:[1]http://www.google.com.hk/search?hl=en&source=hp&q=%E9%87%8D%E5%90%AF+haproxy&aq=f&oq=&aqi=[2]http://hx100.blog.51cto.com/44326/344020Linux下搭建Haproxy负载均衡环境:haproxy:10.80.11.203web1:10.80.11.206web2:10.80.11.207撰写人:hx10日期:2010/7/5 hangzhouBlog: http://hi.baidu.com/hx10 从官方网站:htt 阅读全文
posted @ 2011-04-17 18:07 陳聽溪
摘要:[1]http://www.google.com.hk/search?hl=en&source=hp&q=%E8%A7%A3%E5%86%B3+chmod:+changing+permissions+of+%60/etc':+Operation+not+permitted&aq=f&oq=&aqi=[2]http://www.unixresources.net/linux/clf/newbie/archive/00/00/63/55/635540.htmlchattr可以防止关键文件被修改 在linux下,有些配置文件是不允许任何人包括root修 阅读全文
posted @ 2011-04-17 17:28 陳聽溪