sshuttle is a powerful tool that allows you to tunnel network traffic through an SSH server. This can be particularly useful when you want to securely access resources or services…
Tag: Linux

Reverse Engineering the Silvercrest Wireless Socket set.
The Silvercrest wireless socket set is a budget 433Mhz remote-controlled socket sold at Lidl for around £15. It can take up to 3000w of continuous draw and comes in a…

First TinyGS station in Cyprus
TinyGS is an open network of Ground Stations distributed around the world to receive and operate LoRa satellites, weather probes and other flying objects, using cheap and versatile modules.

Bash scripting essentials
Bash scripts are very helpful in doing time-consuming tasks in very little time, the unix “bash” terminal .first let’s write a sample bash script all bash scripts start with #!/bin/bash, so we can point the system to the right place