码迷,mamicode.com
首页 >  
搜索关键字:shell ssh    ( 43887个结果
Enable rsh on MAC OS with command line
1. Enable rsh on macos. 1). os version (10.0) Enabling the "Allow remote login" option turns on telnet, rlogin (remote login), and rsh (remote shell) ...
分类:其他好文   时间:2014-07-03 00:28:18    阅读次数:436
shell 去重
group=`cat config.properties | grep -v "^$" | grep -v "^#" | awk -F "." '!($1 in a){a[$1];print $1}'`
分类:其他好文   时间:2014-07-02 20:01:16    阅读次数:217
Unity3D研究院之IOS全自动打包生成ipa
接着上一篇文章, 自动生成framework,这篇文章我把shell自动化打包ipa整理了一下,希望大家喜欢,嘿嘿。。 建议大家先看一下上一篇文章。http://www.xuanyusong.com/archives/2720首先我们要先搞清楚nity全自动打包的重要步骤。1.自动生成xcode工程...
分类:移动开发   时间:2014-07-02 19:07:03    阅读次数:840
CentOS: Make Command not Found and linux xinetd 服务不能启动
在centos 5下安装软件遇到的问题,google了一圈,是因为系统没有安装编译器,那安装就是了,嘿嘿。解决办法,在SSH下输入下面的命令yum -y install gcc automake autoconf libtool makelinux xinetd 服务不能启动:[root@capaa...
分类:Web程序   时间:2014-07-02 17:34:23    阅读次数:288
Linux 小知识翻译 - 「SCP和SFTP」
这次想说说「SCP和SFTP」。不管SCP还是SFTP,都是SSH的功能之一。都是使用SSH协议来传输文件的。不用说文件内容,就是登录时的用户信息都是经过SSH加密后才传输的,所以说SCP和SFTP实现了安全的文件传输。SCP和CP命令相似,SFTP和FTP的使用方法也类似。SCP和SFTP的共同之...
分类:系统相关   时间:2014-07-02 14:03:42    阅读次数:264
Requirement-Driven Linux Shell Programming
Requirement-Driven Linux Shell ProgrammingRequirement-Driven Linux Shell ProgrammingTable of Contents1. Where can I find the basic Material about Linu...
分类:系统相关   时间:2014-07-02 13:55:48    阅读次数:410
Linux Skills
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-02 13:49:28    阅读次数:410
shell脚本编写汇集
shell脚本编写难点汇集...
分类:其他好文   时间:2014-07-02 08:21:37    阅读次数:182
高效使用hive
高效使用hive...
分类:其他好文   时间:2014-07-02 07:26:37    阅读次数:198
我的几个linux相关软件的配置文件 vim,emacs,emacs-org-module,git。shell
几个有效的 linux or mac 配置:vim ,emacs,git,shell,emacs-org-mode...
分类:系统相关   时间:2014-07-02 07:05:52    阅读次数:265
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!