Updated: Saturday, August 26,2023-08-26 16:19:03
parent
18952f98ac
commit
15f87a7ff8
|
@ -39,12 +39,12 @@ This copies contents of all files & subdirectories in a folder/directory to ano
|
|||
cp -r /path/to/source/directory /path/to/destination/directory/
|
||||
```
|
||||
|
||||
Find the generic password to a public wifi
|
||||
Find the generic password to a public wifi.
|
||||
```
|
||||
security find-generic-password -wa "Wifi-name"
|
||||
```
|
||||
|
||||
Your ipv4 & ipv6 addresses:
|
||||
Output your ipv4 & ipv6 addresses.
|
||||
```
|
||||
ifconfig en0 | grep inet | awk '{ print$2 }'
|
||||
```
|
Loading…
Reference in New Issue