
linux 命令
文章平均质量分 73
aiaifei
这个作者很懒,什么都没留下…
展开
-
Neither the JAVA_HOME nor the JRE_HOME environment variable is defined解决
Neither the JAVA_HOME nor the JRE_HOME environment variable is defined解决 linux 下 启动tomcat 报: Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of t转载 2014-12-01 16:49:37 · 650 阅读 · 0 评论 -
linux 命令学习小结
查询命令 e.g:find . -name 'jdbc*' 获取root权限 e.g:su 用户名 回车 输入密码 secureCRT 上传: 首先需要 执行安装 lrzsz :yum -y install lrzsz 其次 在相应目录 :rz原创 2014-12-01 16:03:44 · 802 阅读 · 0 评论 -
VI的使用
1、vi的基本概念 基本上vi可以分为三种状态,分别是命令模式(command mode)、插入模式(Insert mode)和底行模式(last line mode),各模式的功能区分如下: 1) 命令行模式command mode) 控制屏幕光标的移动,字符、字或行的删除,移动复制某区段及进入Insert mode下,或者到 last line mode。转载 2014-12-01 16:44:21 · 401 阅读 · 0 评论 -
linux 的ssh 使用问题
bash: ssh: command not found 执行 : yum -y install openssh-clients ssh常用命令: 远程登录 ssh user@remote.machine - 远程执行 ssh user@remote.machine 'command ...' - 远程复制 scp us原创 2014-12-06 13:03:09 · 353 阅读 · 0 评论