<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Smartsign.de - KB/Blog rund um die digitale Welt</title>
	<atom:link href="http://smartsign.de/kb/Index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://smartsign.de/kb</link>
	<description>Tägliche Erfahrungen und Tips</description>
	<lastBuildDate>Mon, 14 May 2012 10:54:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Re-Streaming von Samsung SNB-7000 per VLC</title>
		<link>http://smartsign.de/kb/?p=222</link>
		<comments>http://smartsign.de/kb/?p=222#comments</comments>
		<pubDate>Mon, 14 May 2012 10:54:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://smartsign.de/kb/?p=222</guid>
		<description><![CDATA[Die RTSP-Url lautet:
rtsp://admin:4321@&#60;deviceip&#62;/profile1/media.smp
bzw.
rtsp://admin:4321@&#60;deviceip&#62;/profile2/media.smp
usw. für die anderen definierten Profile bzw. mit abgeänderten Userdaten.
Per VLC kann der RTSP-Stream zum Beispiel so neu per HTTP auf Port 1234 gestreamt werden (Beispiel ohne Audio, nur Video, nicht transkodiert):
&#8220;C:\Program Files (x86)\VideoLAN\VLC\vlc.exe&#8221; &#8211;sout=&#8221;#transcode{acodec=none}:duplicate{dst=http{mux=ts,dst=:1234/},dst=display}&#8221; rtsp://admin:4321@123.123.123.49/profile2/media.smp
]]></description>
			<content:encoded><![CDATA[<p>Die RTSP-Url lautet:</p>
<blockquote><p>rtsp://admin:4321@&lt;deviceip&gt;/profile1/media.smp</p></blockquote>
<p>bzw.</p>
<blockquote><p>rtsp://admin:4321@&lt;deviceip&gt;/profile2/media.smp</p></blockquote>
<p>usw. für die anderen definierten Profile bzw. mit abgeänderten Userdaten.</p>
<p>Per VLC kann der RTSP-Stream zum Beispiel so neu per HTTP auf Port 1234 gestreamt werden (Beispiel ohne Audio, nur Video, nicht transkodiert):</p>
<blockquote><p>&#8220;C:\Program Files (x86)\VideoLAN\VLC\vlc.exe&#8221; &#8211;sout=&#8221;#transcode{acodec=none}:duplicate{dst=http{mux=ts,dst=:1234/},dst=display}&#8221; rtsp://admin:4321@123.123.123.49/profile2/media.smp</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://smartsign.de/kb/?feed=rss2&amp;p=222</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repair aborted journal: ext3</title>
		<link>http://smartsign.de/kb/?p=218</link>
		<comments>http://smartsign.de/kb/?p=218#comments</comments>
		<pubDate>Sat, 07 Apr 2012 10:41:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://smartsign.de/kb/?p=218</guid>
		<description><![CDATA[Wenn das Journal auf einem ext3-Dateisystem abgebrochen wurde (Filesystem dann meist read-only gemounted), funktioniert ein
tune2fs -O ^has_journal /dev/***
möglicherweise nicht, da das geforderte fsck aufgrund des defekten Journals nicht läuft. In dem Fall muss das &#8220;needs_recovery&#8221; flag entfernt und das Journal entfernt werden, das Dateisystem gecheckt und anschließend das Journal neu gebaut werden (dazu muss das [...]]]></description>
			<content:encoded><![CDATA[<p>Wenn das Journal auf einem ext3-Dateisystem abgebrochen wurde (Filesystem dann meist read-only gemounted), funktioniert ein</p>
<blockquote><p>tune2fs -O ^has_journal /dev/***</p></blockquote>
<p>möglicherweise nicht, da das geforderte fsck aufgrund des defekten Journals nicht läuft. In dem Fall muss das &#8220;needs_recovery&#8221; flag entfernt und das Journal entfernt werden, das Dateisystem gecheckt und anschließend das Journal neu gebaut werden (dazu muss das Dateisystem unmounted sein):</p>
<blockquote><p>debugfs -w -R &#8220;feature ^has_journal, ^needs_recovery&#8221; /dev/***</p>
<p>e2fsck -y /dev/***</p>
<p>tune2fs -j /dev/***</p></blockquote>
<p><strong>Achtung:</strong> Das ist nicht ungefährlich. Ein Backup sollte zuvor gemacht werden!</p>
]]></content:encoded>
			<wfw:commentRss>http://smartsign.de/kb/?feed=rss2&amp;p=218</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote-Aktivieren von Remote Desktop auf einem Client in der Domäne</title>
		<link>http://smartsign.de/kb/?p=216</link>
		<comments>http://smartsign.de/kb/?p=216#comments</comments>
		<pubDate>Wed, 11 Jan 2012 08:55:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://smartsign.de/kb/?p=216</guid>
		<description><![CDATA[So aktiviert man auf einem Domänen-Computer RDP, um beispielsweise eine Installation durchzuführen, ohne zum Rechner hinlaufen zu müssen:

Regedit öffnen und &#8220;mit entfernter Registrierung verbinden&#8221;
den Client-Computer auswählen
in HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server den Wert fDenyTSConnection auf  0 stellen.
Den entfernten Rechner neustarten:
shutdown -m \\client -r
Falls eine Firewall auf dem Client aktiv ist kann diese über die Remote-Computerverwaltung unter Dienste deaktiviert [...]]]></description>
			<content:encoded><![CDATA[<p>So aktiviert man auf einem Domänen-Computer RDP, um beispielsweise eine Installation durchzuführen, ohne zum Rechner hinlaufen zu müssen:</p>
<ul>
<li>Regedit öffnen und &#8220;mit entfernter Registrierung verbinden&#8221;</li>
<li>den Client-Computer auswählen</li>
<li>in<em> HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server</em> den Wert <em>fDenyTSConnection</em> auf  0 stellen<em>.</em></li>
<li>Den entfernten Rechner neustarten:<em><br />
shutdown -m \\client -r</em></li>
<li>Falls eine Firewall auf dem Client aktiv ist kann diese über die Remote-Computerverwaltung unter Dienste deaktiviert werden.<em><br />
</em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://smartsign.de/kb/?feed=rss2&amp;p=216</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KMS Aktivierung von Windows 7</title>
		<link>http://smartsign.de/kb/?p=212</link>
		<comments>http://smartsign.de/kb/?p=212#comments</comments>
		<pubDate>Wed, 23 Nov 2011 15:34:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://smartsign.de/kb/?p=212</guid>
		<description><![CDATA[Durch spezielle Lizenzschlüssel können Clients auf die Aktivierung von Windows über KMS (Key Management Service) umgestellt werden. Die Einstellungen wie KMS an/aus und KMS-Host können in Installations-ISOs über sysprep eingebaut werden. Um einen Client von MAK  umzustellen, ist so vorzugehen:
Einen neuen Product Key setzen:
slmgr.vbs /ipk &#60;KmsSetupKey&#62;
wobei KmsSetupKey:



 Operating System Edition
 Product Key


Windows 7



Windows 7 Professional
FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4


Windows 7 [...]]]></description>
			<content:encoded><![CDATA[<p>Durch spezielle Lizenzschlüssel können Clients auf die Aktivierung von Windows über KMS (Key Management Service) umgestellt werden. Die Einstellungen wie KMS an/aus und KMS-Host können in Installations-ISOs über sysprep eingebaut werden. Um einen Client von MAK  umzustellen, ist so vorzugehen:</p>
<p>Einen neuen Product Key setzen:</p>
<blockquote><p>slmgr.vbs /ipk &lt;KmsSetupKey&gt;</p></blockquote>
<p>wobei KmsSetupKey:</p>
<table>
<tbody>
<tr>
<th> Operating System Edition</th>
<th> Product Key</th>
</tr>
<tr>
<td>Windows 7</td>
<td></td>
</tr>
<tr>
<td>Windows 7 Professional</td>
<td>FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4</td>
</tr>
<tr>
<td>Windows 7 Professional N</td>
<td>MRPKT-YTG23-K7D7T-X2JMM-QY7MG</td>
</tr>
<tr>
<td>Windows 7 Enterprise</td>
<td>33PXH-7Y6KF-2VJC9-XBBR8-HVTHH</td>
</tr>
<tr>
<td>Windows 7 Enterprise N</td>
<td>YDRBP-3D83W-TY26F-D46B2-XCKRJ</td>
</tr>
<tr>
<td>Windows 7 Enterprise E</td>
<td>C29WB-22CC8-VJ326-GHFJW-H9DH4</td>
</tr>
<tr>
<td>Windows Server 2008 R2</td>
<td></td>
</tr>
<tr>
<td>Windows Server 2008 R2 HPC Edition</td>
<td>FKJQ8-TMCVP-FRMR7-4WR42-3JCD7</td>
</tr>
<tr>
<td>Windows Server 2008 R2 Datacenter</td>
<td>74YFP-3QFB3-KQT8W-PMXWJ-7M648</td>
</tr>
<tr>
<td>Windows Server 2008 R2 Enterprise</td>
<td>489J6-VHDMP-X63PK-3K798-CPX3Y</td>
</tr>
<tr>
<td>Windows Server 2008 R2 for Itanium-Based Systems</td>
<td>GT63C-RJFQ3-4GMB6-BRFB9-CB83V</td>
</tr>
<tr>
<td>Windows Server 2008 R2 Standard</td>
<td>YC6KT-GKW9T-YTKYR-T4X34-R7VHC</td>
</tr>
<tr>
<td>Windows Web Server 2008 R2</td>
<td>6TPJF-RBVHG-WBW2R-86QPH-6RTM4</td>
</tr>
</tbody>
</table>
<p>Damit ist der Client auf KMS umgestellt. Nun muss der KMS Host noch eingestellt werden. Auf einem bereits aktiven Client kann er herausgefunden werden:</p>
<blockquote><p><code>nslookup -type=all _vlmcs._tcp</code></p></blockquote>
<p>Unter &#8220;svr hostname&#8221; sollte der Hostname des KMS-Server auftauchen.</p>
<p>Nun auf dem umzustellenden Client:</p>
<blockquote><p>slmgr.vbs -skms &lt;kmshost.abc.de&gt;</p>
<p>slmgr.vbs -ato</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://smartsign.de/kb/?feed=rss2&amp;p=212</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XENServer Virtual NIC und Probleme mit LDAP-Anfragen</title>
		<link>http://smartsign.de/kb/?p=210</link>
		<comments>http://smartsign.de/kb/?p=210#comments</comments>
		<pubDate>Thu, 06 Oct 2011 13:41:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://smartsign.de/kb/?p=210</guid>
		<description><![CDATA[Das virtuelle Netzwerkinterface, das der Citrix XENServer zur Verfügung stellt hat zur VM hin keine Bandbreitenbeschränkung. Bei der Umstellung von VMWare auf XEN kann das zu Problemen führen. Server 2003 mit Active Directory fasst den von XEN gecachten TCP-Traffic als eine DOS-Attacke o.ä. auf und stellt die Kommunikation ein, wenn man von einem Linux-Rechner aus [...]]]></description>
			<content:encoded><![CDATA[<p>Das virtuelle Netzwerkinterface, das der Citrix XENServer zur Verfügung stellt hat zur VM hin keine Bandbreitenbeschränkung. Bei der Umstellung von VMWare auf XEN kann das zu Problemen führen. Server 2003 mit Active Directory fasst den von XEN gecachten TCP-Traffic als eine DOS-Attacke o.ä. auf und stellt die Kommunikation ein, wenn man von einem Linux-Rechner aus zum Beispiel ein ldapsearch oder ein nss_update ldap macht.</p>
<p>Meldung bei nss_updatedb ldap: &#8220;Failed to enumerate nameservice: Resource is temporarily unavailable&#8221;</p>
<p>Der einzige Grund ist, dass das Interface &#8220;zu schnell&#8221; ist. Lösung: Auf Windows-Seite in die Eigenschaften der Netzwerkverbindung, konfigurieren und: &#8220;Large Send Offload&#8221; auf &#8220;disabled&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://smartsign.de/kb/?feed=rss2&amp;p=210</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XenServer 5.6 Local Storage auf Software Raid</title>
		<link>http://smartsign.de/kb/?p=206</link>
		<comments>http://smartsign.de/kb/?p=206#comments</comments>
		<pubDate>Thu, 25 Aug 2011 11:28:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://smartsign.de/kb/?p=206</guid>
		<description><![CDATA[Xenserver selbst ist auf Hardware-Raid installiert. Zusätzlich mehrere Platten für ein Software-Raid im Gerät:

Platten eventuell partionieren (Type &#8220;fd&#8221; für Linux Raid Autodetect)
Raid anlegen: mdadm &#8211;create /dev/md0 &#8211;raid-devices=5 &#8211;level=6 /dev/sd[bcdef]1
mdadm.conf erzeugen: mdadm &#8211;examine &#8211;scan &#62;&#62; /etc/mdadm.conf
pvcreate /dev/md0
Neues Storage anlegen: xe sr-create host-uuid=&#60;TAB&#62; content-type=user type=lvm device-config:device=/dev/md0 name-label=&#8221;Local Raid6&#8243;

VG und LVs werden automatisch vom Xenserver angelegt.
]]></description>
			<content:encoded><![CDATA[<p>Xenserver selbst ist auf Hardware-Raid installiert. Zusätzlich mehrere Platten für ein Software-Raid im Gerät:</p>
<ol>
<li>Platten eventuell partionieren (Type &#8220;fd&#8221; für Linux Raid Autodetect)</li>
<li>Raid anlegen: mdadm &#8211;create /dev/md0 &#8211;raid-devices=5 &#8211;level=6 /dev/sd[bcdef]1</li>
<li>mdadm.conf erzeugen: mdadm &#8211;examine &#8211;scan &gt;&gt; /etc/mdadm.conf</li>
<li>pvcreate /dev/md0</li>
<li>Neues Storage anlegen: xe sr-create host-uuid=&lt;TAB&gt; content-type=user type=lvm device-config:device=/dev/md0 name-label=&#8221;Local Raid6&#8243;</li>
</ol>
<p>VG und LVs werden automatisch vom Xenserver angelegt.</p>
]]></content:encoded>
			<wfw:commentRss>http://smartsign.de/kb/?feed=rss2&amp;p=206</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows-Dateifreigabe: Gast-Zugriff erlauben</title>
		<link>http://smartsign.de/kb/?p=204</link>
		<comments>http://smartsign.de/kb/?p=204#comments</comments>
		<pubDate>Fri, 06 May 2011 13:48:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://smartsign.de/kb/?p=204</guid>
		<description><![CDATA[Wenn die &#8220;einfache Dateifreigabe&#8221; ausgeschaltet ist, muss für einen Zugriff auf Freigaben zunächst der Netzwerklogin für den Gast-Account wieder aktiviert werden.
Ausführen: &#8220;secpol.msc&#8221;
Lokale Richtlinien -&#62; Zuweisen von Benutzerrechten -&#62; Zugriff vom Netzwerk auf diesen Computer&#8230; -&#62; &#8220;Gast&#8221; aus der Liste entfernen
In einer Freigabe kann der Benutzer Gast nun eingetragen werden und es ist ein SMB-Login ohne [...]]]></description>
			<content:encoded><![CDATA[<p>Wenn die &#8220;einfache Dateifreigabe&#8221; ausgeschaltet ist, muss für einen Zugriff auf Freigaben zunächst der Netzwerklogin für den Gast-Account wieder aktiviert werden.</p>
<p>Ausführen: &#8220;secpol.msc&#8221;</p>
<p>Lokale Richtlinien -&gt; Zuweisen von Benutzerrechten -&gt; Zugriff vom Netzwerk auf diesen Computer&#8230; -&gt; &#8220;Gast&#8221; aus der Liste entfernen</p>
<p>In einer Freigabe kann der Benutzer Gast nun eingetragen werden und es ist ein SMB-Login ohne Authentifizierung möglich.</p>
]]></content:encoded>
			<wfw:commentRss>http://smartsign.de/kb/?feed=rss2&amp;p=204</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toller freier Text-/HTML-Editor mit FTP</title>
		<link>http://smartsign.de/kb/?p=200</link>
		<comments>http://smartsign.de/kb/?p=200#comments</comments>
		<pubDate>Sun, 23 Jan 2011 10:40:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://smartsign.de/kb/?p=200</guid>
		<description><![CDATA[..mit Online-FTP-Bearbeitung von Dateien und vielen nützlichen Funktionen:
PsPad: http://www.pspad.com/de/
]]></description>
			<content:encoded><![CDATA[<p>..mit Online-FTP-Bearbeitung von Dateien und vielen nützlichen Funktionen:<br />
PsPad: <a href="http://www.pspad.com/de/">http://www.pspad.com/de/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://smartsign.de/kb/?feed=rss2&amp;p=200</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSV-Koordinaten als Punkte in Cinema 4D importieren</title>
		<link>http://smartsign.de/kb/?p=199</link>
		<comments>http://smartsign.de/kb/?p=199#comments</comments>
		<pubDate>Sun, 23 Jan 2011 10:39:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://smartsign.de/kb/?p=199</guid>
		<description><![CDATA[In Cinema 4D können eine große Anzahl XYZ-Koordinaten bequem eingeladen werden:
Polygonobjekt erstellen, Struktur-Manager aufrufen, Datei -> Import CSV Datei. Anschließend das Objekt zum Beispiel als Unterobjekt eines Atom-Arrays verwenden.
]]></description>
			<content:encoded><![CDATA[<p>In Cinema 4D können eine große Anzahl XYZ-Koordinaten bequem eingeladen werden:</p>
<p>Polygonobjekt erstellen, Struktur-Manager aufrufen, Datei -> Import CSV Datei. Anschließend das Objekt zum Beispiel als Unterobjekt eines Atom-Arrays verwenden.</p>
]]></content:encoded>
			<wfw:commentRss>http://smartsign.de/kb/?feed=rss2&amp;p=199</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scilab und Nvidia Treiber, Plot crash</title>
		<link>http://smartsign.de/kb/?p=197</link>
		<comments>http://smartsign.de/kb/?p=197#comments</comments>
		<pubDate>Sat, 04 Dec 2010 11:30:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://smartsign.de/kb/?p=197</guid>
		<description><![CDATA[Scilab auf Windows 7 64bit mit Nvidia Treibern verträgt sich nicht. Workaround:
new drivers add a feature named &#8220;Threaded optimization&#8221; if you create a 3D profile (in Nvidia control panel &#8211;&#62; 3d
settings &#8211;&#62; Manage 3D settings &#8211;&#62; Add and select  wscilex.exe&#8221; for Scilab and you disable (&#8220;off&#8221;) this option scilab
works
]]></description>
			<content:encoded><![CDATA[<p>Scilab auf Windows 7 64bit mit Nvidia Treibern verträgt sich nicht. Workaround:</p>
<blockquote><p>new drivers add a feature named &#8220;Threaded optimization&#8221; if you create a 3D profile (in Nvidia control panel &#8211;&gt; 3d<br />
settings &#8211;&gt; Manage 3D settings &#8211;&gt; Add and select  wscilex.exe&#8221; for Scilab and you disable (&#8220;off&#8221;) this option scilab<br />
works</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://smartsign.de/kb/?feed=rss2&amp;p=197</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

