Web Hosting & VPS Tips

Unleash Your Server Potential with Expert Insights

Over $120 Million in Payouts!
Learn to Day Trade Futures!

Category: Bash

Use fdisk—a partition tool—in a Bash script on a Debian VPS—script:
#!/bin/bash\nfdisk -l > partitions.log
On DigitalOcean run:
./part.sh
—expect disk layout Manages hosting storage

Back to All Tips