Posts by Jonatas Severino • 46 points
2 posts
-
0
votes1
answer98
viewsA: Virtual Box does not connect on the internet, nor shows network icon at the bottom corner
If you haven’t solved it, make sure the VM is picking up DHCP IP from your local network (example: 192.168.0.0/24). For this you can use the following command: ipconfig /all Try renewing the network…
linuxanswered Jonatas Severino 46 -
3
votes1
answer414
viewsA: Command not found bash
All right?! Try to run the "if" exactly as follows: if [ $counter == '2' ]; then echo "oi" fi I did a test from here and it worked. Follow: I hope I helped. Hugs!…