Azure AZ.- Create Resources
App Service Plan $resourceName="myquiniela" $resourceGroupName="MyQuiniela" $location="mexicocentral" $logAnalyticsId="..." az group create --name $resourceGroupName --location $location az moni...
App Service Plan $resourceName="myquiniela" $resourceGroupName="MyQuiniela" $location="mexicocentral" $logAnalyticsId="..." az group create --name $resourceGroupName --location $location az moni...
$ENV:NODE_OPTIONS = '--max_old_space_size=8192' [Environment]::SetEnvironmentVariable("NODE_OPTIONS", "--max_old_space_size=8192", "User") $Env:JEKYLL_ENV = $null $Env:JEKYLL_ENV = "production" [...
git remote add upstream https://github.com/jorgelevy/chirpy-starter git remote -v git fetch upstream git merge upstream/main --allow-unrelated-histories IA info To update your forked Git reposi...
Winget helper List pending updates winget upgrade Install all updates (adminitrator) sudo winget upgrade --all Search package winget search [package_name] Install from configuration file win...
Jekyll helper Execute bundle exec jekyll s Execute with reload in a container bundle exec jekyll serve --livereload --force_polling Build jekyll build JEKYLL_ENV=production jekyll build Conf...
JavaScript helper Filter and order this.recordTypes = res.filter(x => x.isBusinessRecord && x.order !== null).sort((a, b) => a.order! - b.order!); Find a single result this.formula...
Configura Oh My Posh for PowerShell Oh My Posh Winget winget install JanDeDobbeleer.OhMyPosh --source winget Download CaskaydianMono Nerd Font https://ohmyposh.dev/docs/installation/fonts oh-my...
List of common CLI and how to install using node.js I usually use Angular CLI https://angular.io/guide/setup-local npm install -g @angular/cli Azure Function Core Tools https://github.com/Azure/...
Update to last version for a npm package npm update -g [package] List npm packges with version npm list -g --depth=0 List available versions for a npm packge npm view [package] versions List ...
Html/Css/Js snippets Vanilla mkdir swa-vanilla cd swa-vanilla New-Item -Path . -Name "index.html" Html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8">...