码迷,mamicode.com
首页 >  
搜索关键字:pub    ( 3452个结果
kvm编译安装及常见问题解决
一、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
ssh autologin
scp ~/.ssh/id_rsa.pub username@xxx.xx:~/.ssh/authorized_keys
分类:其他好文   时间:2014-05-17 19:35:01    阅读次数:174
30天轻松学习javaweb_模拟tomcat
运行 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
cobbler客户端重装系统
已有操作系统的主机通过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
如何使用git 生成patch
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
添加ssh无密码认证
#(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
在虚拟机里安装centos 6.4和centos 5.8里配置vim 7.4安装过程
下是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
sftp,putty使用非对称密钥RSA无需密码登录远程主机
参考链接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
uboot 2013.01 代码简析(1)开发板配置
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
spring程序示例(SpringDemo项目)
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
3452条   上一页 1 ... 342 343 344 345 346 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!