ilanh - Overview
Pinned Loading
-
full-stack-fastapi-postgresql full-stack-fastapi-postgresql Public
Forked from fastapi/full-stack-fastapi-template
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
Python 4
-
Install VMware Tools to linux virtua... Install VMware Tools to linux virtual machines, first run will uninstall open-vm-tools, second run will install tools. (ubuntu, debian, centos, redhat)
1
#!/bin/bash2
# you can run it directly from console using:3
# curl -L -s https://gist.github.com/ilanh/da30692e33d5796f813d451031453be2/raw/ | sudo -H sh4
if lsblk -fp | grep iso9660 | grep 'VMware Tools' ; then
5
echo "Found Tools CD";


