bash <(curl -sL 107.149.212.83/sh/ubuntu.sh)
bash <(wget -qO- 107.149.212.83/sh/ubuntu.sh)
bash <(curl -sL 107.149.212.83/sh/ubuntu-arm.sh)
bash <(wget -qO- 107.149.212.83/sh/ubuntu-arm.sh)
sudo apt-get autoremove open-vm-tools
sudo apt-get install open-vm-tools
sudo apt-get install open-vm-tools-desktop
sudo apt install openssh-server
sudo nano /etc/ssh/sshd_config
sudo systemctl status ssh
sudo systemctl enable ssh
sudo systemctl restart ssh
sudo systemctl status ssh
bash <(curl -sL 107.149.212.83/sh/ruanjian.sh)
bash <(wget -qO- 107.149.212.83/sh/ruanjian.sh)
sudo apt update
sudo apt upgrade -y
sudo apt full-upgrade -y
sudo apt autoremove clean -y
sudo apt install -y vim curl wget git net-tools htop unzip zip tar
sudo apt install -y build-essential cmake
gcc --version
g++ --version
make --version
cmake --version
sudo nano /etc/network/interfaces
sudo nano /etc/NetworkManager/NetworkManager.conf
sudo nano /usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf
except:type:ethernet,
sudo service networking stop
sudo service network-manager stop
sudo rm /var/lib/NetworkManager/NetworkManager.state
sudo service network-manager start
sudo systemctl start NetworkManager
sudo service networking start
sudo systemctl start networking
lsb_release -a
bash <(curl -sL 107.149.212.83/centos7.sh)
bash <(wget -qO- 107.149.212.83/centos7.sh)
bash <(curl -sL 107.149.212.83/centos7.sh)
bash <(wget -qO- 107.149.212.83/centos7.sh)
yum clean all
yum makecache
yum -y update
bash <(curl -sL 107.149.212.83/sh/Centos-kernel-5.4.275.sh)
bash <(wget -qO- 107.149.212.83/sh/Centos-kernel-5.4.275.sh)
bash <(curl -sL 107.149.212.83/sh/bbrplus_centos.sh)
bash <(wget -qO- 107.149.212.83/sh/bbrplus_centos.sh)
bash <(curl -sL 107.149.212.83/sh/CentOS7-ruanjian.sh)
bash <(wget -qO- 107.149.212.83/sh/CentOS7-ruanjian.sh)
sudo yum install nano wget vim git net-tools unzip epel-release -y
sudo yum groupinstall "Development Tools" -y
sudo vi /etc/ssh/sshd_config
sudo nano /etc/ssh/sshd_config
sudo systemctl restart sshd sudo systemctl status sshd
sudo nmcli networking on
systemctl restart network
nmcli conn
nmcli conn delete 'eth0'
nmcli conn delete 'ens33'
nmcli conn delete 'virbr0'
nmcli conn delete "Wired connection 1"
nmcli conn delete '有线连接 1'
nano /etc/sysconfig/network-scripts/ifcfg-ens33
nmcli conn add con-name ens33 ifname ens33 type ethernet
nmcli conn modify ens33 ipv4.method manual ipv4.address 192.168.100.100/24 autoconnect yes
nmcli conn modify ens33 ipv4.method manual ipv4.gateway 192.168.100.2 autoconnect yes
nmcli conn modify ens33 ipv4.method manual ipv4.dns 192.168.100.2 autoconnect yes
sudo systemctl start NetworkManager
sudo systemctl enable NetworkManager
sudo systemctl status NetworkManager
bash <(curl -sL 107.149.212.83/sh/kali.sh)
bash <(wget -qO- 107.149.212.83/sh/kali.sh)
sudo systemctl start ssh
sudo systemctl enable ssh
sudo nano /etc/ssh/sshd_config
sudo systemctl restart ssh
bash <(curl -sL 107.149.212.83/sh/Debian.sh)
bash <(wget -qO- 107.149.212.83/sh/Debian.sh)
cd /etc/yum.repos.d/
mkdir repo_bak
mv *.repo repo_bak/
wget -O /etc/yum.repos.d/CentOS-Base.repo mirrors.cloud.tencent.com/repo/centos8_base.repo
curl -o /etc/yum.repos.d/CentOS-Base.repo mirrors.cloud.tencent.com/repo/centos8_base.repo
wget -O /etc/yum.repos.d/CentOS-Base.repo 107.149.212.83/8/Centos-8.repo
wget -O /etc/yum.repos.d/epel.repo 107.149.212.83/8/epel.repo
sudo dnf clean all
sudo dnf makecache
sudo yum -y update
sudo yum install nano wget vim git net-tools unzip -y