Skip to content

Instantly share code, notes, and snippets.

View babbitt's full-sized avatar
🧟
Making zombies & bringing open source projects back to life!

Joe Babbitt babbitt

🧟
Making zombies & bringing open source projects back to life!
View GitHub Profile
@babbitt
babbitt / instructions.md
Created January 30, 2024 03:23
Add a DNS server as default across all networks in Fedora

I spent nearly an hour looking for a guide to add a DNS server entry systemwide. The following did it in 2 lines. Hope this helps someone else

  1. Open /etc/systemd/resolved.conf
  2. Under the [Resolve] section add the following:
[Resolve]

DNS={YOUR DNS SERVER ADDRESS}
FallbackDNS={FALLBACK DNS SERVER}
FallbackDNS={Add as many of these as you wish}
@babbitt
babbitt / tw-hidden-submenu.md
Last active September 26, 2022 18:36
Tailwind hidden submenu with reveal on hover/focus

Tailwind hidden submenu with reveal on hover/focus

                      //////                      
                   ////////////        /////      Created @ Fairly
                //////////////////,    /////      Dev: @babbitt
             /////////.    ./////////, /////      Released: 1/25/2021
          /////////.          ./////////////      License: MIT
       /////////,                .//////////      
      ///////,                      ,///////      
 ////// ////// 
@babbitt
babbitt / index.html
Created February 28, 2020 20:18
Use this to get up and running. We'll build from here. If you don't understand it all that's ok :)
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Yeah, I made a website">
</head>
<body>
</body>
<style>
@import url('https://fonts.googleapis.com/css?family=Spartan&display=swap');