Skip to content

Instantly share code, notes, and snippets.

View vijhhh2's full-sized avatar
💭
I may be slow to respond.

Vijay vijhhh2

💭
I may be slow to respond.
  • Noggin
  • Banglore
View GitHub Profile
@vijhhh2
vijhhh2 / setup_wol.sh
Created October 5, 2025 07:58 — forked from paddy74/setup_wol.sh
Setting up wake-on-lan on Arch
#!/bin/bash
# https://wiki.archlinux.org/index.php/Wake-on-LAN
sudo pacman -Syu ethtool
# d (disabled), p (PHY activity), u (unicast activity), m (multicast activity),
# b (broadcast activity), a (ARP activity), and g (magic packet activity)
ethtool <interface> | grep Wake-on
# If not g
ethtool -s <interface> wol g
@vijhhh2
vijhhh2 / chart.png
Created May 28, 2020 06:12 — forked from evanw/chart.png
WebSocket Speed Test
chart.png
@vijhhh2
vijhhh2 / webdev_online_resources.md
Created July 17, 2018 06:29 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)