-bash : xxx : command not found 新安装Linux后,安装一些必须软件(持续更新……)
使用yum命令安裝:先yum search ifconfig??查找安裝包,使用yum install net-tools安裝即可!
一、安裝包:
ifconfig (網(wǎng)絡(luò)\IP): yum install net-tools
unzip zip(壓縮\解壓縮) :?yum install -y unzip zip
rz (文件上傳) : yum install lrzsz.x86_64
jdk(java):
yum install java-1.8.0-openjdk
export JAVA_HOME=/usr/java
wget: yum install wget.x86_64
firewall-cmd:yum install firewalld systemd -y
yum install?ntpdate:更新系統(tǒng)時間,ntpdate pool.ntp.org。
……
二、配置:
關(guān)閉selinux :運行sed -i '/SELINUX/s/enforcing/disabled/' /etc/selinux/config;重啟(shutdown -r now);運行sestatus查看(SELinux status: disabled 即可)。
關(guān)閉防火墻:
Ubuntu(ubuntu-12.04-desktop-amd64)
查看防火墻狀態(tài):ufw status
關(guān)閉防火墻:ufw disable
---------------------------------------------------------------
centos6.0
查看防火墻狀態(tài):service iptables status
關(guān)閉防火墻:chkconfig iptables off ???#開機不啟動防火墻服務(wù)
--------------------------------------------------------------
centos7.0(默認是使用firewall作為防火墻,如若未改為iptables防火墻,使用以下命令查看和關(guān)閉防火墻)
查看防火墻狀態(tài):firewall-cmd --state
關(guān)閉防火墻:systemctl stop firewalld.service
systemctl stop firewalld.service #停止firewall
systemctl disable firewalld.service #禁止firewall開機啟動
將命令寫入環(huán)境變量:
sudo ln -sv /opt/consul/consul /usr/local/bin/
給當前用戶對某個文件夾賦權(quán)限:
linxu賦權(quán)限:sudo chown -R jetty.jetty /opt/consul/
……………………
…………………………
---------------------?
作者:孤天浪雨?
來源:CSDN?
原文:https://blog.csdn.net/u010246789/article/details/52101349/?
版權(quán)聲明:本文為博主原創(chuàng)文章,轉(zhuǎn)載請附上博文鏈接!
總結(jié)
以上是生活随笔為你收集整理的-bash : xxx : command not found 新安装Linux后,安装一些必须软件(持续更新……)的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 安装rabbitmq和php扩展
- 下一篇: linux安装RabbitMQ和amqp