• 1 Post
  • 4 Comments
Joined 1 year ago
cake
Cake day: June 5th, 2023

help-circle




  • Excellent guide, thanks for the write up!

    One thing I’d like to point out is that you can pipe output from an application into grep and then be able to use all the information above.

    For instance if I want to know the full name of my wireguard interface I can just pass (pipe) the output of ifconfig into grep:

    ifconfig | grep wire