warbo-utilities: 3d3374732251e4855449d70c98ba243dcf6fdbff

     1: #! /usr/bin/env nix-shell
     2: #! nix-shell -i bash -p iw
     3: 
     4: # Clear NixOS's DNS cache
     5: sudo systemctl restart nscd
     6: 
     7: # Can prevent the system freezing
     8: sudo iw dev wlp2s0 set power_save off

Generated by git2html.