Skip to content

Instantly share code, notes, and snippets.

View rithviknishad's full-sized avatar

Rithvik Nishad rithviknishad

View GitHub Profile
// enable drive api service
// manually set a time-driven trigger(the alarm icon) that runs monthly after 25th evening,
function entrypoint() {
return main();
}
function deIndent(str) {
return str.replace(/^[ \t]+/gm, "");
}
@sainak
sainak / 50-cloud-init.yaml
Last active February 9, 2024 06:16
Netplan configuration for network interface failover.
network:
version: 2
ethernets:
enp9s0:
dhcp4: false
wifis:
wlan0:
access-points:
"wifi":
password: "pass"