03-08-2018, 02:23 PM
Yeah, that's better... the -c5 in the command tells ping to do exactly just that.
Now I really have no idea why curl cannot get the response we are looking for. Either curl is still broken or google.com is being filter out/ blocked in the network you're on.
Let's try something else... can you curl any other site? E.g.:
If not able to curl any other site, let's try to purge curl and get it installed AGAIN.
Test again:
Now I really have no idea why curl cannot get the response we are looking for. Either curl is still broken or google.com is being filter out/ blocked in the network you're on.
Let's try something else... can you curl any other site? E.g.:
Code:
curl -sk linuxliteos.com
If not able to curl any other site, let's try to purge curl and get it installed AGAIN.
Code:
sudo apt-get remove --purge curl
sudo apt-get install curl
Test again:
Code:
curl -sk linuxliteos.com
https://unlockforus.com
Sorry for seeming stupid and preferring Linux - I just don't know any better.
Sorry for seeming stupid and preferring Linux - I just don't know any better.