<?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>Hertus Blogblog</title>
	<atom:link href="http://www.hertus.ch/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.hertus.ch/wordpress</link>
	<description>Ä chliinä feinä Blog vom Hert</description>
	<lastBuildDate>Thu, 03 Nov 2011 08:12:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Mumble / Murmur Server Service init.d script</title>
		<link>http://www.hertus.ch/wordpress/?p=206</link>
		<comments>http://www.hertus.ch/wordpress/?p=206#comments</comments>
		<pubDate>Thu, 03 Nov 2011 08:12:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemeines]]></category>

		<guid isPermaLink="false">http://www.hertus.ch/wordpress/?p=206</guid>
		<description><![CDATA[#! /bin/sh # /etc/init.d/mumble # version 0.1 2011-11-01 (YYYY-MM-DD) ### BEGIN INIT INFO # Provides: mumble # Required-Start: $remote_fs # Required-Stop: $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Mumble server # Description: Starts the Mumble/Murmur server as defined user ### END INIT INFO #Default Settings PATH=/sbin:/usr/sbin:/bin:/usr/bin #Settings neede [...]]]></description>
			<content:encoded><![CDATA[<p>#! /bin/sh<br />
# /etc/init.d/mumble<br />
# version 0.1  2011-11-01 (YYYY-MM-DD)</p>
<p>### BEGIN INIT INFO<br />
# Provides:  	  	mumble<br />
# Required-Start: 	$remote_fs<br />
# Required-Stop:  	$remote_fs<br />
# Default-Start:  	2 3 4 5<br />
# Default-Stop:   	0 1 6<br />
# Short-Description:    Mumble server<br />
# Description:    	Starts the Mumble/Murmur server as defined user<br />
### END INIT INFO</p>
<p>#Default Settings<br />
PATH=/sbin:/usr/sbin:/bin:/usr/bin</p>
<p>#Settings neede (PLEASE CHANGE)<br />
SERVERNAME=&#8221;MUMBLE&#8221;<br />
SERVERPATH=&#8221;/srv/mumble&#8221;<br />
SERVERINI=&#8221;murmur.ini&#8221;<br />
SUPERUSERPW=&#8221;mumblesrv&#8221;<br />
USERNAME=&#8221;srv_mumble&#8221;</p>
<p>#PID Settings (dont have to be changed)<br />
PIDFILE=&#8221;$SERVERPATH/murmur.pid&#8221;<br />
PID=&#8221;`cat $PIDFILE`&#8221;<br />
PIDSTAT=&#8221;`ps aux |grep $PID |grep -v &#8216;grep&#8217; |awk {&#8216;print $2&#8242;} |head -n1`&#8221;</p>
<p># &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>ME=`whoami`<br />
as_user() {<br />
  if [ $ME == $USERNAME ] ; then<br />
    bash -c &#8220;$1&#8243;<br />
  else<br />
    su &#8211; $USERNAME -c &#8220;$1&#8243;<br />
  fi<br />
}</p>
<p>if [[ "$SERVERINI" == "" ]]; then<br />
 echo &#8220;Error: no INI defined&#8221;<br />
 exit<br />
fi<br />
# -</p>
<p>case &#8220;$1&#8243; in</p>
<p>start)<br />
if [[ $PIDSTAT ]]; then<br />
 echo &#8220;Server $SERVERNAME already started&#8221;<br />
 exit<br />
else<br />
 as_user &#8220;$SERVERPATH/./murmur.x86 -ini $SERVERPATH/$SERVERINI&#8221;<br />
 as_user &#8220;$SERVERPATH/./murmur.x86 -ini $SERVERPATH/$SERVERINI -supw $SUPERUSERPW&#8221;<br />
 echo &#8220;Server $SERVERNAME sarted&#8221;<br />
fi<br />
;;</p>
<p>stop)<br />
if [[ $PIDSTAT ]]; then<br />
 kill -9 $PID<br />
 echo &#8220;Server $SERVERNAME stopped&#8221;<br />
 else echo &#8220;Server $SERVERNAME not running&#8221;<br />
fi<br />
;;</p>
<p>restart)<br />
$0 stop<br />
 sleep 2<br />
$0 start<br />
;;</p>
<p>status)<br />
if [[ $PIDSTAT ]]; then<br />
 echo &#8220;Server $SERVERNAME is running&#8221;<br />
 else echo &#8220;Server $SERVERNAME is stopped&#8221;<br />
fi<br />
;;</p>
<p>*)<br />
echo &#8220;Usage: $0 {start|stop|restart|status}&#8221;<br />
;;</p>
<p>esac<br />
exit 0</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hertus.ch/wordpress/?feed=rss2&#038;p=206</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MeeGo on Lenovo IdeaPad S10e</title>
		<link>http://www.hertus.ch/wordpress/?p=203</link>
		<comments>http://www.hertus.ch/wordpress/?p=203#comments</comments>
		<pubDate>Tue, 23 Aug 2011 20:04:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.hertus.ch/wordpress/?p=203</guid>
		<description><![CDATA[MeeGo ist eine beliebte Linux-Distribution für Intel Atom Netbooks. Für mein IdeaPad S10e mit Broadcom Wireless Card sind von Board an keine Treiber beim MeeGo 1.2 dabei, aber man kann diese von Hand auf den 2.6.35 Kernel per rpmbuild kompilieren, hier die Vorgehensweise: MEEGO 1.2 WIFI Please visit the Broadcom site to read the details [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://meego.com/"><strong>MeeGo</strong> </a>ist eine beliebte Linux-Distribution für Intel Atom Netbooks.</p>
<p>Für mein IdeaPad S10e mit Broadcom Wireless Card sind von Board an keine Treiber beim MeeGo 1.2 dabei, aber man kann diese von Hand auf den 2.6.35 Kernel per rpmbuild kompilieren, hier die Vorgehensweise:</p>
<blockquote><p><strong>MEEGO 1.2 WIFI</strong></p>
<p>Please visit the Broadcom site to read the details on the license of this driver<br />
<a href="http://www.broadcom.com/support/802.11/linux_sta.php">http://www.broadcom.com/support/802.11/linux_sta.php</a></p>
<p>These steps can be used to create the binary rpm yourself. You need to actually install MeeGo 1.2. These steps won’t work while booting off the live image.</p>
<p>&nbsp;</p>
<p>1)Activate the MeeGo toolbar and select the applications icon<br />
2)Choose the Accessories section and select Terminal (or type terminal in the search box)<br />
3)Install the various tools you’ll need<br />
<strong>sudo zypper install rpmdevtools</strong><br />
4)Install the compilers and other tools,<br />
<strong>sudo zypper install pattern:meego-development-tools</strong><br />
5)Install the kernel-netbook-devel package.<br />
<strong>sudo zypper install kernel-devel</strong><br />
6)Now we’re ready to build and install the new broadcom drivers, my moblin srpm works<br />
<strong>wget http://slaine.org/meego/releases/1.2/ia32/source/wl-kmod-5.100.82.38-1.src.rpm</strong><br />
(This build will download the broadcom driver archive directly from their site)<br />
<strong>rpmbuild &#8211;rebuild &#8211;target=i586 wl-kmod-5.100.82.38-1.src.rpm</strong><br />
7)Install the resulting rpm,<br />
<strong>sudo rpm -ivh ~/rpmbuild/RPMS/i586/wl-kmod-5.100.82.38-1.i586.rpm</strong><br />
8)Loading the module,<br />
<strong>sudo modprobe -a wl</strong><br />
9)You should be able to now connect to a network.</p>
<p>&nbsp;</p></blockquote>
<p>Quelle:<br />
<a href="http://slaine.org/_slaine/Meego_1.2_Wifi.html"> http://slaine.org/_slaine/Meego_1.2_Wifi.html</a></p>
<p>Mirror:<a href="http://www.hertus.ch/wordpress/?attachment_id=208" rel="attachment wp-att-208"><br />
wl-kmod-5.100.82.38-1.src.rpm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hertus.ch/wordpress/?feed=rss2&#038;p=203</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android 2.3.4 SMS &#8211; Setting Swisscom &#8211; Fail Delivery</title>
		<link>http://www.hertus.ch/wordpress/?p=201</link>
		<comments>http://www.hertus.ch/wordpress/?p=201#comments</comments>
		<pubDate>Tue, 16 Aug 2011 11:08:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemeines]]></category>

		<guid isPermaLink="false">http://www.hertus.ch/wordpress/?p=201</guid>
		<description><![CDATA[Hatte heute Probleme mit SMS Nachrichten Versenden, Empfang funktionierte aber einwandfrei &#8211; SGS2 mit Android 2.3.4. Nach Versuchen mit GSM/WCDMA automatic Mode und APN Einstellungen, welche alle so in Ordnung waren, erkannte ich das Problem: Keine Nachrichtenzentrale! In der SMS App, Standard das &#8220;Messaging&#8221; oder &#8220;Nachrichten&#8221; kann die Nachrichtenzentrale definiert werden. APN: Swisscom Nachrichtenzentrale: +41794999000 [...]]]></description>
			<content:encoded><![CDATA[<p>Hatte heute Probleme mit SMS Nachrichten Versenden, Empfang funktionierte aber einwandfrei &#8211; SGS2 mit Android 2.3.4.<br />
Nach Versuchen mit GSM/WCDMA automatic Mode und APN Einstellungen, welche alle so in Ordnung waren, erkannte ich das Problem: Keine Nachrichtenzentrale!</p>
<p>In der SMS App, Standard das &#8220;Messaging&#8221; oder &#8220;Nachrichten&#8221; kann die Nachrichtenzentrale definiert werden.</p>
<p><strong>APN: Swisscom</strong><br />
<strong> Nachrichtenzentrale: +41794999000</strong></p>
<p>Warum dieser Eintrag urplötzlich leer war, könnte an GSM Information Gattering Apps liegen wie &#8220;G-Mon&#8221; oder &#8220;Netzwerk&#8221;, welche auch spezifische Einstellungen ermöglichen &#8211; soweit meine Vermutung ^^</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hertus.ch/wordpress/?feed=rss2&#038;p=201</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TreeSize Linux im Shell</title>
		<link>http://www.hertus.ch/wordpress/?p=189</link>
		<comments>http://www.hertus.ch/wordpress/?p=189#comments</comments>
		<pubDate>Wed, 02 Feb 2011 17:05:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.hertus.ch/wordpress/?p=189</guid>
		<description><![CDATA[Schnell und gut, ein Treesize/Data Usage  in Linux / bzw.  in meinem Test Debian Lenny im shell anzeigen mit &#8220;du&#8221;: du * -s -h *: alle Unterverzeichnisse im aktuellen Verzeichnis -s: nur Summe -h: für humanable read, MB anstatt Bytes ^^]]></description>
			<content:encoded><![CDATA[<p>Schnell und gut, ein Treesize/Data Usage  in Linux / bzw.  in meinem Test Debian Lenny im shell anzeigen mit &#8220;du&#8221;:</p>
<blockquote><p>du * -s -h</p></blockquote>
<ul>
<li>*: alle Unterverzeichnisse im aktuellen Verzeichnis</li>
<li>-s: nur Summe</li>
<li>-h: für humanable read, MB anstatt Bytes ^^</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.hertus.ch/wordpress/?feed=rss2&#038;p=189</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aktuelle DNSBL/RBL &#8211; DNS/Relay Black Lists &#8211; Provider</title>
		<link>http://www.hertus.ch/wordpress/?p=183</link>
		<comments>http://www.hertus.ch/wordpress/?p=183#comments</comments>
		<pubDate>Mon, 08 Nov 2010 21:47:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.hertus.ch/wordpress/?p=183</guid>
		<description><![CDATA[Man sollte immer wieder seine benutzten DNSBL&#8217;s für ein effizientes Anti-Spam System überprüfen. Kleinere Provider können Ihre Dienste oft nicht fortsetzen und man erhält keine Werte mehr bei der Überprüfung. Gewisse Systeme reagieren dann sogar fehlerhaft. Eine aktuelle Liste, Tests und Meldungen zu &#8220;DEAD RBL&#8217;s&#8221; findet man auf http://www.dnsbl.com Momentan verwende ich eine Mischung aus [...]]]></description>
			<content:encoded><![CDATA[<p>Man sollte immer wieder seine benutzten <strong>DNSBL&#8217;s </strong>für ein effizientes Anti-Spam System überprüfen. Kleinere Provider können Ihre Dienste oft nicht fortsetzen und man erhält keine Werte mehr bei der Überprüfung. Gewisse Systeme reagieren dann sogar fehlerhaft.</p>
<p>Eine aktuelle Liste, Tests und Meldungen zu &#8220;DEAD RBL&#8217;s&#8221; findet man auf <a href="http://www.dnsbl.com/">http://www.dnsbl.com<br />
</a>Momentan verwende ich eine Mischung aus folgenden drei aktuell &#8220;lebenden&#8221; RBL Anbietern:</p>
<p><strong>zen.spamhaus.org<br />
bl.spamcop.net<br />
dnsbl.sorbs.net</strong></p>
<p>oder je nach eingesetzter Software, auch deren Hersteller-Listen, z.b. Websense: <strong><span style="font-size: 9pt;">rep.global.surfsrs.com</span></strong>:</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hertus.ch/wordpress/?feed=rss2&#038;p=183</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;OpenVPN-ALS&#8221; aka &#8220;adito&#8221; aka &#8220;SSL-Explorer&#8221; + MSTSC Extension</title>
		<link>http://www.hertus.ch/wordpress/?p=146</link>
		<comments>http://www.hertus.ch/wordpress/?p=146#comments</comments>
		<pubDate>Thu, 22 Oct 2009 08:30:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.hertus.ch/wordpress/?p=146</guid>
		<description><![CDATA[ADITO Wer SSL-Explorer kennt, der weiss, dass dieses OS-Produkt abgelÃ¶st wurde durch adito, welches jetzt neuerdings OpenVPN-ALS heisst (ich nenne ihn einfach ADITO) Zu finden auf: http://sourceforge.net/projects/openvpn-als/files/ Eine gute Installationsanleitung (CentOS) hier: http://blog.verfriemelt.com/index.php/2009/02/installation-von-adito-ssl-explorer-auf-centos-52/ Adito ist nurnoch auf Linux lauffÃ¤hig per Apache und Ant + natÃ¼rlich Java SDK. So hab auch ich mal die neuste Version [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #800000;"><strong>ADITO</strong></span></p>
<p>Wer <strong>SSL-Explorer </strong>kennt, der weiss, dass dieses OS-Produkt abgelÃ¶st wurde durch adito, welches jetzt neuerdings OpenVPN-ALS heisst <img src='http://www.hertus.ch/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (ich nenne ihn einfach ADITO)<br />
Zu finden auf:</p>
<p><a href="http://sourceforge.net/projects/openvpn-als/files/">http://sourceforge.net/projects/openvpn-als/files/</a><br />
Eine gute Installationsanleitung (CentOS) hier:<br />
<a href="http://blog.verfriemelt.com/index.php/2009/02/installation-von-adito-ssl-explorer-auf-centos-52/">http://blog.verfriemelt.com/index.php/2009/02/installation-von-adito-ssl-explorer-auf-centos-52/</a></p>
<p><strong>Adito </strong>ist nurnoch auf Linux lauffÃ¤hig per Apache und Ant + natÃ¼rlich Java SDK.</p>
<p>So hab auch ich mal die neuste Version getestet und gegenÃ¼ber dem alten SSL-Explorer fiel mir gleich die magere Auswahl an extensions auf.<br />
Wichtigstes extension fÃ¼r Windows Server ist natÃ¼rlich ein funktionierendes RDP, und das standardmÃ¤ssig integrierte JavaRDP bietet nunmal keine richtig gute Alternative (no /console, Keybordlayout, Mappings etc. nicht vorhanden).</p>
<p>Zum GlÃ¼ck wurde diese <strong>Microsoft RDP extension</strong> weitergefÃ¼hrt und zur Sicherheit fÃ¼r weitere Installation findet man diese ebenfalls auf hertus.ch</p>
<p style="padding-left: 30px;"><strong>Microsoft RDP extension hier: </strong><a href="http://www.hertus.ch/wordpress/wp-content/uploads/2009/10/adito-application-advancednativerdpwin32.zip">adito-application-advancednativerdpwin32</a></p>
<p>Die normale Version ist gedacht fÃ¼r RDP Clients mit niedrigerer Version als 6.0 und d.h.:<br />
- vor 6.0 (Win2k, XP&lt;=SP2) kann die <strong>0 Session</strong> per <strong>/console</strong> aufgerufen werden<br />
- ab 6.0 ( WinXP SP3 / Vista / 7 &#8230;) kann die<strong> 0 Session</strong> per <strong>/admin</strong> aufgerufen werden<br />
Diese Extension mit RDPsso.exe beherrscht aber nur /console !</p>
<p><span style="color: #800000;"><strong><br />
MSTSC Extension &#8211; by Hert</strong></span></p>
<p>Doch kein Problem!<br />
Ich hab eine Extension mit einer aktuellen mstsc.exe von Windows7 geschrieben &#8211; mit de-DE.MUI, also GERMAN MSTSC.EXE &#8211; Version 6.1.<br />
Mit MSTSC lassen sich keine PasswÃ¶rter mehr mitgeben, was aber nicht weiter schlimm sein sollte. Man kann jetzt &#8220;Admin Session&#8221; auswÃ¤hlen anstatt &#8220;Console Session&#8221; welche den Parameter /admin weitergibt, also nicht fÃ¼r Ã¤ltere Clients geeignet!<br />
Falls weitere Parameter nicht funktionieren sollten, liegt das daran, dass ich vielleicht nicht an alles gedacht habe oder ich ebenfalls nur unter Windows7(x86) getestet habe <img src='http://www.hertus.ch/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p style="padding-left: 30px;"><strong>Hert&#8217;s Microsft RDPÂ  MSTSC v6</strong> <strong>Extension (Vista/Win7) hier:</strong> <a href="http://www.hertus.ch/wordpress/wp-content/uploads/2009/10/adito-application-mstsc.zip">adito-application-mstsc</a><br />
und da Windows XP SP3 auch noch einen anderen Client benutzt<br />
<strong>Hert&#8217;s Microsft RDPÂ  MSTSC v6</strong> <strong>Extension (WinXPSP3) hier:</strong> <a href="http://www.hertus.ch/wordpress/wp-content/uploads/2009/10/adito-application-mstsc_xpsp3.zip">adito-application-mstsc_xpsp3</a></p>
<p>Mit beiden extensions sollten neue und alte Windows Client Systeme mit einem RDP-TunnelÂ  versorgt sein.</p>
<p>Ã¼brigens eine <span style="text-decoration: underline;">saudumme Idee von Microsoft</span> diesen Parameter zu Ã¤ndern *nerv*</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hertus.ch/wordpress/?feed=rss2&#038;p=146</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NDR Codes List (Exchange)</title>
		<link>http://www.hertus.ch/wordpress/?p=163</link>
		<comments>http://www.hertus.ch/wordpress/?p=163#comments</comments>
		<pubDate>Fri, 16 Oct 2009 07:02:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemeines]]></category>

		<guid isPermaLink="false">http://www.hertus.ch/wordpress/?p=163</guid>
		<description><![CDATA[Die NDR (Non-Delivery-Reports) Codes von Exchange Server lassen sich so interpretieren Exchange2003 Exchange2007]]></description>
			<content:encoded><![CDATA[<p>Die NDR  (Non-Delivery-Reports) Codes von Exchange Server lassen sich so interpretieren</p>
<p><a href="http://www.computerperformance.co.uk/exchange2003/exchange2003_NDR.htm" target="_blank">Exchange2003</a></p>
<p><a href="http://www.computerperformance.co.uk/exchange2007/exchange2007_ndr.htm" target="_blank">Exchange2007</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hertus.ch/wordpress/?feed=rss2&#038;p=163</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NT60 &#8211; Windows Vista / 7 Bootloader manuell erstellen</title>
		<link>http://www.hertus.ch/wordpress/?p=143</link>
		<comments>http://www.hertus.ch/wordpress/?p=143#comments</comments>
		<pubDate>Tue, 06 Oct 2009 16:02:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.hertus.ch/wordpress/?p=143</guid>
		<description><![CDATA[Wenn Hopfen und Malz verloren ist, und Windows Vista oder Windows 7 einfach nicht mehr booten mÃ¶chte, da diese man evtl. von einer anderen Harddisk her gesichert hat, ein DualBoot System oder nebenbei an der BCD herumfingert, hilft meisten eine &#8220;Reparaturinstallation&#8221;, wobei letztere Bereichnung seit NT60 ausfÃ¤llt. Eine Reparatur Ã¼ber Windows Vista / 7 DVD [...]]]></description>
			<content:encoded><![CDATA[<p>Wenn Hopfen und Malz verloren ist, und Windows Vista oder Windows 7 einfach nicht mehr booten mÃ¶chte, da diese man evtl. von einer anderen Harddisk her gesichert hat, ein DualBoot System oder nebenbei an der BCD herumfingert, hilft meisten eine &#8220;Reparaturinstallation&#8221;, wobei letztere Bereichnung seit NT60 ausfÃ¤llt.</p>
<p>Eine Reparatur Ã¼ber Windows Vista / 7 DVD zu starten, kann in den meisten FÃ¤llen schon helfen, es werden standardmÃ¤ssig div. Strukturen an Disk und BootLoader geprÃ¼ft.</p>
<p>Manuell lÃ¤sst sich dies bereits in der CMD (wenn man die Recovery Environment, sprich VistaPE auf der Windows DVD, gestartet hat) erledigen:</p>
<ul>
<li>CMD Ã¶ffnen mit SHIFT+F10</li>
<li>bootrec.exe /fixboot</li>
<li>bootrec.exe /fixmbr</li>
</ul>
<p style="text-align: left;">Wie man die Befehle von frÃ¼her aus XP&#8217;s Recoveryconsole her kennt.<br />
Muss aber ein Bootloader komplett neu erstellt werden, hilft diese gefundene Anleitung (Ã¼brigens von den Machern von EasyBCD, ein GUI fÃ¼r bcdedit.exe)</p>
<p style="text-align: left;">Alles gefunden auf: <a href="http://neosmart.net/wiki/display/EBCD/Recovering+the+Vista+Bootloader+from+the+DVD">http://neosmart.net/wiki/display/EBCD/Recovering+the+Vista+Bootloader+from+the+DVD</a></p>
<blockquote>
<h3>Step Four: Nuclear Holocaust</h3>
<p>Windows Vista doesn&#8217;t have its share of haters for no reason: when the going gets tough, the tough gets going.</p>
<p>So Windows Vista can&#8217;t even fix itself &#8211; god, that&#8217;s what we love about EasyBCD! If you were in Windows Vista right now, you could have used EasyBCD&#8217;s &#8220;Reset BCD Data&#8221; feature to have EasyBCD actively search for any and all discrepancies in your bootloader, zero out your old BCD data, and re-create it all from scratch. But you&#8217;re not and it&#8217;s no use lamenting what you could be doing with our super-cool app if you can&#8217;t even use it in the first place now, is it? <img src="http://neosmart.net/wiki/images/icons/emoticons/tongue.gif" border="0" alt="" width="20" height="20" align="absmiddle" /></p>
<p>Go ahead and select &#8220;Command Prompt&#8221; yet again from that list. Roll up your sleeves, and prepare to be tortured.</p>
<p>The first order of business is to make sure the MBR and bootsector contain the right references to the Vista bootloader:</p>
<div>
<table border="0">
<colgroup>
<col width="24"></col>
<col></col>
</colgroup>
<tbody>
<tr>
<td valign="top"><img src="http://neosmart.net/wiki/images/icons/emoticons/warning.gif" border="0" alt="" width="16" height="16" align="absmiddle" /></td>
<td>Replace <tt>x:</tt> in the commands below with the letter to your CD drive <em>as detected by the Windows Recovery environment</em></td>
</tr>
</tbody>
</table>
</div>
<div style="border-width: 1px;">
<div>
<pre>bootrec.exe /fixmbr
x:\boot\bootsect.exe /nt60 all /force</pre>
</div>
</div>
<p>Now we get rid of the old BCD registry, and create a new one instead.<br />
<strong>Note:</strong> We&#8217;re assuming that the boot drive is drive C: below. If your computer is configured differently, be sure to use the appropriate drive letter here instead.</p>
<div style="border-width: 1px;">
<div>
<pre>del C:\boot\bcd
bcdedit /createstore c:\boot\bcd.temp
bcdedit.exe /store c:\boot\bcd.temp /create {bootmgr} /d "Windows Boot Manager"
bcdedit.exe /import c:\boot\bcd.temp
bcdedit.exe /set {bootmgr} device partition=C:
bcdedit.exe /timeout 10
del c:\boot\bcd.temp</pre>
</div>
</div>
<p>Now we have a clean, working Vista bootloader. But we need to add a Vista entry to it:</p>
<div style="border-width: 1px;">
<div>
<pre>bcdedit.exe /create /d "Windows Vista" /application osloader</pre>
</div>
</div>
<p>bcdedit.exe should return a message with a GUID for the newly-created entry, something like this:<br />
<tt>The entry <span style="color: red;"><strong>{c0dfc4fa-cb21-11dc-81bf-005056c00008}</strong></span> was successfully created.</tt></p>
<p>You&#8217;ll need to use the value that bcdedit.exe returned <em>for you</em> below, along with the drive letter for the drive that Windows Vista is installed to:</p>
<div style="border-width: 1px;">
<div>
<pre>bcdedit.exe /set {c0dfc4fa-cb21-11dc-81bf-005056c00008} device partition=C:
bcdedit.exe /set {c0dfc4fa-cb21-11dc-81bf-005056c00008} osdevice partition=C:
bcdedit.exe /set {c0dfc4fa-cb21-11dc-81bf-005056c00008} path \Windows\system32\winload.exe
bcdedit.exe /set {c0dfc4fa-cb21-11dc-81bf-005056c00008} systemroot \Windows</pre>
</div>
</div>
<p>And, last of all, tell the Vista bootloader to boot the new entry by default:</p>
<div style="border-width: 1px;">
<div>
<pre>bcdedit.exe /displayorder {c0dfc4fa-cb21-11dc-81bf-005056c00008}
bcdedit.exe /default {c0dfc4fa-cb21-11dc-81bf-005056c00008}</pre>
</div>
</div>
<p>Now the Vista bootloader has been nuked and rebuilt from scratch. If you got this to work, feel free to consider yourself one of the finest graduates of the NeoSmart Technologies Institute of BCD Learning.</p>
<p>At this point, you have a <em>clean</em>, untouched, and (hopefully) fully-working bootloader with one entry for Windows Vista. Go ahead and reboot your PC, get into Windows Vista, and use EasyBCD to further tweak the bootloader to your heart&#8217;s content. We advise backing up the BCD registry immediately with EasyBCD before making any changes.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.hertus.ch/wordpress/?feed=rss2&#038;p=143</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Installation</title>
		<link>http://www.hertus.ch/wordpress/?p=137</link>
		<comments>http://www.hertus.ch/wordpress/?p=137#comments</comments>
		<pubDate>Sun, 02 Aug 2009 13:27:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemeines]]></category>

		<guid isPermaLink="false">http://www.hertus.ch/wordpress/?p=137</guid>
		<description><![CDATA[Firefox auf dem Server installiert. Oder hab ich da etwas falsch verstanden?]]></description>
			<content:encoded><![CDATA[<p>Firefox auf dem Server installiert. Oder hab ich da etwas falsch verstanden?</p>
<p><a class="shutterset_" href="http://www.hertus.ch/wordpress/wp-content/gallery/hertus/firefox_server.jpg"><img class="ngg-singlepic ngg-none" src="http://www.hertus.ch/wordpress/wp-content/gallery/hertus/thumbs/thumbs_firefox_server.jpg" alt="firefox_server" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hertus.ch/wordpress/?feed=rss2&#038;p=137</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>qvPDF</title>
		<link>http://www.hertus.ch/wordpress/?p=134</link>
		<comments>http://www.hertus.ch/wordpress/?p=134#comments</comments>
		<pubDate>Mon, 27 Jul 2009 06:22:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.hertus.ch/wordpress/?p=134</guid>
		<description><![CDATA[FÃ¼r Windows 2008 Terminalserver (x86) wurde ein PDF Programm fÃ¼r alle Benutzer gesucht. Da FreePDF (jetzt aktuell in Version 4.0 erhÃ¤ltlich) standardmÃ¤ssig nicht richtig umzugehen weiss mit Terminalbenutzer und Sessions (trotz Anleitung zu Terminalserver 2003 etc. RedmonEE Treibern&#8230;) , wurde eine andere LÃ¶sung gesucht. Das OpenSource Projekt qvPDF bietet genausoviele Funktionien und ein sehr nÃ¼tzliches [...]]]></description>
			<content:encoded><![CDATA[<p>FÃ¼r Windows 2008 Terminalserver (x86) wurde ein PDF Programm fÃ¼r alle Benutzer gesucht.</p>
<p>Da FreePDF (jetzt aktuell in Version 4.0 erhÃ¤ltlich) standardmÃ¤ssig nicht richtig umzugehen weiss mit Terminalbenutzer und Sessions (trotz Anleitung zu Terminalserver 2003 etc. RedmonEE Treibern&#8230;) , wurde eine andere LÃ¶sung gesucht.</p>
<p>Das OpenSource Projekt <a href="http://sourceforge.net/projects/qvpdf/">qvPDF </a>bietet genausoviele Funktionien und ein sehr nÃ¼tzliches und schlicht gehaltenese BenutzermenÃ¼ zum PDF Dateien per virtuellem Drucker zu erzeugen.</p>
<p>Auf einem Terminalserver 2008 funktoinierte die Installation einwandfrei und es klappt aufÂ  Anhieb mit den Usersessions.</p>
<p>Per &#8220;change user \install&#8221; zum Installationsmodus wechseln, qvPDF draufinstallieren, per &#8220;change user /execute&#8221; in den AusfÃ¼hrungsmodus wechseln und fertig.<br />
Ordnertemps zum PDF erstellen werden entweder im &#8220;All Users&#8221; oder im &#8220;Public&#8221; Ordner von Win2k8 erstellt, jeder Benutzer bekommt sein MenÃ¼ zur Auswahl und kann unabhÃ¤ngig PDF&#8217;s erzeugen.</p>
<p><a href="http://sourceforge.net/projects/qvpdf/">http://sourceforge.net/projects/qvpdf/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hertus.ch/wordpress/?feed=rss2&#038;p=134</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

