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
### Keybase proof | |
I hereby claim: | |
* I am redeltaglio on github. | |
* I am taglio (https://keybase.io/taglio) on keybase. | |
* I have a public key ASDgtw--Uy4wi6I3eU5XniPjN_DMVBVr9npSwVjXhKtjnAo | |
To claim this, I am signing this object: |
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
find Input-Font/ -name '*.ttf*' -exec mv -t . {} + |
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
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:8710e90429b138cc9ee9ee06aae9f49a70ed3f09] |
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
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:8710e90429b138cc9ee9ee06aae9f49a70ed3f09] |
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
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:8710e90429b138cc9ee9ee06aae9f49a70ed3f09] |
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
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:8710e90429b138cc9ee9ee06aae9f49a70ed3f09] |
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 | |
# | |
# Yury V. Zaytsev <[email protected]> (C) 2011 | |
# | |
# This work is herewith placed in public domain. | |
# | |
# Use this script to cleanly restart the default libvirt network after its | |
# definition have been changed (e.g. added new static MAC+IP mappings) in order | |
# for the changes to take effect. Restarting the network alone, however, causes | |
# the guests to lose connectivity with the host until their network interfaces |
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
# https://www.reddit.com/r/SCCM/comments/7hydc7/intel_me_vulnerability_what_are_your_strategies/dqwi3pk/ | |
$DetectionTool = Join-Path -Path "$PSScriptRoot\DetectionTool" -ChildPath 'Intel-SA-00086-console.exe' | |
try { | |
if ($XMLFiles = (Get-ChildItem -Path (Split-Path -Path $DetectionTool) -Filter *xml).FullName) { | |
foreach ($XMLFile in $XMLFiles) { | |
Remove-Item -Path $XMLFile -Force | |
} | |
} | |
Start-Process -FilePath $DetectionTool -NoNewWindow -PassThru -Wait -WorkingDirectory (Split-Path -Path $DetectionTool) |
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
C:\Drivers\11.8.55.3510>FWUpdLcl64.exe -VERBOSE -F ME_11.8_Consumer_D0_H_Production.bin -GENERIC | |
Intel (R) Firmware Update Utility Version: 11.8.55.3510 | |
Copyright (C) 2007 - 2018, Intel Corporation. All rights reserved. | |
Communication Mode: MEI | |
Local FWUpdate is Enabled | |
Checking firmware parameters... | |
Warning: Do not exit the process or power off the machine before the firmware update process ends. |
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
========================================================================== | |
The "stacheldraht" distributed denial of service attack tool | |
========================================================================== | |
David Dittrich <[email protected]> | |
University of Washington | |
Copyright 1999. All rights reserved. | |
December 31, 1999 |
OlderNewer