Skip to main content

To get your ip address in Terminal on OSX on WIFI

ipconfig getifaddr en0

Whereas if you are using Ethernet

ipconfig getifaddr en1

Related articles

Andrew Fletcher18 Mar 2024
Resolving CVE-2022-48624 less issue
To resolve the CVE-2022-48624 vulnerability on Ubuntu using Nginx, it's crucial to understand that the issue lies within the "less" package, not Nginx itself. The vulnerability affects "less" before version 606, where close_altfile in filename.c in less omits shell_quote calls for LESSCLOSE,...