gists | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
- Perfeccionar nuestra habilidad de resolución de problemas
gists | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ | |
// 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", |
Este tutorial te guiará para instalar Minecraft y todos los mods requeridos para jugar en el servidor de Gio y Kory 😄.
shell:AppsFolder
via WIN+R, find for the desired app and right-click->create shortcut in the desktop.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.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.