Skip to content

Instantly share code, notes, and snippets.

View theblackhole's full-sized avatar
🦊

Enguerran P. theblackhole

🦊
View GitHub Profile
@theblackhole
theblackhole / thunderbird
Created January 3, 2018 09:20
@MagicMint's (fixed) script to start Thunderbird in background (Cinnamon) (https://community.linuxmint.com/tutorial/view/2222)
#!/bin/bash
# {~,/usr/local}/bin/thunderbird (MagicMint) O1010
# Start thunderbird minimized if desired
mailer="/usr/bin/thunderbird"
help_msg() {
cat <<-EOF
`awk 'FNR==3 {print gensub("# ", "", 1)}' "$0"`
Usage: `basename $0` [-min] [URL] | [-h] | [--help]
@theblackhole
theblackhole / wampserver-shortcut.txt
Last active October 3, 2017 13:45
Stop ISS - W3SVC - World Wide Web Publishing Service before starting Wamp (FR - Arrêter ISS / W3SVC / Service de publication World Wide Web avant de démarrer Wamp)
EN
Right click on the Wampserver shortcut > properties
If your target is "C:\wamp64\wampmanager.exe"
Replace it with "C:\Windows\System32\cmd.exe /c net stop W3SVC & start C:\wamp64\wampmanager.exe"
This will stop the integrated Windows web server (that uses the TCP port 80) before starting Wamp
FR
Click droit sur le raccourci de Wampserver > propriétés
Si votre cible est "C:\wamp64\wampmanager.exe"
Remplacez-la par "C:\Windows\System32\cmd.exe /c net stop W3SVC & start C:\wamp64\wampmanager.exe"