Created
September 26, 2018 12:24
-
-
Save lushl9301/0363bbd088e09db71d07461fa05b0b2f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum -y install epel-release | |
yum -y install pssh | |
echo "installing essential tools and libraries for CentOS" | |
yum -y groupinstall "Development Tools" | |
yum -y groupinstall "Development Libraries" | |
yum -y install gcc-g++ git-core wget links zip unzip unrar | |
yum -y install mysql-server mysql-client mysql-devel | |
yum -y install openssl | |
yum -y install cmake | |
https://unix.stackexchange.com/questions/36241/centos-eth0-not-starting |
pssh -h hostfile -P adduser NAME
pssh -h hostfile echo "PASSWD\nPASSWD" | passwd NAME
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If someone meet "ERROR: Unable to load the 'nvidia-drm' kernel module."
Check uefi secure boot.
Maybe your bios setting of it is for "windows".
Just change it to for "other OS"
Then, save and exit.
You can see the installed driver after reboot.