NanoSoftTech

@nanosofttech
0 Followers
0 Following
99 Posts
Computer Engineer

WT32-Eth01 NTP Clock

arduino-cli sketch new wt32ntpclock cd wt32ntpclock/ nano wt32ntpclock.ino wt32ntpclock.ino #include #include // WT32-ETH01 Hardware Pins for ESP32 Core 3.x #define ETH_PHY_TYPE ETH_PHY_LAN8720 #define ETH_PHY_ADDR 1 #define ETH_PHY_MDC 23 #define ETH_PHY_MDIO 18 #define ETH_PHY_POWER 16 #define ETH_CLK_MODE ETH_CLOCK_GPIO0_IN const char* ntpServer = "pool.ntp.org"; const char* TZ_INFO = "ICT-7"; // Bangkok/Asia Time (UTC+7) void…

https://nanosofttech.wordpress.com/2026/03/28/wt32-eth01-ntp-clock/

WT32-Eth01 NTP Clock

arduino-cli sketch new wt32ntpclock cd wt32ntpclock/ nano wt32ntpclock.ino wt32ntpclock.ino #include <ETH.h> #include <time.h> // WT32-ETH01 Hardware Pins for ESP32 Core 3.x #define ETH…

NanoSoftTech

ESP32 on Mint Cli

sudo apt install git wget flex bison gperf python3 python3-pip python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0 mkdir -p ~/esp cd ~/esp git clone --recursive Cloning into 'esp-idf'... remote: Enumerating objects: 960147, done. remote: Counting objects: 100% (309/309), done. remote: Compressing objects: 100% (209/209), done. remote: Total 960147 (delta 141), reused 161 (delta 100), pack-reused 959838 (from 2) Receiving…

https://nanosofttech.wordpress.com/2026/03/26/esp32-on-mint-cli/

ESP32 on Mint Cli

sudo apt install git wget flex bison gperf python3 python3-pip python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0 mkdir -p ~/esp cd ~/esp git clone –recursive C…

NanoSoftTech

Gifcurry on Mint

$ sudo snap install gifcurry [sudo] password for adull: gifcurry 6.0.1.0 from Lettier installed Ref :

https://nanosofttech.wordpress.com/2026/03/22/gifcurry-on-mint/

Gifcurry on Mint

$ sudo snap install gifcurry [sudo] password for adull: gifcurry 6.0.1.0 from Lettier installed Ref :

NanoSoftTech

MiKTeX on Mint

curl -fsSL | sudo gpg --dearmor -o /usr/share/keyrings/miktex.gpg sudo echo "deb [signed-by=/usr/share/keyrings/miktex.gpg] noble universe" | sudo tee /etc/apt/sources.list.d/miktex.list sudo apt-get update sudo apt-get install miktex Ref :

https://nanosofttech.wordpress.com/2026/03/21/miktex-on-mint/

MiKTeX on Mint

curl -fsSL | sudo gpg –dearmor -o /usr/share/keyrings/miktex.gpg sudo echo "deb [signed-by=/usr/share/keyrings/miktex.gpg] noble universe" | sudo tee /etc/apt/sources.list.d/mi…

NanoSoftTech

Kilo CLI on Mint

Install $ sudo npm install -g @kilocode/cli [sudo] password for adull: added 5 packages in 25s $ kilo Ref :

https://nanosofttech.wordpress.com/2026/03/15/kilo-cli-on-mint/

Kilo CLI on Mint

Install $ sudo npm install -g @kilocode/cli [sudo] password for adull: added 5 packages in 25s $ kilo Ref :

NanoSoftTech

Mojo on Mint

$ $ curl -fsSL | sh This script will automatically download and install Pixi (latest) for you. Getting it from this url: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 27.2M 100 27.2M 0 0 6963k 0 0:00:04 0:00:04 --:--:-- 9.7M The 'pixi' binary is installed into '/home/adull/.pixi/bin' Updating…

https://nanosofttech.wordpress.com/2026/03/13/mojo-on-mint/

Mojo on Mint

$ $ curl -fsSL | sh This script will automatically download and install Pixi (latest) for you. Getting it from this url: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload…

NanoSoftTech

Burp Suite on Mint

Download $ chmod +x burpsuite_community_linux_v2026_2_3.sh $ ./burpsuite_community_linux_v2026_2_3.sh Ref :

https://nanosofttech.wordpress.com/2026/03/13/burp-suite-on-mint/

Burp Suite on Mint

Download $ chmod +x burpsuite_community_linux_v2026_2_3.sh $ ./burpsuite_community_linux_v2026_2_3.sh Ref :

NanoSoftTech

Nikto on Mint

$ git clone $ cd nikto/program $ sudo apt update $ sudo apt install libxml-writer-perl $ ./nikto.pl -h - Nikto v2.6.0 --------------------------------------------------------------------------- + Target IP: 45.91.134.241 + Target Hostname: ntp.in.th + Target Port: 443 --------------------------------------------------------------------------- + SSL Info: Subject: /CN=*.ntp.in.th CN: *.ntp.in.th SAN: *.ntp.in.th, ntp.in.th Ciphers: TLS_AES_256_GCM_SHA384…

https://nanosofttech.wordpress.com/2026/03/13/nikto-on-mint/

Nikto on Mint

$ git clone $ cd nikto/program $ sudo apt update $ sudo apt install libxml-writer-perl $ ./nikto.pl -h – Nikto v2.6.0 ——————————&#8…

NanoSoftTech

Codex CLI on mint

sudo npm i -g @openai/codex codex Ref :

https://nanosofttech.wordpress.com/2026/03/06/codex-cli-on-mint/

Codex CLI on mint

sudo npm i -g @openai/codex codex Ref :

NanoSoftTech

claude-code on mint

npm install -g @anthropic-ai/claude-code cluade Ref :

https://nanosofttech.wordpress.com/2026/03/06/claude-code-on-mint/

claude-code on mint

npm install -g @anthropic-ai/claude-code cluade Ref :

NanoSoftTech