Linux相关文章索引(6)

环境部署

  1. CentOS6 默认源没有tmux的解决办法
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
sudo rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm
  1. CentOS7下安装python-pip
  2. centOS7下安装GUI图形界面

基本常识

  1. Xshell连接linux(deepin)时提示ssh服务器拒绝了密码,请再试一次
    PermitRootLogin yes

  2. Centos 7 开放查看端口 防火墙关闭打开

  3. 在linux下的使用复制命令cp,不让出现“overwrite”(文件覆盖)提示的方法。

  4. centos修改主机名的正确方法
    hostnamectl set-hostname centos77.magedu.com

  5. VMware中CentOS7静态ip的设置

  6. linux 下如何通过ssh到其他机器然后执行命令?

Debug

Not using downloaded repomd.xml because it is older than what we have:
yum clean all && yum check-update

    原文作者:司小幽
    原文地址: https://www.jianshu.com/p/f0931971dc90
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞