Skip to content

Instantly share code, notes, and snippets.

View gggiovanny's full-sized avatar

Giovanny González Baltazar gggiovanny

View GitHub Profile
@gggiovanny
gggiovanny / Plática de Genaro reunión de devs.md
Last active September 22, 2023 20:13
Plática de Genaro reunión de devs.md
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against Signing Flow",
@gggiovanny
gggiovanny / Windows.md
Last active February 3, 2023 21:02
Cheatsheet

Add apps to startup

  1. Create a shortcut for the app. The easiest is to open shell:AppsFolder via WIN+R, find for the desired app and right-click->create shortcut in the desktop.
  2. Again with WIN+R, open shell:startup to find the autostart folder. Just put the shorcut there and will start along windows. You can toggle it via Task Manager -> Startup.

WIN+R hacks

  • shell:startup: Auto-start apps folder.
  • shell:AppsFolder: Apps folder, with shortcut creation capabilities.
  • %appdata%
@gggiovanny
gggiovanny / November 25, 2020.md
Last active November 27, 2020 00:33
Pasos para instalar Flow en Ubuntu 20.04

Pasos para instalar Flow en Ubuntu 20.04

Instalar anaconda (buscar enlace más reciente en la web oficial)

curl https://repo.anaconda.com/archive/Anaconda3-2020.11-Linux-x86_64.sh > anaconda_installer.sh
chmod +x anaconda_installer.sh
./anaconda_installer.sh
rm anaconda_instaler.sh

Con esto se descarga el instalador, se le dan permisos de ejecución, se ejecuta y se borra el instalador luego de la instalación. Nota: es necesario darle en 'yes' varias veces durante la instalación.