Windows Terminal Server and printing.
Wednesday, June 25th, 2008 Posted in Windows | No Comments »I recommend Thinprint to all Microsoft Windows Terminal Servers users. This be curs it very simple and at the same time one of the best printing tools for terminal server i have seen. In the 2 years we have been running Thinprint ...
Jeg mangler nogle Link venner
Monday, June 23rd, 2008 Posted in kennethdalbjerg.dk | No Comments »Jeg kunne godt bruge nogle flere link venner, jeg mangler især nogen der ligesom mig også skriver noget omkring IT... Lad mig hører fra dig. Du kan skrive til mig på kenneth (at) dalbjerg (dot) nu
Arcserve (Brightstor) Linux behind Windows Arcserve R12
Monday, June 23rd, 2008 Posted in Linux, Windows | No Comments »We have upgraded a Arcserve (Brightstor) R11.5 to version R12. But behind this one there was install some R11.1 Linux agents. We have been told by CA Support that R12 support R11.1 linux clients. That can maybe be true, but ...
Terminal server og Thinprint
Monday, June 23rd, 2008 Posted in Windows | No Comments »Har i nogen sinde oplevet problemet med at personer som skal på terminal server, gerne vil have deres printer med? Hvis ja, så har i sikkert også oplevet problemet med at for printer driver og alt det andet til at fungere. Vi ...
Forces delete a printer in windows.
Saturday, June 21st, 2008 Posted in Computer, Windows | No Comments »I have a problem, where I could not delete a job, and therefore couldn’t delete a printer. The Spool services were using 100% of my CPU. You can delete the jobs manual, by doing this: Browse to Start --> Run --> Type ...
Install SQL Express 2005 quiet and with DISABLENETWORKPROTOCOLS=0
Tuesday, June 17th, 2008 Posted in Computer, MSSQL, Windows | No Comments »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 ...
Hvem linker til mig?
Thursday, June 12th, 2008 Posted in Computer, kennethdalbjerg.dk | No Comments »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 ...
Grep .gz files on linux
Tuesday, June 3rd, 2008 Posted in Linux | No Comments »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' ...
Vmware Server 1.0.5-80187 on Ubuntu 8.04
Monday, June 2nd, 2008 Posted in Computer, Debian, Linux | No Comments »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 ...