Make sure there is at least one file in it (even just the README.md)
ssh-keygen -t rsa -C "[email protected]"
Make sure there is at least one file in it (even just the README.md)
ssh-keygen -t rsa -C "[email protected]"
# wget 'https://mirrors.slackware.com/slackware/slackware64-current/kernels/huge.s/bzImage' | |
# # find / -name 'snd-hwdep.ko' 2>/dev/null | |
# /usr/src/linux-4.14.40/sound/core/snd-hwdep.ko | |
# /lib/modules/4.14.40/kernel/sound/core/snd-hwdep.ko | |
# -*- coding: utf-8 -*- | |
import sys, os, time | |
import ctypes, comtypes, pythoncom | |
from ctypes import * | |
from comtypes.client import GetModule, CreateObject | |
from comtypes.client import ShowEvents, GetEvents, PumpEvents | |
import queue as queue | |
q = queue.Queue () |