I recommend doing this as a net/minimum install with Manjaro (no desktop manager attached with the install).
pacman -Syu
reboot -h now
import asyncio | |
import pathlib | |
import os | |
import time | |
import multiprocessing | |
from functools import wraps | |
from concurrent.futures.thread import ThreadPoolExecutor | |
executor = ThreadPoolExecutor(max_workers=multiprocessing.cpu_count() * 5) |