Tag: tool
-
BrowserFrame | Wrap screenshots in browser frames
An online tool to allow you creating screenshots from a saved file or from a website wrapping different browsers around them. > browserframe.com/
-
GitHub – unixpickle/JamWiFi: A GUI, easy to use WiFi network jammer for Mac OS X
JamWiFi is a GUI, easy to use WiFi network jammer for Mac OS X which allows you to select one or more nearby wireless networks, thereupon presenting a list of clients which are currently active on the network(s). Furthermore, JamWiFi allows you to disconnect clients of your choosing for as long as you wish. >…
-
GitHub – igrr/esptool-ck: The ESP8266/ESP32 build helper tool by Christian Klippel
Esptool is a tool to create firmware files for the ESP8266/ESP32 chips and flash the firmware to the chip over serial port. Esptool runs on Windows, Linux and Mac OS X. Esptool reads the compiled program in ELF format, extracts code and data sections, and either dumps a section to a file or assembles the…
-
WP Updates – Provide automatic updates for your premium WordPress themes and plugins
Provide automatic updates for your premium WordPress themes and plugins with 2 lines of code. > wp-updates.com/
-
Node a visual tool for wiring together the IoT
Node-RED is a tool for wiring together hardware devices, APIs and online services in new and interesting ways. > nodered.org/
-
Create torrent automatically and upload it to your favorite tracker – KLDP
The script basically will search for rar files in a given folder. When it finds one it checks if that release has already been processed by checking the output folder. When there is a release found that’s not been processed, it checks that nfo and sfv exists then copy the folder to output folder and…
-
Namecheap Dynamic DNS Service – How to find out your current IP Address?
Namecheap.com offers a free Dynamic DNS Service to customers who have a domain name registered with them. As part of this service they provide a URL that allows to check your current IP Address and returns it in a simple text line that can well be integrated into other DNS Clients if you have your…
-
Cryptomator: Free Cloud Encryption for Dropbox & Others
Free client-side encryption for your cloud files for Windows, Mac, iOS and Linux. Open source software: No backdoors, no registration. cryptomator.org/
-
How to generate a Public and Private Key: RSA Examples and Notes from phpseclib
The phpseclib on source forge allows you to generate Public and Private Keys and is fully interoperable with OpenSSL and other standardized cryptography programs and protocols. Software is written in PHP and designed to be ultra-compatible (working with PHP4+ assuming the use of PHP Compat) and does not require any extensions. For purposes of speed,…