Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am admiralspark on github.
  • I am admiralspark (https://keybase.io/admiralspark) on keybase.
  • I have a public key ASCFYwFEaPz2r5w0RaLWiXe1jR5H57_MhvI1VgBZwcUQ-Qo

To claim this, I am signing this object:

REG Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientId /f
REG Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientIdValidation /f
REG Add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /v WUServer /t REG_SZ /d http://yourwsus.server.domain:8530 /F
REG Add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /v WUStatusServer /t REG_SZ /d http://yourwsus.server.domain /F
gpupdate
net stop wuauserv /y
net stop BITS /y
rd C:\WINDOWS\SoftwareDistribution /s /Q
del "c:\windows\windowsupdate.log"
@admiralspark
admiralspark / GitHub-Forking.md
Created September 20, 2016 03:59 — forked from Chaser324/GitHub-Forking.md
GitHub Standard Fork & Pull Request Workflow

Whether you're trying to give back to the open source community or collaborating on your own projects, knowing how to properly fork and generate pull requests is essential. Unfortunately, when I started going through the process of forking and issuing pull requests, I had some trouble figuring out the proper method for doing so and made quite a few mistakes along the way. I found a lot of the information on GitHub and around the internet to be rather piecemeal and incomplete - part of the process described here, another there, common hangups in a different place, and so on.

In an attempt to coallate this information for myself and others, this short tutorial is what I've found to be fairly standard procedure for creating a fork, doing your work, issuing a pull request, and merging that pull request back into the original project.

Creating a Fork

Just head over to the GitHub page and click the "Fork" button. It's just that simple. Once you've done that, you can use your favorite git client to clone your

#!/bin/bash
echo "Enter the open dir URL: "
read url
echo "Please select:"
showMenu () {
echo "1) Download entire contents."
echo "2) Create an index of content only."
echo "3) Cancel/Quit"
}
while [ 1 ]

Keybase proof

I hereby claim:

  • I am admiralspark on github.
  • I am admiralspark (https://keybase.io/admiralspark) on keybase.
  • I have a public key whose fingerprint is 95C3 F353 FC0C 69DB EEC2 3772 718C ECF1 FD5B D838

To claim this, I am signing this object: