This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# PS-BGInfo | |
# Powershell script that updates the background image with a random image from a folder and writes out system info text to it. | |
# run as a lower priority task | |
[System.Threading.Thread]::CurrentThread.Priority = 'BelowNormal' | |
# Configuration: | |
# Font Family name | |
$font="Input" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# | |
# Thanks to https://gist.github.com/hilbix/3e7dbe86f4e155a369a67293e8511e73 | |
# Fix Failed to replace pipelines because one or more of the new records could not be saved. | |
# Fix Failed to replace protected_branches because one or more of the new records could not be saved. | |
# Usage : ./clean_gitlab_export.sh 2016-09-12_14-09-835_GROUP_project_export.tar.gz |