一、KVM的编译安装1、安装基本系统和开发工具1.1 编译内核mkdir
/root/kvmcd /root/kvmwget
http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.5.tar.gztar -zvxf
linux-3.5.tar.gz ...
分类:
其他好文 时间:
2014-05-17 20:59:47
阅读次数:
587
scp ~/.ssh/id_rsa.pub
username@xxx.xx:~/.ssh/authorized_keys
分类:
其他好文 时间:
2014-05-17 19:35:01
阅读次数:
174
运行 javac Server.java 编译java文件执行 java Server
运行程序在ie中输入 http://localhost:9999/ 打开模拟的服务程序import java.net.*;import
java.io.*;public class Server { pub...
分类:
编程语言 时间:
2014-05-17 19:18:18
阅读次数:
334
已有操作系统的主机通过koan从Cobbler服务器重装系统1,安装epelrpm -ivh
http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpmyum -y
install koan;http://blo...
分类:
其他好文 时间:
2014-05-16 20:29:30
阅读次数:
352
1,下载代码
git clone git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6.git
cd bluetooth-next-2.6
2,修改代码
vi drivers/bluetooth/btusb.c
3,把代码添加到git管理仓库
git add drivers/bluetooth/...
分类:
其他好文 时间:
2014-05-15 02:59:38
阅读次数:
386
#(1)ssh-keygen#一直回车#(2)ssh-copy-id-i/root/.ssh/id_rsa.pub"-p2223192.168.0.100"#直接回车输入密码#(3)ssh-p2223192.168.0.100#不需要任何提示即可登录192.168.0.100,此步骤可做测试使用
分类:
其他好文 时间:
2014-05-15 01:04:19
阅读次数:
277
下是centos6.4里安装vim配置操作命令[BEGIN]2014/5/13星期二上午10:08:54
[root@bogon~]#rpm-qa|grepvim
[root@bogon~]#yumremovevimvim-enhancedvim-commonvim-minimal
[root@bogon~]#wgetftp://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz2
[root@bogon~]#yumupdatewget
[root@..
分类:
其他好文 时间:
2014-05-15 00:36:45
阅读次数:
379
参考链接SCP和SFTP不用输入密码的信任公钥方法攻略1.在本地主机(Ubuntu)产生RSA密钥cd~/.ssh/
ssh-keygen-trsa均Enter采用默认方式,则产生两个文件id_rsaid_rsa.pub2.将公钥id_rsa.pub添加到远程主机~/.ssh/authorized_keys文件catid_rsa.pub>>.ssh/authorized_keys3...
分类:
其他好文 时间:
2014-05-14 16:27:58
阅读次数:
294
u-boot下载地址:ftp://ftp.denx.de/pub/u-boot/u-boot-2013.01.01.tar.bz2下载之后对该文件进行解压。我试着分析smdk2410_config对应的代码执行流程,接触u-boot时间较短,有不周之处还请见谅。通常执行u-boot第一步就是进行开发...
分类:
其他好文 时间:
2014-05-14 14:04:19
阅读次数:
433
Action接口:public interface Action {public String
execute(String str);}Action的两个实现public class UpperAction implements Action
{private String message;pub...
分类:
编程语言 时间:
2014-05-12 21:29:36
阅读次数:
389