码迷,mamicode.com
首页 >  
搜索关键字:virtual terminal    ( 8030个结果
CentOS 6.3下部署LVS(NAT)+keepalived实现高性能高可用负载均衡
一、系统环境实验拓扑:实验环境:Vmware 9.01 + Windows 8 x64 企业版+8G内存虚拟机步骤:1、安装一台CentOS 6.3 x64主机,内存为1GB,网络为NAT模式,注意检查Vmware中EDIT菜单下Virtual Network Editor中VMnet82、加电,安...
分类:其他好文   时间:2014-07-10 13:26:08    阅读次数:542
QEMU KVM libvirt手册(2)
Administrating Virtual Machines with QEMU Monitor When QEMU is running, a monitor console is provided for performing interaction with the user. Using ...
分类:其他好文   时间:2014-07-08 00:06:50    阅读次数:464
ubuntu 安装maven提示出错 The program 'mvn' can be found in the following packages
问题: I am trying to install apache maven 3 in Ubuntu 12.04 lts. What I did was open the terminal then I typed the following commands export M2_HOME=/usr/local/apache-maven/apache-maven-3.0.5 ...
分类:Windows程序   时间:2014-06-28 09:12:52    阅读次数:510
Linux下FTP虚拟账户配置
参考模版/usr/share/doc/vsftpd-2.0.5/EXAMPLE/VIRTUAL_USERS)1.创建虚拟账户[root@localhost~]#yuminstalldb4-utils[root@localhost~]#vim/etc/vsftpd/vlogintomcat #账户名称123456 #密码jerry #账户名称654321 #密码[root@localhost~]#db_load-T-thash-f/etc/vsftpd/vl..
分类:系统相关   时间:2014-06-28 06:03:14    阅读次数:531
查询ORACLE数据库操作记录
代码:SELECTa.First_Load_Time, a.Sql_Text, s.Sid, s.Serial#, s.Program--, , a.* --Utl_Inaddr.Get_Host_Address(s.Terminal)Ip FROMV$sqlareaa,V$sessions WHEREs.Sql_Address(+)=a.Address ANDUpper(a.Sql_Text)LIKE‘%DELETEFROM%MTL_TRANSACTIONS_INTERFACE%‘;有人删除..
分类:数据库   时间:2014-06-28 00:41:47    阅读次数:423
KVM虚拟化+PKE无人值守安装
安装KVM虚拟化条件:首先CPU要支持虚拟化(Intel是vmx,AMD是svm)[root@localhost~]#egrep‘(vmx|svm)‘--color/proc/cpuinfo确保BIOS里开启VTIntel(R)VirtualizationTech[Enabled]安装虚拟化套件[root@localhost~]#LANG=en_US-utf8[root@localhost~]#yum-ygroupinstall"Virtual..
分类:其他好文   时间:2014-06-28 00:30:19    阅读次数:346
What are the differences between shell , console & terminal?
答案1:The shell is a typical Unix program. It reads commands from the standard input and prints something on the standard output. This is simple and goo...
分类:其他好文   时间:2014-06-27 16:12:37    阅读次数:260
jps命令使用
jps工具jps(Java Virtual Machine Process Status Tool)是JDK 1.5提供的一个显示当前全部java进程pid的命令,简单有用,很适合在linux/unix平台上简单察看当前java进程的一些简单情况。jps(Java Virtual Machine P...
分类:其他好文   时间:2014-06-27 11:06:25    阅读次数:225
一个简易JVM的实现
?? http://catpad.net/michael/jvm/是一个开源的简易的JVM实现。它实现了大多数的JVM功能,实现简单,适合广大技术爱好者了解JVM的内部工作原理。可以参考《Inside the Java Virtual Machine》by Bill Venners,本书对jvm结构,Java class的定义有详细的讲解。 本文介绍下其中的一些关键实现点: 类加...
分类:其他好文   时间:2014-06-27 08:27:48    阅读次数:514
KVM 虚拟机增加磁盘
背景:由于在KVM虚机上做glusterfs测试,发现KVM虚拟存储空间不够。思路:创建一个kvmimg文件指定大小200G,然后通过VirtualMachineManager导入到对应的虚拟机步骤:这里以虚拟机vm2为例创建kvmimg[root@agent-cloudstack342]cd/d1/virtual_machine/vm/2#进入虚机文件目录[root..
分类:其他好文   时间:2014-06-27 06:38:28    阅读次数:288
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!