Yearly Archives: 2008

Install SQL Express 2005 quiet and with DISABLENETWORKPROTOCOLS=0

First you need to download SQL Express 2005 setup files, there can be done from microsoft homepage.

Then when you have download the setup files, you need to extract it, it can be done by typing:
SQLEXPR.EXE -x

It then ask you a location to put the extract files.

Then you can run this

SETUP.EXE /qb ADDLOCAL=SQL_Engine,SQL_Data_Files INSTANCENAME=”dalbjerg” SECURITYMODE=SQL SAPWD=”SAPassword” DISABLENETWORKPROTOCOLS=0

This will install the database name dalbjerg, and with sa password SAPassword.

Hvem linker til mig?

Hvis du ligesom mig gå en lille smule op i SEO (Søgemaskine optimering), så er en af de vigtigste ting, link til din hjemmeside.
Uden en masse links til en hjemmeside kan man godt glemme at komme til at ligge bedre på f.eks. Google.

Google, har selvfølgeligt en services, hvor man kan se hvem som linker til en, men af en eller anden grund er den ikke særligt god, den viser kun et meget lille udplug af hvem som rent faktisk linker til en.

Her er Yahoo’s Sitebuilder noget bedre.
Her er et link til de hjemmeside som linker til min hjemmeside, på min nye adresse
Link til min nye adresse

Hvor i mod der stadigt er mange som linke til min gamle hjemmeside
Link til min gamle adresse

Det er blandt også en god grund til at jeg ikke har pillet dalbjerg.nu ud af mit domæne, men bort omformer linket til min nye hjemmeside.

Grep .gz files on linux

I was looking to a method to search a lot of .gz files through. It was some logfiles, you can use zgrep to do this.
Example:
zgrep ‘Search word’ /path/to/yours.gz

So I do this to search a lot of gz files through:
Zgrep ‘130.226.165.XXX’ /var/log/apache2/access*.gz

If you just want to cat a single gz file, you can use zcat.
Zcat /var/log/apache2/access.log.52.gz

Vmware Server 1.0.5-80187 on Ubuntu 8.04

I have some trouble install vmware-mui on my Ubuntu 8.04.

I got it fix, doing this:

ln -s /usr/lib/vmware-mui/lib/libcrypto.so.4 /lib/libcrypto.so.4
ln -s /usr/lib/vmware-mui/lib/libssl.so.4 /lib/libssl.so.4
ln -s /usr/lib/vmware-mui/lib/libcrypto.so.4 /lib/libcrypto.so.4

And after that i edit /etc/init.d/httpd.vmware
And go line 256.

I change so that vmware_exec “Starting httpd.vmware:” vmware_start_httpd is call over 2 lines se above. And also vmware_exec  “Shutting down http.vmware: ” vmware_stop_httpd this i change to 2 lines.

# See how we were called.
case “$1” in
start)
#vmware_exec “Starting httpd.vmware:” vmware_start_httpd
echo “Starting httpd.vmware:”
vmware_start_httpd
;;
stop)
#vmware_exec  “Shutting down http.vmware: ” vmware_stop_httpd
echo “Shutting down http.vmware: ”
vmware_stop_httpd
;;

Nyt domæne kennethdalbjerg.dk

Jeg har købt et nyt domæne kennethdalbjerg.dk, min hjemmeside er herefter lagt herind. Domænet Dalbjerg.nu skal senere bruges til andre ting, men indtil videre vil den dog bare forwarde til kennethdalbjerg.dk.

Derude er mit billedgalleri nu blevet integreret med hjemmesiden. Dog er denne del ikke helt afsluttet. Den opfører sig lidt mærkeligt og er lidt træls nå man sidder og kigger billeder igennem, så skal den ikke hoppe til toppen igen.

Exchange 2007 – Standard / Enterprise

Her er en oversigt over Exchange 2007 Standard / Enterprise, hvad forskellen mellem de 2 er.

Funktioner Standard Enterprise
Storage Group 5 50
Database 5 50
Database Storage Limits 16 TB 16 TB
Single Copy Clusters Not supported Supported
Local Continuous Replication Supported Supported
Cluster Continuous Replication Not supported Supported
Standby Continuous Replication *** Supported Supported

Upgrade a Cisco Catalyst 2950 Switch

First you need to download a new firmware on Cisco homepage to that you need a cisco login.

Then you need a tftp server. Klever’s pumpkin is free.

Then we need to take backup of the cisco switch before upgrading.
Login to enable mode.
wr mem
copy running-config tftp://192.168.0.1/config
copy flash:vlan.dat tftp://192.168.0.1/vlan.dat
copy flash:c2950-i6q4l2-mz.121-22.EA6.bin tftp://192.168.0.1/c2950-i6q4l2-mz.121-22.EA6.bin

Then we need to delete old HTML files.
delete /r /f flash:html
Then we need to get the new software on the Cisco router.
archive tar /xtract tftp://192.168.0.1/c2950-i6q4l2-tar.121-22.EA10a.tar flash:

And then you just need to reload the cisco router.
reload