神
Explore posts from servers
CDCloudflare Developers
Created by on 9/13/2023 in #general-help
Can I use Cloudflare Tunnel to connect to MySQL externally without root?
On my system, there is no root. And access to MySQL is restricted to localhost only. I want to allow external connections to MySQL in that state, so I'm thinking of adopting Cloudflare Tunnel. Is it possible to install and run Cloudflare Tunnel without root? I thought it might be possible to install it using Linuxbrew
3 replies
DDeno
Created by on 8/7/2023 in #help
What should I specify to pass a "char *" in Deno.dlopen?
For example, this is how you would use it in Python:
import ctypes

lib = ctypes.cdll.LoadLibrary('example.dll')
check = lib.check
check.argtypes = [ctypes.c_char_p]
check.restype = ctypes.c_char_p
import ctypes

lib = ctypes.cdll.LoadLibrary('example.dll')
check = lib.check
check.argtypes = [ctypes.c_char_p]
check.restype = ctypes.c_char_p
28 replies
DDeno
Created by on 6/11/2023 in #help
npm:undici doesn't work
4 replies