Search results

  1. Giga Hertz

    Meme Thread

  2. Giga Hertz

    Update Forum Update Log

  3. Giga Hertz

    Update Forum Update Log

    Correct. It can be mildly annoying (and I keep forgetting it's a thing), but there were circumstances that justified its implementation.
  4. Giga Hertz

    Meme Thread

  5. Giga Hertz

    Funny Pics & Vids

  6. Giga Hertz

    Funny Pics & Vids

  7. Giga Hertz

    Dragon Ball Memes

  8. Giga Hertz

    Funny Pics & Vids

  9. Giga Hertz

    Recent Purchases

    Zelda used to until we decided the maximum occupancy was 3 and we'd rather the baby. That said, Zelda was usually quieter.
  10. Giga Hertz

    Recent Purchases

    Don't you already have two live ones?
  11. Giga Hertz

    Maybe making the switch...

    It depends. If I was making a single server that was important, I would certainly create as many virtual disks as necessary. For instance at work our servers have an OS VHD and a Data VHD - and our database servers have extra on top of that. So if one breaks or needs to be migrated, we can just...
  12. Giga Hertz

    Funny Pics & Vids

  13. Giga Hertz

    Funny Pics & Vids

  14. Giga Hertz

    Maybe making the switch...

    So to clarify: you use rsync -av to copy the files (not move), ensure it's all there, then format the drive (ext4 is fine) and then copy them back. Moving using GUI is also an option. But moving isn't strictly necessary since you're going to be wiping the drive anyway. It's just doing an extra...
  15. Giga Hertz

    Maybe making the switch...

    rsync -av is a straight copy that does everything recursively.
  16. Giga Hertz

    Maybe making the switch...

    sudo rsync -av /source/ /destination/
  17. Giga Hertz

    Maybe making the switch...

    Caveat - if opened by Windows you generally have to make sure Windows actually shuts down, and doesn't do "fast startup" (or at least, that was the case a number of years ago).
  18. Giga Hertz

    Maybe making the switch...

  19. Giga Hertz

    Maybe making the switch...

    Plasma is the bee's knees.
  20. Giga Hertz

    Maybe making the switch...

    Just what I'm comfortable with (especially with any consequent leakage). The builds tend to be pretty solid, and Ubuntu is probably the easiest distro to get support for. I run Proxmox (Debian) hypervisor at home, which runs about 3 Ubuntu VMs. At work, we have a handful of Linux servers that...