https://github.com/silk-us/scripts-and-configs
Example scripts and configuration files.
https://github.com/silk-us/scripts-and-configs
Last synced: 2 months ago
JSON representation
Example scripts and configuration files.
- Host: GitHub
- URL: https://github.com/silk-us/scripts-and-configs
- Owner: silk-us
- License: mit
- Created: 2021-05-25T19:07:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T23:49:07.000Z (3 months ago)
- Last Synced: 2025-02-20T00:32:54.562Z (3 months ago)
- Language: PowerShell
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
### Scripts and Configs for Silk
This repo will contain various customer-facing scripts, workflow examples, and configuration files. If you are here, chances are somebody directed you here for a specific file or files.
You can use this repo to grab specific deployment files via tools like wget. For instance, gathering the required configs for a Linux deployment may resemble:
```
sudo wget -O /etc/udev/rules.d/98-sdp-io.rules 'https://raw.githubusercontent.com/silk-us/scripts-and-configs/main/Configs/98-sdp-io.rules'
sudo wget -O /etc/multipath.conf 'https://raw.githubusercontent.com/silk-us/scripts-and-configs/main/Configs/multipath.conf'
```