Herramientas de usuario

Herramientas del sitio


wiki2:software_notes

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anterior Revisión previa
Próxima revisión
Revisión previa
wiki2:software_notes [2017/01/05 15:12]
alfred [Redis Desktop Manager]
wiki2:software_notes [2020/09/04 15:47] (actual)
Línea 1: Línea 1:
 ====== Software Notes ====== ====== Software Notes ======
 +
 +===== Online useful software =====
 +
 +  * [[https://​json.pizza/​]],​ para el formateo de jsons.
 +  * [[http://​htmlshell.com/​]],​ para el esqueleto html.
 ===== Redis Desktop Manager ===== ===== Redis Desktop Manager =====
 Si no empieza has de ejecutar la siguiente línea al principio: Si no empieza has de ejecutar la siguiente línea al principio:
Línea 5: Línea 10:
 source /​opt/​qt56/​bin/​qt56-env.sh source /​opt/​qt56/​bin/​qt56-env.sh
 </​code>​ </​code>​
 +
 +===== 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 ===
 +
 +<​code>​
 +=INDIRECT(ADDRESS(ROW(),​COLUMN()))
 +</​code>​
 +=== If, or ===
 +<​code>​
 +=IF(OR(F150="​Y",​ F150="​A"​),​ C150-D150, 0)
 +</​code>​
 +
 +===== 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:
 +<​code>​
 +net use H: \\tsclient\c
 +</​code>​
 +
 +===== 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
 +<​code>​
 +select * in select request from dfs.`/​home/​alfred/​tmp/​wgf/​live/​requests_raw/​20/​02/​04`
 +</​code>​
 +===== Notes =====
 +
 +Existe una versión mini de Ubuntu. https://​help.ubuntu.com/​community/​Installation/​MinimalCD
 +
 +Varnish es un muy buen software de caché HTML.
wiki2/software_notes.1483629164.txt.gz · Última modificación: 2020/05/09 09:24 (editor externo)