码迷,mamicode.com
首页 >  
搜索关键字:ret hat 6    ( 35225个结果
cgropu实现系统资源隔离
以下是对NUMA和cgroup的初次实践分享,仅供参考。详细介绍请参考:https://access.redhat.com/site/documentation/zh-CN/Red_Hat_Enterprise_Linux/6/html/Resource_Management_Guide/一、线上程序现象最近在不少os6.4的系统上发现机器负载较大,部分cpu使用率很高,但部分cpu..
分类:其他好文   时间:2014-05-27 03:56:17    阅读次数:370
Install MongoDB on Red Hat Enterprise, CentOS, Fedora, or Amazon Linux
Install MongoDB on Red Hat Enterprise, CentOS, Fedora, or Amazon Linux?OverviewUse this tutorial to install MongoDB on Red Hat Enterprise Linux, CentO...
分类:数据库   时间:2014-05-27 01:58:54    阅读次数:499
启动程序实现很简单的功能在屏幕中央 ;打印一行字符串(汇编+c+red hat linux实现)
编程:启动程序实现很简单的功能在屏幕中央;打印一行字符串(汇编+c+redhatlinux实现)汇编语言编写:boot.asm启动程序代码:;我们的启动程序实现很简单的功能在屏幕中央;打印一行字符串org07c00h;org指令明确告诉编译器我程序开始地址是07c00h,而不是;原来的00000;int汇编指..
分类:系统相关   时间:2014-05-20 19:24:33    阅读次数:501
一个基于Gsoap 的ONIVF C++ 库
https://github.com/xsmart/onvifcpplib 这个库支持ProfileS 和ProfileG,目前还在开发当中,现在已经支持Event 下面是一个客户端的例子 int _tmain(int argc, _TCHAR* argv[]) { int ret; /* 192.168.1.1 is the NVT, 192.168.1.234 is the N...
分类:编程语言   时间:2014-05-18 05:26:01    阅读次数:384
Install RHadoop with Hadoop 2.2 – Red Hat Linux
PrerequisiteHadoop 2.2 has been installed (and the below installation steps should be applied on each of Hadoop node)Step 1. Install R (by yum)[hadoop...
分类:系统相关   时间:2014-05-17 21:51:24    阅读次数:671
Red Hat Enterprise Linux Server 6.0官方多国语言版光盘镜像下载
来源:http://www.linuxidc.com/Linux/2011-09/43704.htm电驴下载:rhel-server-6.0-i386-dvd.isoed2k://|file|rhel-server-6.0-i386-dvd.iso|2931056640|503184dff4dd37...
分类:系统相关   时间:2014-05-17 04:55:49    阅读次数:422
linux后台服务器开发环境部署配置和验证(nginx+apache+php-fpm+FASTCGI(C/C++))
CentOS 6.3(Linux version 2.6.32-279.el6.x86_64) gcc (GCC) 4.4.6 20120305 (Red Hat 4.4.6-4) 本次配置 Nginx 1.5.8 Apache 2.4.7 php 5.3.26 FASTCGI...
分类:编程语言   时间:2014-05-15 05:52:51    阅读次数:421
JS兼容方式获取浏览器的宽度
//need to wait until onload so body is available window.onload = function(){ function getWindowWidth(){ if (window.innerWidth){ ret...
分类:Web程序   时间:2014-05-13 07:37:26    阅读次数:394
Linux安装JDK
在Linux中安装JDK的步骤: 1、下载JDK的linux版本 2、将下载好的JDK文件解压到自己的安装目录 3、配置环境变量 4、重启系统,使用java命令查看是否配置成功 简单的来说就是这几步了,下面来说说详细的安装步骤 这里我使用的Red Hat 5 32位版本的Linux,所以下载JDK也要32位的JDK版本 使用快捷键Shift+Ctrl+N打开终端 输入su进入高级管...
分类:系统相关   时间:2014-05-12 15:41:53    阅读次数:481
emacs使用本地emacs server模式打开远程文件
使用emacs的用户都知道,一般要打开远程机器上的文件要使用TrampMode模式,调用方式如下: C-x C-f /remotehost:filename RET (or /method:user@remotehost:filename) 但,这样打开有点麻烦,你必要输入用户名和机器ip等  emacs提供了一种client/server的模式,当我们在本地打开一个emacs,可以将它作...
分类:其他好文   时间:2014-05-11 21:55:05    阅读次数:366
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!