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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章