You are here |
lanziani.com | ||
| | | |
collin.blog
|
|
| | | | I wrote myself this small template as a starting place for when I'm writing shell scripts. I just wanted something basic with enough structure to remind me how I like to do things. I thought maybe it would be helpful for other people who don't write shell scripts too often but want to them to... | |
| | | |
purefun.dev
|
|
| | | | When in doubt, always consider adding set -e and cd $(dirname $0) at the beginning of a shellscript. Why? Let's find out: When to use cd $(dirname $0) $0 is the currently executing script, so what the command does is to change current directory into the same directory as where the script resides. If you don't do this, any references to other files next to your script will be incorrect if you run the script from another directory. | |
| | | |
swethatanamala.github.io
|
|
| | | | Just a description of command in linux | |
| | | |
kasperjohansen.net
|
|
| | Following my article Getting started with Global Secure Access - Private Access, I want to share how to deploy the Global Secure Access (GSA) client and elaborate on the various registry modifications currently available for the client. In this article I'll use the Powershell AppDeploy Toolkit a |