I Ran the Famed SmolLM on Raspberry Pi

I Ran the Famed SmolLM on Raspberry Pi

Their compact nature makes them well-suited for various applications, particularly in scenarios where local processing is crucial. As the industry shifts towards local deployment of AI technologies, the advantages of…

How I Used Monitor Mode on TP-Link WN722N for Fun

How I Used Monitor Mode on TP-Link WN722N for Fun

sudo wifite –kill –random-mac –dict ~/wifite2/wordlist-top4800-probable.txt –kill: Stops interfering processes (like network managers) to ensure smooth operation. –random-mac: Randomizes your MAC address for anonymity. –dict /wifite2/wordlist-top4800-probable.txt: Specifies a custom wordlist…

Installing Docker on Raspberry Pi OS

Installing Docker on Raspberry Pi OS

sudo chmod a+r /etc/apt/keyrings/docker.asc Add the repository to apt sources: Installing Docker on Raspberry Pi OS is quite straightforward, thanks to a handy installation script provided by Docker. sudo install…