<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.filipefonseca.pt/index.php?action=history&amp;feed=atom&amp;title=Virtualbox</id>
	<title>Virtualbox - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.filipefonseca.pt/index.php?action=history&amp;feed=atom&amp;title=Virtualbox"/>
	<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Virtualbox&amp;action=history"/>
	<updated>2026-04-18T14:40:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Virtualbox&amp;diff=5515&amp;oldid=prev</id>
		<title>FilipeFonseca at 01:56, 10 July 2021</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Virtualbox&amp;diff=5515&amp;oldid=prev"/>
		<updated>2021-07-10T01:56:45Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Update VM guest tools ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
apt update &lt;br /&gt;
apt upgrade -y&lt;br /&gt;
apt autoremove -y&lt;br /&gt;
&lt;br /&gt;
wget https://download.virtualbox.org/virtualbox/6.X.XX/VBoxGuestAdditions_6.X.XX.iso&lt;br /&gt;
mkdir -p /mnt/cdrom&lt;br /&gt;
mount /root/VBoxGuestAdditions_6.X.XX.iso /mnt/cdrom&lt;br /&gt;
cd /mnt/cdrom/&lt;br /&gt;
./VBoxLinuxAdditions.run&lt;br /&gt;
reboot&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Manage ALL guest once ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#test command&lt;br /&gt;
for i in `vboxmanage list runningvms | awk '{print $1}' | sed 's/&amp;quot;//g'`; do echo $i ; done --testing&lt;br /&gt;
#actual command. modify acpipowerbutton&lt;br /&gt;
for i in `vboxmanage list runningvms | awk '{print $1}' | sed 's/&amp;quot;//g'`; do vboxmanage controlvm $i acpipowerbutton; done&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
</feed>