Mar
01
2010
0

Open a shared calendar in Exchange 2007 webaccess

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&module=calendar to the url of Exchange 2007 webaccess.

https://webmail.domain.com/owa/name@domain.com/?cmd=contents&module=calendar

This should also work for Inbox, Tasks and Contacts:

/?cmd=contents&module=inbox
/?cmd=contents&module=tasks
/?cmd=contents&module=contacts

Written by bantenbrink in: Uncategorized |
Feb
18
2010
0

Mobile theme active

www.prodeta.nl is now using a mobile theme, so it should take a lot less time to load the site… Continue reading

Written by bantenbrink in: General |
Jan
14
2010
0

Synology Network Backups to rsync-compatible servers

I wanted an off-site backup destination for my Synology DS109. I decided to use an ‘old’ NSLU2 which I had lying around. I have installed Debian Lenny on a 2GB USB flash disk, this 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 Continue reading

Written by bantenbrink in: Debian, synology | Tags: , , ,
Dec
21
2009
2

Enable SSH for normal users on Synology

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 & Continue reading

Written by bantenbrink in: Linux, synology | Tags: , , ,
Aug
31
2009
0

Debian Lenny on VMware, quick and easy

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 Continue reading

Written by bantenbrink in: Debian, ESX, ESXi, Linux |

Powered by WordPress | Theme: Aeros 2.0 by TheBuckmaker.com