Linux SkillsLinux SkillsTable of Contents1. How
to use ramdisk in Ubuntu and Fedora?2. How to enable ssh server in Ubuntu?3. How
to disable CPU in Lin...
分类:
系统相关 时间:
2014-07-22 23:14:14
阅读次数:
673
转自:http://www.ha97.com/4169.htmlscp命令跟cp命令类似,只不过cp命令是在同一台机器上用的,scp是在两台机器上复制传输数据的命令。scp实质相当于利用SSH协议来传输数据的cp命令。用法举例:1、复制远程服务器的文件到本地:scp
-P888 root@120.....
分类:
其他好文 时间:
2014-07-22 23:13:35
阅读次数:
387
日常运维工作中,需要给几十上百台服务器批量部署软件或者是重启服务器等操作,
这样大量重复性的工作一定很苦恼,本文给大家提供了最基本的批量操作的方法,虽然效率不高,对于初学者来说还是好理解。由于刚开始学习写脚本,什么
puppt这样的高级工具还不会使用,就简单的利用shell脚本、ssh-keygen...
分类:
其他好文 时间:
2014-07-22 23:11:53
阅读次数:
404
http://www.portablesoft.org/securecrt-securefx-integrated/SecureCRT和SecureFX都是由
VanDyke 出品的 SSH 传输工具。在此前的介绍中我们得知,SecureCRT是一款非常好用的、支持多标签的 SSH 客户端,极大方便...
分类:
其他好文 时间:
2014-05-01 16:02:15
阅读次数:
957
Over the weekend, I was doing some work on the
internal CMS we use over at eagleenvision.net and I wanted to scrap my custom
table implementation for ...
分类:
Web程序 时间:
2014-05-01 14:28:26
阅读次数:
613
http://udt.sourceforge.net/DT is a reliable UDP
based application level data transport protocol for distributed data intensive
applications over wide ...
分类:
其他好文 时间:
2014-05-01 13:21:54
阅读次数:
488
Transition属性主要是用来对某个CSS属性的变化过程进行控制,官方的介绍是”CSS
Transitions allow property changes in CSS values to occur smoothly over a
specified duration.“。而我个人则简单地理...
分类:
Web程序 时间:
2014-05-01 01:12:52
阅读次数:
518
dao层:@Repository(value
="")或者@Component(value="")service层:@Service(value ="")或者@Component(value="")
有关事务的配置: @Transactional(propagation=P...
分类:
其他好文 时间:
2014-04-29 16:38:46
阅读次数:
446
Ubuntu12.04.4 Vmware 虚拟机安装总结
背景:最近准备入手一块树莓派(RaspberryPI),准备一下开发环境,可惜机器硬盘小,又舍不得格调Win7,所以只好装虚拟机了。考虑到对ubuntu12.04还熟悉,又是长期版,出了一段时间有问题可以解决。所以就没用刚出的Ubuntu14.04
涉及Ubuntu12.04.4安装,网络ssh samba配置,vmware tools安装,本文用Markdown编写...
分类:
其他好文 时间:
2014-04-28 10:36:41
阅读次数:
494