====== Software Notes ======
===== Online useful software =====
* [[https://json.pizza/]], para el formateo de jsons.
* [[http://htmlshell.com/]], para el esqueleto html.
===== Redis Desktop Manager =====
Si no empieza has de ejecutar la siguiente línea al principio:
source /opt/qt56/bin/qt56-env.sh
===== Little notes =====
* Blockchain is when it's public and decentralised. Not when you put stuff in blocks and hash stuff.
===== Getting Things Gnome =====
Este software guarda los datos en '' ~/.local/share/gtg''
===== Google Sheets =====
=== Current cell ===
=INDIRECT(ADDRESS(ROW(),COLUMN()))
=== If, or ===
=IF(OR(F150="Y", F150="A"), C150-D150, 0)
===== Windows =====
==== Software ====
=== Terminales ===
* [[https://babun.github.io/|Babun]]
* [[https://eugeny.github.io/terminus/|Terminus]]
* [[http://cmder.net/|Cmder]]
=== Notas ===
To mount a folder linked by remote desktop as drive:
net use H: \\tsclient\c
===== Throw here other useful software =====
==== Load balancers ====
* [[https://www.haproxy.org/|HAProxy]]. High Performance TCP/HTTP Load Balancer
* [[http://www.squid-cache.org/|Squid]]. Caching and forwarding HTTP web proxy.
==== Proxies ====
* [[https://www.privoxy.org/|Priproxy]]. Non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk.
* [[https://tinyproxy.github.io/|Tinyproxy]]
==== HTTP Analyzers ====
* [[https://httptoolkit.tech|HTTP Toolkit]]
==== Virtualization ====
* [[https://www.openvswitch.org/|Open vSwitch]]. Multilayer virtual switch.
==== Query over JSON files ====
* Apache Drill
select * in select request from dfs.`/home/alfred/tmp/wgf/live/requests_raw/20/02/04`
===== Notes =====
Existe una versión mini de Ubuntu. https://help.ubuntu.com/community/Installation/MinimalCD
Varnish es un muy buen software de caché HTML.