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
====================== | |
Proton: 1734948014 experimental-9.0-20241223 | |
SteamGameId: 2125090 | |
Command: ['/home/mmckinnon/.local/share/Steam/steamapps/common/Tintin - Cigars of the Pharaoh/Cigars.exe'] | |
Options: {'forcelgadd'} | |
depot: 0.20241118.108552 | |
pressure-vessel: 0.20241118.0 scout | |
scripts: 0.20241118.0 | |
sniper: 0.20241118.108552 sniper 0.20241118.108552 | |
Kernel: Linux 6.12.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 27 Dec 2024 14:24:37 +0000 x86_64 |
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
------------------------------------------------------------- | |
Command: cat /etc/os-release | |
NAME="Arch Linux" | |
PRETTY_NAME="Arch Linux" | |
ID=arch | |
BUILD_ID=rolling | |
ANSI_COLOR="38;2;23;147;209" | |
HOME_URL="https://archlinux.org/" | |
DOCUMENTATION_URL="https://wiki.archlinux.org/" |
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 | |
# Script Name: check_updates_deb | |
# Author Name: Matt McKinnon | |
# Date: 7th June 2016 | |
# Description: For use on Debian Based Systems | |
# This script will: | |
# Clean up the local apt repository of retrieved packages (apt-get clean) | |
# Resync the package index (apt-get update) | |
# If called with AUTOUPDATE set to yes then updates will be downloaded and applied with no feed back (not recommended) | |
# If called without AUTOUPDATE then packages are downloaded and an email is sent informing which packages are to be updated. |
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
--- | |
- hosts: windows | |
name: This is a play within a playbook | |
vars: | |
iis_sites: | |
- name: 'Ansible Playbook Test' | |
port: '8080' | |
path: 'C:\sites\playbooktest' | |
- name: 'Ansible Playbook Test 2' | |
port: '8081' |
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
<VirtualHost *:80> | |
ServerName exchange.comprofix.com | |
ServerAlias autodiscover.comprofix.com | |
ServerAdmin support.comprofix.com | |
ErrorLog ${APACHE_LOG_DIR}/exchange.comprofix.com_error.log | |
CustomLog ${APACHE_LOG_DIR}/exchange.comprofix.com_access.log combined | |
Header set X-Frame-Options: "SAMEORIGIN" | |
Header set Server Apache |
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
# Description: Boxstarter Script | |
# Author: https://comprofix.com | |
# | |
# Install boxstarter: | |
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force | |
# NOTE the "." above is required. | |
# | |
# Run this boxstarter by calling the following from **elevated** powershell: | |
# example: Install-BoxstarterPackage -PackageName <gist> | |
# Learn more: http://boxstarter.org/Learn/WebLauncher |
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
dism /online /set-edition:ServerStandard /productkey:WC2BQ-8NRM3-FDDYY-2BFGV-KHKQY /accepteula |
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
{ | |
"guid": "{00000000-0000-0000-ba54-000000000002}", | |
"commandline" : "\"%PROGRAMFILES%\\Git\\bin\\bash.exe\" --login -i -l", | |
"icon" : "%PROGRAMFILES%\\git\\mingw64\\share\\git\\git-for-windows.ico", | |
"name" : "Git Bash", | |
"startingDirectory" : "%USERPROFILE%" | |
}, |
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
[Options] | |
Language=1033 | |
Brandover=0 | |
SkipUAC=1 | |
HomeScreen=1 | |
DefaultDetailedView=2 | |
BCD=0, | |
FTU=04/01/2020|3|1 | |
WipeFreeSpaceDrives= | |
LatestICS=5.63.7540 |