- Windows 11
- Hyper-v
- Vagrant
Make and execute batch file install-and-enable-hyper-v.bat (Administrator)
Create the following folder structure in your root project directory: .ebextensions/supervisor
Place the supervisor.config under .ebextensions/
Place the setup.sh under .ebextensions/supervisor/
Run "chmod +x .ebextensions/supervisor/setup.sh"
Place the supervisord.conf under .ebextensions/supervisor/
#Elastic Beanstalk + New Relic PHP
Add an environment variable called "NR_INSTALL_KEY" and set the value as your New Relic license key.
Copy the config file into .ebextensions as newrelic.config.
| Vue.component('careers', { | |
| template: '<div>A custom component!</div>', | |
| data: function() { | |
| var careerData = []; | |
| client.getEntries() | |
| .then(function (entries) { | |
| // log the title for all the entries that have it |
| package main | |
| import ( | |
| "database/sql" | |
| "strconv" | |
| "log" | |
| "net/http" | |
| "fmt" | |
| "bytes" | |
| "gopkg.in/gin-gonic/gin.v1" |
choco install conemu -ychoco install nginx -y
** The -y argument is to skip any confirmation messages...just install it. It's fine ;)https://play.google.com/store/apps/details?id=com.termux
transmission theme
cd /data/data/com.termux/files/usr/share/transmission/web
transmission configuration
| */1 * * * * /var/lib/jenkins/jenkins.sh |
| <?php | |
| // vim: foldmethod=marker | |
| /* Generic exception class | |
| */ | |
| // class OAuthException extends Exception { | |
| // // pass | |
| // } | |
| class OAuthConsumer { |