Skip to content

Instantly share code, notes, and snippets.

View takurx's full-sized avatar

Yoshihiro Nakagawa takurx

View GitHub Profile
@takurx
takurx / log_open-hinata-0.md
Last active October 20, 2024 12:37
try to work open-hinata (WebGIS app)

Command

git clone [email protected]:kenzkenz/open-hinata.git
cd open-hinata/
npm i
npm run serve

Error handling

@takurx
takurx / log_test_wolf-ssl_canbus-0.md
Last active October 17, 2024 23:29
test wolfssl-example, can-bus

Log

GeoPandas, jupyter-notebook

(base) chino@chino-Legion-5-15IAH7H:~/LoRaWorks_230822$ jupyter-notebook 
[W 2024-09-29 12:33:15.781 ServerApp] A `_jupyter_server_extension_points` function was not found in jupyter_lsp. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
[W 2024-09-29 12:33:16.507 ServerApp] A `_jupyter_server_extension_points` function was not found in notebook_shim. Instead, a `_jupyter_server_extension_paths` function was found and will be used for now. This function name will be deprecated in future releases of Jupyter Server.
[I 2024-09-29 12:33:17.082 ServerApp] Extension package panel.io.jupyter_server_extension took 0.5749s to import
[I 2024-09-29 12:33:17.082 ServerApp] jupyter_lsp | extension was successfully linked.
[I 2024-09-29 12:33:17.084 ServerApp] jupyter_server_terminals | extension was successfully linked.
@takurx
takurx / log_geopanda-0.md
Last active September 23, 2024 22:41
Install and try GeoPandas

Log

Anaconda

Installing on Linux — Anaconda documentation https://docs.anaconda.com/anaconda/install/linux/

chino@chino-Legion-5-15IAH7H:~$ sudo apt-get install libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 libxss1 libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6
[sudo] password for chino: 
Reading package lists... Done
@takurx
takurx / log_of_kong_api_gateway-09.md
Last active July 15, 2024 22:28
try to log kong, fiware, authentication
@takurx
takurx / log_windows_opencv.md
Created July 1, 2024 10:54
windows, opencv

Log

C:\WINDOWS\system32>set OPENCV_DIR=F:\211220_nakagawa\opencv\opencv\build\bin;F:\211220_nakagawa\opencv\opencv\build\x64\vc16\bin
C:\WINDOWS\system32>set
.....
.....
OpenCV_DIR=F:\211220_nakagawa\opencv\opencv\build\bin;F:\211220_nakagawa\opencv\opencv\build\x64\vc16\bin
OS=Windows_NT
.....
@takurx
takurx / log_of_kong_api_gateway-8.md
Created June 16, 2024 22:36
try to log kong and fiware

1. kong

sudo curl -Ls https://get.konghq.com/quickstart | sudo bash

2. prepare check

curl -X GET http://54.238.24.118:4061/version
@takurx
takurx / log_of_kong_api_gateway-7.md
Created June 9, 2024 22:30
try to log kong and fiware, it need domain name resolution?

log_of_kong_api_gateway-7

1. kong, set up, service, route

curl -i -s -X POST http://localhost:8001/services \
  --data name=example_service \
  --data url='http://httpbin.org'

curl -X GET http://localhost:8001/services/example_service
@takurx
takurx / log_of_kong_api_gateway-6.md
Last active June 2, 2024 22:56
try to log kong and fiware

log_of_kong_api_gateway-6

fiware command

curl -X GET \
    http://localhost:1026/v2/entities \
    -H 'fiware-service: atosioe' \
    -H 'fiware-servicepath: /lorattn'

try didkit

Refrence

Log

chino@chino-Legion-5-15IAH7H:~$ docker run ghcr.io/spruceid/didkit-cli:latest --help
docker: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/create": dial unix /var/run/docker.sock: connect: permission denied.