Skip to content

Instantly share code, notes, and snippets.

View jburnett's full-sized avatar

J Burnett jburnett

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jburnett on github.
  • I am wjburnett (https://keybase.io/wjburnett) on keybase.
  • I have a public key ASC_GG0EXnS2xgU1szW-3QO2F-sUE4BHJWwRQAAsiBS_vwo

To claim this, I am signing this object:

$pkgIds = @(
"Brave.Brave",
"Mozilla.Firefox",
"Google.Chrome"
) | % {
&winget install --id=$_ -e
}
$pkgIds = @(
"Microsoft.WindowsTerminal",
"Microsoft.Powershell",
"Microsoft.VisualStudioCode",
"Postman.Postman",
"Meld.Meld",
"LinqPad.LinqPad.7",
"Git.Git",
@jburnett
jburnett / chrony.conf
Created March 13, 2022 00:45
Chrony config for Cardano nodes
pool time.google.com iburst minpoll 1 maxpoll 2 maxsources 3
pool ntp.ubuntu.com iburst minpoll 1 maxpoll 2 maxsources 3
pool us.pool.ntp.org iburst minpoll 1 maxpoll 2 maxsources 3
# This directive specify the location of the file containing ID/key pairs for
# NTP authentication.
keyfile /etc/chrony/chrony.keys
# This directive specify the file into which chronyd will store the rate
# information.
@jburnett
jburnett / Remove-DefaultWin10Apps.ps1
Created November 8, 2023 18:12
Remove unwanted default apps in Windows 10
[CmdletBinding()] param ()
$names = @(
"3D Viewer","Game Bar","Solitaire & Casual Games"
,"Microsoft 365 (Office)", "Microsoft People", "Microsoft Photos", "Microsoft Sticky Notes", "Microsoft Tips"
,"Mail and Calendar", "Mixed Reality Portal", "Movies & TV", "MSN Weather"
,"Paint 3D", "Phone Link", "Skype", "Snip & Sketch"
,"Windows Camera","Windows Clock","Windows Maps", "Windows Media Player", "Windows Voice Recorder"
,"Xbox Console Companion","Xbox Identity Provider","Xbox Game Bar Plugin","Xbox Game Speech Window","Xbox TCUI"
)