Skip to content

Instantly share code, notes, and snippets.

View JrogeT's full-sized avatar
🏕️
Working from Home

Jorge Rodrigo Torrez Aramayo JrogeT

🏕️
Working from Home
View GitHub Profile
@JrogeT
JrogeT / emberjs-heroku
Last active March 6, 2021 18:42
Deploy EmberJs to heroku
https://github.com/heroku/heroku-buildpack-nodejs
https://github.com/heroku/heroku-buildpack-ember-cli
https://github.com/hone/heroku-buildpack-static
NPM_CONFIG_PRODUCTION=false
@JrogeT
JrogeT / ubuntu-xampp
Last active April 17, 2025 22:22
Ubuntu command lines to install xampp
sudo -s
apt update
apt upgrade
wget https://linktodownloadxamppxampp-linux-x64-7.1.10-0-installer.run
chmod +x xampp-linux-x64-7.1.10-0-installer.run
./xampp-linux-x64-7.1.10-0-installer.run
sudo ln -s /opt/lampp/bin/php /usr/bin/php
#In order to start all the xampp services, we need to run the following command in the terminal:
@JrogeT
JrogeT / History\-5f207763\Dltn.json
Last active July 25, 2022 14:56
Visual Studio Code Settings Sync Gist
{
"sync.gist": "1f7965c87413a729594603c81033da43",
"editor.inlineSuggest.enabled": true,
"workbench.iconTheme": "eq-material-theme-icons",
"workbench.colorTheme": "Default Light+",
"terminal.integrated.defaultProfile.windows": "Git Bash"
}