p.p1 { margin: 0; font: 20px Menlo; color: rgba(0, 0, 0, 1) }
span.s1 { font-variant-ligatures: no-common-ligatures }

在/etc/profile文件中添加别名

[root@localhost]# vim /etc/profile
alias sshtest="ssh 192.168.224.66"

# 命令行执行
[root@localhost]# alias
alias sshtest='ssh 192.168.224.66'

最新文章

  1. Android的历史与花边
  2. linux命令crontab
  3. SOAPUI测试步骤----DataGen TestStep
  4. 上下联动,右侧按钮过多poper展示
  5. 2016 - 1 -19 初探NSOperation
  6. ROS多个master消息互通
  7. java的变量
  8. 摘录:官方文档对ROWID虚拟行的定义
  9. 通过反汇编C语言小程序学习Liunx汇编语言
  10. openresty nginx 安装过程记录
  11. java 锁 Lock接口详解
  12. [Swift]LeetCode732. 我的日程安排表 III | My Calendar III
  13. 使用 AWK 去掉文本文档中的空白行
  14. ViewpagerHandler
  15. mysql字符串处理
  16. apache ab
  17. 在Android studio中到入Eclipse
  18. Jaccard similarity(杰卡德相似度)和Abundance correlation(丰度相关性)
  19. SpingBoot一——demo及阿里云部署
  20. SciTE: 中文字符支持问题

热门文章

  1. 华为交换机5855设置ssh
  2. python 分析文本文件
  3. Spark编程基础_RDD编程
  4. linux下系统时间和时钟时间
  5. PphpStorm常用操作整理
  6. Docker与k8s的恩怨情仇(六)—— “容器编排”上演“终结者”大片
  7. tp3常量
  8. Resnet网络详细结构(针对Cifar10)
  9. 论文笔记:(CVPR2017)PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
  10. 手撸一个SpringBoot-Starter