Install Drush on windows
composer global require drush/drush:8.*Install Drush on windows
composer global require drush/drush:8.*All of the following commands must be run in the C:\Windows\System32\inetsrv folder
This command enables pass through of error messages from PHP-FastCGI to IIS when running PHP sites, rather than just throwing a generic 500 message when something goes wrong. Replace sitename with the name of the site in IIS.
appcmd.exe set config "sitename" -section:system.webServer/httpErrors /existingResponse:"PassThrough" /commit:apphost| 2 girls 1 cup, 2g1c, 4r5e, 5h1t, 5hit, a$$, a$$hole, a_s_s, a2m, a54, a55, a55hole, acrotomophilia, aeolus, ahole, alabama hot pocket, alaskan pipeline, anal, anal impaler, anal leakage, analprobe, anilingus, anus, apeshit, ar5e, areola, areole, arian, arrse, arse, arsehole, aryan, ass, ass fuck, ass fuck, ass hole, assbag, assbandit, assbang, assbanged, assbanger, assbangs, assbite, assclown, asscock, asscracker, asses, assface, assfaces, assfuck, assfucker, ass-fucker, assfukka, assgoblin, assh0le, asshat, ass-hat, asshead, assho1e, asshole, assholes, asshopper, ass-jabber, assjacker, asslick, asslicker, assmaster, assmonkey, assmucus, assmucus, assmunch, assmuncher, assnigger, asspirate, ass-pirate, assshit, assshole, asssucker, asswad, asswhole, asswipe, asswipes, auto erotic, autoerotic, axwound, azazel, azz, b!tch, b00bs, b17ch, b1tch, babeland, baby batter, baby juice, ball gag, ball gravy, ball kicking, ball licking, ball sack, ball sucking, ballbag, balls, ballsack, bampot, bang (one's) box, bangbros |
| #Sourcegraph | |
| docker pull sourcegraph/server | |
| docker run -p 7080:7080 sourcegraph/server | |
| It is then accessible on 127.0.0.1:7080 | |
| #Sonarqube | |
| docker pull sonarqube | |
| docker run -p 9000:9000 -p 9092:9092 sonarqube | |
| Is is then accessible on 127.0.0.1:9000 |
| openssl req -new -newkey rsa:2048 -nodes -out star_website_com.csr -keyout star_website_com.key -subj "/C=GB/ST=/L=/O=Owner/OU=Department/CN=*.website.com" |
| Name: | |
| wkhtmltopdf 0.12.5 (with patched qt) | |
| Synopsis: | |
| wkhtmltopdf [GLOBAL OPTION]... [OBJECT]... <output file> | |
| Document objects: | |
| wkhtmltopdf is able to put several objects into the output file, an object is | |
| either a single webpage, a cover webpage or a table of contents. The objects | |
| are put into the output document in the order they are specified on the |
| ## Ignore Visual Studio temporary files, build results, and | |
| ## files generated by popular Visual Studio add-ons. | |
| ## | |
| ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore | |
| # User-specific files | |
| *.suo | |
| *.user | |
| *.userosscache | |
| *.sln.docstates |
| <?xml version="1.0" encoding="utf-8"?> | |
| <configuration> | |
| <system.web> | |
| <!-- | |
| Set compilation debug="true" to insert debugging | |
| symbols into the compiled page. Because this | |
| affects performance, set this value to true only | |
| during development. | |
| --> |
| <?xml version="1.0" encoding="utf-8"?> | |
| <rewrite> | |
| <rules> | |
| <rule name="RedirectRule"> | |
| <match url="^redirect-url/(.*)" ignoreCase="true" /> | |
| <action type="Redirect" url="/test/my-actual-url/" redirectType="Permanent" /> | |
| </rule> | |
| <rule name="RewriteRule"> | |
| <match url="^my-new-url/(.*)$" ignoreCase="true" /> | |
| <action type="Rewrite" url="Location/On/Server/{R:1}" /> |
| Regex for field that allows numbers and spaces | |
| [0-9 ]+ | |