sudo grub2-set-default 0
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
sudo reboot
Tuesday, 7 July 2020
vm - Centos - Boot into latest Kernel
Monday, 6 July 2020
vm - Centos Shared Folder
Launch VMware -> Virtual Machine Settings -> Hardware
Enable only one CD/DVD(IDE) -> Tick "Connect at power on" -> Use a physical drive: Auto Detect
Uninstall open-vm-tools
rpm -e open-vm-tools
Manual install VMwave-tools
https://kb.vmware.com/s/article/1018414- To create a mount point, run:
mkdir /mnt/cdrom
- To mount the CDROM, run:
mount /dev/cdrom /mnt/cdrom
- To copy the Compiler gzip tar file to a temporary local directory, run:
cp /mnt/cdrom/VMwareTools-version.tar.gz /tmp/
Where version is the VMware Tools package version.
- To determine the version of VMware tools, run:
ls /mnt/cdrom
You see output similar to:
# VMwareTools-5.0.0-12124.tar.gz
- To change to the tmp directory and extract the contents of the tar file into a new directory called vmware-tools-distrib, run:
cd /tmp
tar -zxvf VMwareTools-version.tar.gz
- To change directory to vmware-tools-distrib and run the vmware-install.pl PERL script to install VMware Tools, run:
cd vmware-tools-distrib
./vmware-install.pl
Subscribe to:
Comments (Atom)
vm - Centos - Boot into latest Kernel
sudo grub2-set-default 0 sudo grub2-mkconfig -o /boot/grub2/grub.cfg sudo reboot
-
Yahoo: https://help.yahoo.com/kb/generate-password-sln15241.html Under "Account Security", In "Manage app passwords"...
-
Walk-Through SECTION SETUP PACKAGE show hide GIT show hide SOURCE show hide SYSTEM show hide ...
-
Remove Old Kernel dpkg -l | grep linux-image- rc linux-image-4.15.0-74-generic 4.15.0-74.84 ...