e1000e Linux* Base Driver for Intel® Network Connection
================================================================================
January 13, 2014
================================================================================
e1000e Linux* Base Driver for Intel® Network Connection
================================================================================
January 13, 2014
================================================================================
| # Systemd environment file for backup.sh daily backup service | |
| # Place in /etc/backup.env | |
| # Destination for rsync file system clone | |
| BACKUP_DEST=/media/large1/backups/raw | |
| # Destination for restic repository | |
| RESTIC_REPOSITORY=/media/large1/backups/restic | |
| # Restic password file |
| #!/usr/bin/env python3 | |
| # | |
| # smartctl-validate-health - Validate SMART health for all drives in parallel. | |
| # | |
| # Author: Lee Trager <lee.trager@canonical.com> | |
| # Newell Jensen <newell.jensen@canonical.com> | |
| # | |
| # Copyright (C) 2017-2020 Canonical | |
| # | |
| # This program is free software: you can redistribute it and/or modify |
| # | |
| # Xorg Config for an Integrated AMD / ATI Radeon HD 4200 on a MSI 785GTM-E45 | |
| # | |
| # | |
| # Use special reduced timings for 1080p HDMI output as it gets rid of screen | |
| # corruption on the Radeon 4200 HD (Win7 never had problems with same cabling). | |
| # | |
| # Other symptoms included skipping audio and periodic screen corruption in XBMC | |
| # as well as general use. | |
| # |
Locate the section for your github remote in the .git/config file. It looks like this:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git@github.com:joyent/node.git
Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/* to this section. Obviously, change the github url to match your project's URL. It ends up looking like this:
| <# | |
| .SYNOPSIS | |
| Script to Initialize my custom powershell setup. | |
| .DESCRIPTION | |
| Script uses scoop | |
| .NOTES | |
| **NOTE** Will configure the Execution Policy for the "CurrentUser" to Unrestricted. | |
| Author: Mike Pruett | |
| Date: October 18th, 2018 |