Open Terminal app and run the following command(s)...
sudo kextunload -b com.globaldelight.driver.BoomDevice
sudo kextunload -b com.globaldelight.driver.Boom2Device
| // SublimeLinter Settings - User | |
| { | |
| "styles": [ | |
| { | |
| "mark_style": "outline", | |
| "priority": 1, | |
| "icon": "dot", | |
| "scope": "region.yellowish markup.changed.sublime_linter markup.warning.sublime_linter", | |
| "types": ["warning"] | |
| }, |
| { | |
| "name": "app_name", | |
| "version": "0.0.1", | |
| "description": "Some descriptions", | |
| "main": "dist", | |
| "scripts": { | |
| "dev": "nodemon -w src --exec \"babel-node src --presets es2015,stage-0\"", | |
| "build": "babel src -s -D -d dist --presets es2015,stage-0", | |
| "start": "node dist", | |
| "prestart": "npm run -s build", |
| mysqldump.exe --user=root --password=Salmiya81 --max_allowed_packet=5G --host=localhost --port=3306 --result-file="F:\DBBackup\backup.%date:~10,4%%date:~7,2%%date:~4,2%.sql" --default-character-set=utf8 --single-transaction=TRUE --databases "fogbugz2018" |
| To Secure copy from your local computer to Amazon EC2 instance, use the following script: | |
| scp -i <.pem file> /path/to/file ubuntu@ec2-52-14-247-23.us-east-2.compute.amazonaws.com:/your/destination/directory |
##Lighthouse server deployment
When installing/running on Amazon EC2, do not forget to install chrome-launcer
sudo yarn add chrome-launcher
If your getting this error
Error: connect ECONNREFUSED 127.0.0.1:38075
| const urlReqex = /^((https?|ftp|smtp):\/\/)?(www.)?[a-z0-9]+\.([a-z].+)?[a-z]+(\/[a-zA-Z0-9#]+\/?)*$/; |