Web Hosting & VPS Tips

Unleash Your Server Potential with Expert Insights

Hosting provided by: Cloudways
Free to Try! Up to 40% Off!

Category: Bash

Use tcptraceroute—a network tool—in a Bash script on an Ubuntu VPS—install:
apt install tcptraceroute
script:
#!/bin/bash\ntcptraceroute 8.8.8.8 53 > trace.log
On DigitalOcean run:
./trace.sh
—expect route Diagnoses hosting network

Back to All Tips