Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am avantasia on github.
  • I am avantasia (https://keybase.io/avantasia) on keybase.
  • I have a public key whose fingerprint is BAC9 CD88 8DA2 8EA7 C124 36D9 E4E8 739E 1581 9A0C

To claim this, I am signing this object:

### Keybase proof
I hereby claim:
* I am avantasia on github.
* I am avantasia (https://keybase.io/avantasia) on keybase.
* I have a public key whose fingerprint is 8343 5E22 E4B4 4173 144C 7BCD C173 0FC2 15CB F0A4
To claim this, I am signing this object:
@avantasia
avantasia / instalacion incial software boxstarter
Last active November 24, 2020 19:27
instalacion incial software boxstarter
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
cinst adobereader
choco install chromium
cinst chocolatey-core.extension
cinst openjdk13
cinst rufus
cinst github-desktop
@avantasia
avantasia / docker-compose.yml
Created December 10, 2020 10:01
Docker compose para prestahop+mariadb
version: "2"
services:
prestashop:
image: prestashop/prestashop
container_name: ceprestashop
ports:
- 8091:80
restart: always