Category: Updates

Bash script: "[[: not found"

This is my code: #!/bin/bash if [[ -d ~/viwiki ]]; then cd ~/viwiki else mkdir ~/viwiki cd ~/viwiki fi if ! [[ -d ./log ]]; then mkdir log mkdir log/log m...

Mobile hotspot IP Address

Let's say I am in Oregon and I have a mobile hotspot with a Maine phone number. When I connect to that hotspot on my laptop, would my public IP show ...