<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Braindumps of an IT Specialist</title>
	<link>http://www.prodeta.nl</link>
	<description>Too many things to remember</description>
	<lastBuildDate>Mon, 01 Mar 2010 14:24:15 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Open a shared calendar in Exchange 2007 webaccess</title>
		<description><![CDATA[By default you need to have full mailbox access to open a co-workers mailbox.
To open a shared calendar to which you have been given rights by your co-worker, do the following:
append /owa/full_email_address_co_worker/?cmd=contents&#38;module=calendar to the url of Exchange 2007 webaccess.
https://webmail.domain.com/owa/name@domain.com/?cmd=contents&#38;module=calendar
This should also work for Inbox, Tasks and Contacts:
/?cmd=contents&#38;module=inbox
/?cmd=contents&#38;module=tasks
/?cmd=contents&#38;module=contacts
source: Microsoft Technet

]]></description>
		<link>http://www.prodeta.nl/?p=158</link>
			</item>
	<item>
		<title>Mobile theme active</title>
		<description><![CDATA[www.prodeta.nl is now using a mobile theme, so it should take a lot less time to load the site
]]></description>
		<link>http://www.prodeta.nl/?p=155</link>
			</item>
	<item>
		<title>Synology Network Backups to rsync-compatible servers</title>
		<description><![CDATA[I wanted an off-site backup destination for my <a href="http://www.synology.com/enu/products/DS109/index.php">Synology DS109</a>. I decided to use an 'old' NSLU2 which I had lying around. I have installed Debian Lenny on a 2GB USB flash disk, <a href="http://www.cyrius.com/debian/nslu2/">this</a> is a good website for installing Debian on a NSLU2, if you want to try it yourself. 
 
The best method for low-bandwith backups (except for the first one) is the use of rsync]]></description>
		<link>http://www.prodeta.nl/?p=105</link>
			</item>
	<item>
		<title>Enable SSH for normal users on Synology</title>
		<description><![CDATA[edit /etc/passwd 
change the line of the users fron /sbin/nologin to /bin/ash 
 
restart ssh daemon: 
cd /usr/syno/etc.defaults/rc.d/ 
./S95sshd.sh restart &]]></description>
		<link>http://www.prodeta.nl/?p=102</link>
			</item>
	<item>
		<title>Debian Lenny on VMware, quick and easy</title>
		<description><![CDATA[Install as "standard system" 
 
Default repositories: 
deb http://ftp.nl.debian.org/debian/ lenny main 
deb-src http://ftp.nl.debian.org/debian/ lenny main 
 
Configure the network as static 
 vi /etc/network/interfaces 
 
remove all and replace with the following: 
 auto eth0 
 iface eth0 inet static 
 address 10.0.0.1 
 netmask 255.0.0.0 
 network 10.0.0.0 
 broadcast 10.255.255.255 
 gateway 10.0.0.254 
 
 
Install ssh server: 
 apt-get install openssh-server 
 
install a better editor]]></description>
		<link>http://www.prodeta.nl/?p=97</link>
			</item>
	<item>
		<title>Synology Mail Station multiple domains, the simple way</title>
		<description><![CDATA[Use VI to edit /usr/syno/mailstation/etc/main.cf 
 
Find the line 
 
mydestination = $myhostname (this will be the domain you entered in the gui) 
 
For additional domains, just add them to this line, ie: 
 
mydestination = $myhostname mydomain1.com mydomain2.com 
 
Note: Every user will receive mail for all domain names, so johndoe@mydomain1.com, johndoe@mydomain2.com, etc]]></description>
		<link>http://www.prodeta.nl/?p=92</link>
			</item>
	<item>
		<title>Clear screen on logoff</title>
		<description><![CDATA[Add 
trap clear 0 
to the top of /etc/profile]]></description>
		<link>http://www.prodeta.nl/?p=87</link>
			</item>
	<item>
		<title>The power of netsh</title>
		<description><![CDATA[Sometimes you want to have a static address, for testing purposes or something else. 
 
I really dislike going through control panel, network connections, etc just to have a static ip address for a simple action which will take me 10 minutes and then changing it back. 
 
Here is how to automate it, I created a batch file which will set a static ip, subnetmask, default gateway and dns]]></description>
		<link>http://www.prodeta.nl/?p=81</link>
			</item>
	<item>
		<title>Use VCBmounter.exe with ntbackup</title>
		<description><![CDATA[With this command you will connect to virtual center and create a file-level mount over the network (no san mode, if you want this (FC or iSCSI) use the option "-m san"). 
 
vcbmounter -h virtualcenter.domain.com -u username -p password -a name:nameofthevm -t file -r c:\mnt\nameofthevm -m nbd 
 
To unmount 
 
vcbmounter -h virtualcenter.domain.com -u username -p password -U c:\mnt\nameofthevm 
 
Although ntbackup is unsupported for use with VCB]]></description>
		<link>http://www.prodeta.nl/?p=71</link>
			</item>
	<item>
		<title>Access stored usernames and passwords</title>
		<description><![CDATA[Click "start" --> "run" 
Type: %windir%\system32\control.exe keymgr.dll]]></description>
		<link>http://www.prodeta.nl/?p=69</link>
			</item>
</channel>
</rss>
