config/packages/security.yaml
security:
firewalls:
main:
logout:
path: logout
csrf_parameter: token
csrf_token_generator: security.csrf.token_manager| #!/bin/sh | |
| sudo ps aux | grep Netskope | grep -v grep | awk '{ print "kill -9", $2 }' | sudo sh | |
| echo '[✓] Kill Netskope Process' | |
| sudo rm -rf /Applications/Remove\ Netskope\ Client.app | |
| echo '[✓] Removed Remove Netskope Client.app' | |
| sudo rm -rf /Library/Application\ Support/Netskope | |
| echo '[✓] Removed Agent of Netskope Client.app' |
/!\ Be very carrefull in your setup : any misconfiguration make all the git config to fail silently ! Go trought this guide step by step and it should be fine 😉
~/.ssh/config, set each ssh key for each repository as in this exemple:| #!/bin/bash | |
| set -e | |
| ########################################################## | |
| # Install script for Docker-CE on ElementaryOS 0.4.1 Loki | |
| # Had to update the repository to point to xenial instead | |
| # of using 'lsb_release -cs' because there's no loki | |
| # repository at download.docker.com. | |
| ########################################################## |
| #!/bin/bash | |
| # downloads latest version of an artifact from artifactory | |
| set -e | |
| usage(){ | |
| echo "Usage: $*" >&2 | |
| exit 64 | |
| } |