- Download new file
- Save everything to a path
- Enter licence key
- Edit following file for new binary
gedit ~/.local/share/applications/jetbrains-phpstorm.desktop
#!/bin/bash | |
# | |
# Depends on buster.js and phantom.js being installed | |
# | |
BUSTERPATH_OSX="/usr/local/lib/node_modules/buster" | |
BUSTERPATH_GNU="/usr/lib/node_modules/buster" | |
BUSTER_PHANTOMSCRIPT="script/phantom.js" | |
BUSTER_CMD="buster-server" |
xcopy C:\Windows\System32\drivers\etc\hosts C:\Users\USERNAME\Documents\hosts_backup /i /y
xcopy C:\Users\USERNAME\Documents\hosts C:\Windows\System32\drivers\etc\hosts /i /y
ipconfig /flushdns
IF NOT EXIST z: net use z: \ela-webdev.local\web-app password /USER:USERNAME /PERSISTENT:NO