Archive

Archive for 2008

Delete files older than certain number of days

July 31st, 2008 66 comments

I was recently asked to investigate a problem with a server and the lack of space on a partition. After a quick look using Treesize I noticed a suspicious folder being used by an application for logging purposes.

Read more...

Categories: Windows Server 2003 Tags:

Close Remote Desktop Connection (RDP) session remotely

July 23rd, 2008 No comments

I have a server located in a data centre miles away from where I work. It currently runs Windows 2000 Server. Every now and then when I try to connect to the server I get the following message about the number of Remote Desktop connections being exceeded:

Read more...

Categories: Software Tags: ,

Run Compiled HTML .chm from network share

February 11th, 2008 2 comments

Way back in 2002 Microsoft released a security bulletin regarding what they called a 'vulnerability in HTML Help that Could Allow Remote Code Execution'. The issue is related to help files that many software vendors use in the form of compiled HTML help files that use the .chm file extension.

Read more...

Run .net application from network share

January 21st, 2008 20 comments

I used to work in a Secondary School and whilst I was there I developed an application using VB.net for students to run checks on and upload e-portfolios to a shared resource before submission to the examination board. The application worked fine so I packaged it into an MSI and deployed it. Everything was ok until the e-portfolio criteria was changed. I had to modify the application and redeploy the MSI.

Read more...