JuangaCovas.info

La página personal de Juan Gabriel Covas

Herramientas de usuario

Herramientas del sitio


personal:stuff-learned

Diferencias

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

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
Última revisiónAmbos lados, revisión siguiente
personal:stuff-learned [30/08/2021 17:21] – [08/2021] Juanga Covaspersonal:stuff-learned [26/02/2023 10:28] – [02/2023] Juanga Covas
Línea 2: Línea 2:
  
 Notas a las que acudir en algún momento a modo de diario Notas a las que acudir en algún momento a modo de diario
 +
 +===== 02/2023 =====
 +  * Ejemplo de Makefile para instalar bash functions: https://github.com/david-moreno/bash-libconfig
 +  * [[https://proxysql.com|ProxySQL]] para rutar conexiones a mysql master/slave y/o mantener una pool de conexiones persistentes. Como siempre no es solo ponerlo, tiene implicaciones. Visto en "[[https://www.reddit.com/r/PHP/comments/sikoux/are_persistent_connections_to_mysqlredis_good/|Are persistent connections to MySQL/Redis good practices?]]".
 +  * [[https://github.com/FreshRSS/FreshRSS|FreshRSS]] es un self-hostable RSS aggregator en PHP con muchas funciones.
 +  * Tema websockets. [[https://centrifugal.dev|Centrifugo]] is a scalable real-time messaging server. "One million WebSocket connections and 30 million delivered messages per minute"
 +  * Interesting shit: [[https://localfirstweb.dev/|Local-first software]] orientado a web (Crazy dudes... local-first, offline.. then sync, merge... conflicts...)
 +  * Discusión en [[https://news.ycombinator.com/item?id=34860655|HN sobre self-hosting]] en 2023
 +
 +===== 03/2022 =====
 +  * [[https://gitolite.com/gitolite/|gitolite]] para alojar un server GIT privado bajo Linux rápidamente a-la-svn+ssh (ver [[https://bryanbrattlof.com/cgit-nginx-gitolite-a-personal-git-server/|gitolite example]]).
 +  * [[https://gitstack.com/features/|Gitstack]] para GIT server bajo Windows.
 +
 +===== 12/2021 =====
 +  * nperf.com como speed-test moderno (via sistemas en SOFT LINE ;P)
 +
 +===== 09/2021 =====
 +
 +  * Mi segundo artículo en hashnode: [[https://www.reddit.com/r/linuxadmin/comments/plqpq9/a_guide_using_sshfs_for_relax_and_recover/|Una guía con sshfs de Relax and Recover: copia de seguridad y recuperación (backups) de servidores Linux con CentOS]]
  
 ===== 08/2021 ===== ===== 08/2021 =====
Línea 39: Línea 58:
   * [[https://github.com/swoole/swoole-src|Swoole]] library for [[https://github.com/open-smf/connection-pool|connection pool]]: mysql/redis. Note from [[https://www.reddit.com/r/PHP/comments/aypn50/whats_the_downside_of_using_swoole/|reddit here]]: [...] //MySQLi has support for Async queries, but MySQL connections are still not asynchronous, so there is a cost to opening and closing MySQL connections. Normally you'd use pooling, with a way to ping, or check if the connection has closed// [...]   * [[https://github.com/swoole/swoole-src|Swoole]] library for [[https://github.com/open-smf/connection-pool|connection pool]]: mysql/redis. Note from [[https://www.reddit.com/r/PHP/comments/aypn50/whats_the_downside_of_using_swoole/|reddit here]]: [...] //MySQLi has support for Async queries, but MySQL connections are still not asynchronous, so there is a cost to opening and closing MySQL connections. Normally you'd use pooling, with a way to ping, or check if the connection has closed// [...]
   * [[http://www.scie.es/wp-content/uploads/2018/07/informe-scie-coddii-2018.pdf|INFORME DEL GRUPO DE TRABAJO SCIE/CODDII SOBRE LA ENSEÑANZA PREUNIVERSITARIA DE LA INFORMÁTICA]]   * [[http://www.scie.es/wp-content/uploads/2018/07/informe-scie-coddii-2018.pdf|INFORME DEL GRUPO DE TRABAJO SCIE/CODDII SOBRE LA ENSEÑANZA PREUNIVERSITARIA DE LA INFORMÁTICA]]
-  * [[http://en.dklab.ru/lib/dklab_realsync/|DKLab Realsync]] para sincronizar local -> remote usando rsync automáticamente, desde windows, MacOS o Linux. Antiguo modo de hacer **lsynd**? ;)+  * [[http://en.dklab.ru/lib/dklab_realsync/|DKLab Realsync]] para sincronizar local -> remote usando rsync automáticamente, desde windows, MacOS o Linux. Antiguo modo de hacer **lsyncd**? ;)
   * [[https://www.gnu.org/software/parallel/parallel_cheat.pdf|GNU Parallel cheat sheet]] para usar varios cores desde CLI   * [[https://www.gnu.org/software/parallel/parallel_cheat.pdf|GNU Parallel cheat sheet]] para usar varios cores desde CLI
  
personal/stuff-learned.txt · Última modificación: 13/10/2023 06:56 por Juanga Covas