Virtual Private Server (VPS) Hosting provided by Central Point Networking cpnllc.com
For some reason, the "Nodelist" and "Recent Callers" features are not working.
| Sysop: | Ray Quinn |
|---|---|
| Location: | Visalia, CA |
| Users: | 60 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 06:06:31 |
| Calls: | 12 |
| Files: | 12,929 |
| Messages: | 98,368 |
Check out the US 99 menu above for links to information about US Highway 99, after which the US 99 BBS is named.
Be sure to click on the Amateur Radio menu item above for packet BBSes, packet software, packet organizations, as well as packet how-to's. Also included is links to local and some not-so-local Amateur Radio Clubs.
Hello All!
its my first time doing an image with dd, so now i have to try rufus to write it out on a usb pin :)
if succes bye linode.junc.eu
story behind, linode was the first vps i created servial years ago to get all my hosting content out of adsl, lol, yes i started with email at the date of adsl widt 512K/128K bit uplink/downlink, it had even homepage served later then its speeds gone raced to astoning speeds of 1Mbit/768Kbit, that was time. now my home fiber optical is 20000Mbit, where was this cable when i had a need for it ?
1Mbit/768Kbit, that was time. now my home fiber optical is 20000Mbit,
where was this cable when i had a need for it ?
If your network connection is so fast, it would have been better to
tar the files and copy or even use rsync over ssh.
If you use dd on a whole disk, your image will be that size. a dd of /dev/sda1
that is 10gb will leave you with a 10gb image.
If you use dd on a whole disk, your image will be that size. a dd
of /dev/sda1
If you use dd on a whole disk, your image will be that size. a dd
of /dev/sda1
Speaking of dd power - I used to have in the past script to migrate
VPS (eh, ok, they gave VPS for one month for free and I wanted to save money) - I migrated VPS every 4 weeks.
Beside booting to rescue on both (and some fstab fix), main command
was:
xfsdump -l0 - / | gzip -c | ssh root@new_ip "gunzip -c | xfsrestore -
/"
Local network speed within one host was amazing ;-)