Tag: linux

  • How to Use a Lenovo ThinkCentre M910q as a Powerful Home Server

    As an IT enthusiast, I’ve long been (and still are!) a fan of the mini computers. My main Pi already runs multiple services like , and – which often pushes it near its limits. Well, recently I found myself wanting to add even more services to my local network. Unfortunately, my NAS can’t host Docker containers, so expanding compute power became necessary.

    (more…)
    Fediverse Reactions
  • Mount vmWare shared folder in Ubuntu guest

    If you want to share files between a Windows Host and a Ubuntu Linux guest, the “shared folder” feature is really handy. Just enable it in the VM-Settings, install guest additions and … then wonder where this shows up in the VM. “They appear under /mnt/hgfs” I read everywhere.

    Well, they do – as soon as you do a

    sudo mount.vmhgfs .host:/ /mnt/hgfs/
    

    It took me a couple of minutes to figure this out as all tutorials endet with “the folder appears” …
    If it doesn’t work, maybe just rerun

    sudo vmware-config-tools.pl