<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Virtualbox_Scripte</id>
	<title>Virtualbox Scripte - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Virtualbox_Scripte"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Virtualbox_Scripte&amp;action=history"/>
	<updated>2026-06-29T00:20:29Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Virtualbox_Scripte&amp;diff=62244&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „=vm-start= &lt;pre&gt; #!/bin/bash vmliste=&quot;fw ns www mail smb suricata-bridge&quot; for vm in $vmliste do if VBoxManage showvminfo &quot;$vm&quot; | grep -q &quot;running (since&quot;  then…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Virtualbox_Scripte&amp;diff=62244&amp;oldid=prev"/>
		<updated>2025-04-25T04:55:08Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „=vm-start= &amp;lt;pre&amp;gt; #!/bin/bash vmliste=&amp;quot;fw ns www mail smb suricata-bridge&amp;quot; for vm in $vmliste do if VBoxManage showvminfo &amp;quot;$vm&amp;quot; | grep -q &amp;quot;running (since&amp;quot;  then…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=vm-start=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
vmliste=&amp;quot;fw ns www mail smb suricata-bridge&amp;quot;&lt;br /&gt;
for vm in $vmliste&lt;br /&gt;
do&lt;br /&gt;
if VBoxManage showvminfo &amp;quot;$vm&amp;quot; | grep -q &amp;quot;running (since&amp;quot;&lt;br /&gt;
 then&lt;br /&gt;
  echo &amp;quot;$vm läuft bereits&amp;quot;&lt;br /&gt;
 else&lt;br /&gt;
  VBoxManage startvm &amp;quot;$vm&amp;quot; --type headless&lt;br /&gt;
 fi&lt;br /&gt;
done&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>