Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus
Citrix Certified

Archive for May, 2010

Exchange 2007 – Ahsay restore to a recovery group

Tuesday, May 25th, 2010 Posted in Ahsay, Exchange, Windows | No Comments »

Ahsay have no support for native restore to Exchange recovery group, but here is a workaround of that problems. First create a recovery storagegroup new-storagegroup -LogFolderPath F:\Backup\Restore\Logs -Name ExchangeRestore -SystemFolderPath F:\Backup\Restore\Data -Recovery Then create a empty database new-mailboxdatabase -mailboxdatabasetorecover "Mailbox Database" -storagegroup ExchangeRestore -edbfilepath ...

Cisco ASA enable SSH

Thursday, May 20th, 2010 Posted in Cisco, Computer | No Comments »

Follow this quick guide 1) username xxxx password xxxx 2) passwd xxxxx 3) ssh x.x.x.x x.x.x.x {inside/outside} (Example: SSH 130.226.1.2 255.255.255.255 outside, to enable SSH from 130.226.1.2) 4) crypto key generate rsa modulus 2048 5) aaa authentication ssh console LOCAL

Quick pingscan with nmap (ipscan / ip scan)

Thursday, May 20th, 2010 Posted in Debian, Linux | No Comments »

root@ubuntu-server:~# nmap -sP 10.45.1.1-255 Starting Nmap 5.00 ( http://nmap.org ) at 2010-05-20 13:12 CEST Host 10.45.1.1 is up. Host 10.45.1.2 is up (0.0011s latency). MAC Address: 00:19:E0:12:26:1E (Tp-link Technologies Co.) Host 10.45.1.20 is up (0.040s latency). MAC Address: 00:1C:C4:0C:66:5F (Hewlett Packard) Host 10.45.1.30 is up (0.00093s latency). MAC ...

QMAIL + VPOPMAIL (with MySQL accounts) + COURIER-IMAP + Roundcube, QMAIL-SCANNER + CLAM ANTIVIRUS + SPAMASSASSIN

Wednesday, May 19th, 2010 Posted in Debian, Linux | No Comments »

I have get the permission to copy paste this great guide and keep it updated. The Guide will soon come in a updated version on this homepage. Link to the Original is online here: http://www.bowe.id.au/michael/isp/webmail-server.htm INSTALL UCSPI-TCP cd /usr/local/src wget http://cr.yp.to/ucspi-tcp/ucspi-tcp-0.88.tar.gz wget http://www.qmail.org/ucspi-rss.diff tar xzf ucspi-tcp-0.88.tar.gz chown ...

Vmware ESX 3.5 and Dell openmanage

Monday, May 17th, 2010 Posted in Computer, Dell, Linux, Windows | No Comments »

First you need to install: http://www.vmware.com/download/download.do?downloadGroup=VI-RCLI-U2 This is a vmware Remote CLI tools. Install it on a windows machine. After you install remember to log out and the log in, else you will get some error about libxml.dll cannot be found. Then download Dell ...