Enabling QEmu Guest Agents in Linux guests
In Proxmox, enable the Guest agent under Options: In the guest, install and enable the agent: sudo apt install qemu-guest-agentsudo systemctl start qemu-guest-agent

Articles, notes and random thoughts on Software Development and Technology
In Proxmox, enable the Guest agent under Options: In the guest, install and enable the agent: sudo apt install qemu-guest-agentsudo systemctl start qemu-guest-agent
If you attempt to access an AWS Workspace running Linux via a browser, you’ll get his spinner for what seems like a couple of minutes: Eventually it times out with this error: Looking in the docs here this is this note: Web access to Linux WorkSpaces is currently not supported. Would be nice if it …
Continue reading “AWS Workspaces: Web access to Linux Workspaces (not supported)”
After installing a local Jira server recently, I had a search issue and part of the instructions was to stop the running server. From here: To stop: sudo /etc/init.d/jira stop To start: sudo /etc/init.d/jira start
After a fresh install of Oracle Linux 7.4 and trying to run a ‘sudo yum update’ I get: One of the configured repositories failed (Latest Unbreakable Enterprise Linux Server 7 Server (x86_64) Following the recommendations following the error didn’t help, and this post suggested trying a ‘sudo yum clean’, but this didn’t fix it either. …
Continue reading “Oracle Linux 7: “one of the configured repositories failed””