Oken Khuman
Oken Khuman
For the esp32 I found it is only available for ESP-IDF. Will there be way to make it for Auduino IDE it will be very helpful if that is possible.
I'm trying to mount a network shared directory for shareing html files and certificates. I'm using the below setup ``` version: '3.8' services: nfs: image: erichough/nfs-server restart: unless-stopped environment: -...
I have some problem with compose setup ``` tunnel: image: nginx-tunnel environment: - PORTS="90:3000,443:3001" command: - proxy network_mode: "host" restart: unless-stopped ``` I got errors as ``` ... tunnel_1 |...
I tried this server running on a droplet and with this command ``` http://:8080/update?secret=hellotest&domain=node1 ``` on my local machine's browser it returns ``` {"Success":true,"Message":"Updated A record for node1 to IP...
I can successfullay access root using ``` from pydrive.auth import GoogleAuth from pydrive.drive import GoogleDrive gauth = GoogleAuth() gauth.LocalWebserverAuth() drive = GoogleDrive(gauth) ``` but my doubt is 'How can I...
I was trying to use my shared usb on this image's containers. I was able to install but unfortunately unable to use it. Got error as `init_module error inserting 'usbip-core.ko':...
How to enable VNC server on client?
I was trying to build the the image for RPi4b but unfortunately end up with error. Please add build instruction/ images for ARM/v6
I run a web server on my RPi using docker. It works on local connection using the local ip. I use rule as protocol: Both From: rmnet0, port : 2280...
I have tested this code on esp32 and when I try to upload the code it shows "line 421: Allocating memory failed." on the web page... The svf file is...