cd /usr/lib/vmware/modules/source/
sudo mv vmmon.tar vmmon.tar.bak
sudo tar xf vmmon.tar.bak
sudo mv vmnet.tar vmnet.tar.bak
sudo tar xf vmnet.tar.bak
Caution
All actions are at your own risk! This has been tested by me, but does not guarantee your success.
Read everything at least once before actually following the guide. If something goes wrong, stop immediately. Consider starting from the beginning.
Inspiration: https://www.most-useful.com/kde-plasma-on-wsl.html
wsl --update
sudo nano /etc/wsl.conf
import shutil | |
import os | |
import sys | |
''' | |
Place this script in the main project directory. This should be | |
the same directory as manage.py. | |
''' | |
# Get the file path of this script | |
root = sys.path[0] |
#! /bin/bash | |
n=32 | |
arg=setaf | |
text='Hello World! This is %s %d' | |
_help() | |
{ | |
printf 'usage: %s [--help|-H] [--16] [--256] [-t|--tiny] [--background|-b]\n' "$(basename $0)" | |
exit 0 |
The Sendt-3D designed rotary enclosure for your XTool D1\D1 Pro machine that you never thought you needed. The enclosure itself is made entirely out of 3/4" wood.
import requests | |
from datetime import datetime | |
def get_mega_millions_data(): | |
url = "https://api.opendatastack.com/v1/lottery/mega-millions" | |
response = requests.get(url) | |
if response.status_code == 200: | |
return response.json() | |
else: | |
raise Exception("Failed to fetch data") |
BE CAREFUL NOT TO OVERTIGHTEN ANY SCREWS INTERFACING WITH THE PRINTED PARTS
DO NOT WORK ON YOUR LASER WITH THE POWER ON
A collection of Markdown code and tricks that were tested to work in Gist.
This and all public gists in https://gist.github.com/ww9 are Public Domain. Do whatever you want with it including , no need to credit me.