- Problem Description: "VMware Workstation and Device/Credential Guard are not compatible" error in VMware Workstation on Windows 10 host (2146361)
Solution
Just run cmd as Admin and type
bcdedit /set hypervisorlaunchtype off
and REBOOT
{"lastUpload":"2020-07-09T20:12:02.633Z","extensionVersion":"v3.4.3"} |
Solution
Just run cmd as Admin and type
bcdedit /set hypervisorlaunchtype off
and REBOOT
135 cd Downloads/
136 curl -O https://downloads.rclone.org/rclone-current-linux-amd64.zip
137 unzip rclone-current-linux-amd64.zip
138 cd rclone-v1.51.0-linux-amd64/
139 sudo cp rclone /usr/bin/
140 sudo chown root:root /usr/bin/rclone
141 sudo chmod 755 /usr/bin/rclone
142 sudo mkdir -p /usr/local/share/man/man1
Original FreeCodeCamp Article Link
Instructions to get started after the keys have been added:
To use the keys, we have to register them with the ssh-agent on our machine. Ensure ssh-agent is running using the command:
eval "$(ssh-agent -s)"
Add in settings.json | |
"python.linting.pylintArgs": ["--generate-members"] | |
https://stackoverflow.com/questions/51593147/cv2-python-has-no-imread-member |
export INSTALL_KEY=379CE192D401AB61
# Ubuntu versions supported: xenial, bionic
# Debian versions supported: jessie, stretch, buster
export DEB_DISTRO=$(lsb_release -sc)
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $INSTALL_KEY
echo "deb https://ookla.bintray.com/debian ${DEB_DISTRO} main" | sudo tee /etc/apt/sources.list.d/speedtest.list
sudo apt-get update
import os | |
path = input("Enter source path:") | |
images = os.listdir(path) | |
print(images) | |
for f in images: | |
if(".jpg" in f[-4:]): | |
src = path | |
if(f[0]=="0"): | |
dst = src + '/8' + f[1:] |