05 2013 档案

linux常用命令
摘要:系统信息arch 显示机器的处理器架构(1)uname -m 显示机器的处理器架构(2)uname -r 显示正在使用的内核版本dmidecode -q 显示硬件系统部件 - (SMBIOS / DMI)hdparm -i /dev/hda 罗列一个磁盘的架构特性hdparm -tT /dev/sda 在磁盘上执行测试性读取操作cat /proc/cpuinfo 显示CPU info的信息cat /proc/interrupts 显示中断cat /proc/meminfo 校验内存使用cat /proc/swaps 显示哪些swap被使用cat /proc/version 显示内核的版本cat 阅读全文

posted @ 2013-05-30 21:33 jiang1987 阅读(185) 评论(0) 推荐(0)

oracle学习笔记
摘要:1,新建用户createuser username identifiedbypassword; //username为用户名,password为密码2,修改用户密码alter user sys identified by 123456; //修改oracle用户密码3,授予用户权限1).grant dba to user2).grant create session to test; //赋予create session的权限3).grant create table,create view,create trigger, create sequence,create... 阅读全文

posted @ 2013-05-30 21:20 jiang1987 阅读(131) 评论(0) 推荐(0)

linux下连接mysql配置
摘要:1.需要的包unixODBC源码包unixODBC-2.2.14.tar.gzmysql驱动mysql-connector-odbc-5.1.6-linux-glibc2.3-x86-32bit.tar.gz以下配置要求root用户2.安装unixODBC解压tarxzfunixODBC-2.2.14.tar.gz进入解压目录CdunixODBC-2.2.14配置./configure--enable-gui=no编译make安装makeinstall3.安装freetds解压tarxzffreetds-0.64.tar.gz进入解压目录cdfreetds-0.64配置./configure- 阅读全文

posted @ 2013-05-29 17:59 jiang1987 阅读(550) 评论(0) 推荐(0)

lampp环境部署bugfree3.0.4
摘要:安装BugFree 3前需要部署配置PHP, Apache Http Server, MySQL环境。可以使用XAMPP,EASYPHP等集成环境快速部署。下面以XAMPP为例进行说明。请先访问http://www.apachefriends.org/zh_cn/xampp.html下载并安装最新的XAMPP版本。下载BugFree 3安装包,解压后复制到XAMPP系统的htdocs子目录下。mv bugfree /opt/lampp/htdocs/浏览器访问http://localhost/bugfree环境检查赋予读写权限在BugFree同级目录创建附件上传目录BugFilecd /opt 阅读全文

posted @ 2013-05-27 22:30 jiang1987 阅读(288) 评论(0) 推荐(0)

centos6.4下搭建Lampp
摘要:安装过程:一、 下载(进入 Linux shell 并以系统管理员的身份登录)二、 下载后请输入以下命令:1.将下载的压缩文件释放到 /opt:tar xvfz xampp-linux-1.7.4.tar.gz -C /opt警告: 只允许使用上述命令安装 XAMPP。不要使用任何 Microsoft Windows 工具释放压缩文件,这没有用。警告 2: 使用此命令时,已存在的旧版 XAMPP 会被覆盖。就这样结束了。XAMPP 被安装在 /opt/lampp 目录下。2.检查端口占用情况:netstat -an|grep -w 803.开始运行使用下面的命令开始运行 XAMPP:/opt/ 阅读全文

posted @ 2013-05-27 14:11 jiang1987 阅读(656) 评论(0) 推荐(0)

nmon下载
摘要:http://sourceforge.jp/projects/sfnet_nmon/releases/ 阅读全文

posted @ 2013-05-26 22:24 jiang1987 阅读(176) 评论(0) 推荐(0)

Linux下安装rarlinux
摘要:在Linux下安装rarlinuxrarlinux 软件下载地址:http://www.rarsoft.com/download.htm到目前为止最新的版本为3.90 beta 3,这是共享版本。本文所用的Linux操作系统为:Red Hat Enterprise Linux AS release 4 (Nahant Update 4),内核版本2.6.9-42.ELsmp,32位版本。选择RAR 3.90 beta 3 for Linux:$wget http://www.rarsoft.com/rar/rarlinux-3.9.b3.tar.gz如果是64位的系统,就用RAR 3.90 b 阅读全文

posted @ 2013-05-26 22:15 jiang1987 阅读(215) 评论(0) 推荐(0)

Centos6.3(64位)下安装Oracle11gR2(64)服务器
摘要:安装环境 Linux服务器:Centos6.3 64位 Oracle服务器:Oracle11gR2 64位系统要求Linux安装Oracle系统要求系统要求说明内存必须高于1G的物理内存交换空间一般为内存的2倍,例如:1G的内存可以设置swap 分区为3G大小硬盘5G以上2.修改操作系统核心参数在Root用户下执行以下步骤:1)修改用户的SHELL的限制,修改/etc/security/limits.conf文件输入命令:vi/etc/security/limits.conf,按i键进入编辑模式,将下列内容加入该文件。oracle soft nproc 2047oracle hard npr. 阅读全文

posted @ 2013-05-25 13:47 jiang1987 阅读(457) 评论(0) 推荐(0)

导航