Increase (decrease) new email notification (Outlook)
Wednesday, 08 July 2009 14:31
Question
How can I change my microsoft outlook notification pop-up to display longer (or shorter)?
 
Outlook Web Access (OWA) Compose/Reply issue
Wednesday, 20 May 2009 12:29

A few people reported having this problem when accessing OWA (Outlook Web Access) interface:

  • Unable to compose a new e-mail message
  • Unable to reply to an e-mail message
  • Unable to create a new contact, task, note, journal entry, or appointment
  • Unable to change any configuration in the OWA (Outlook Web Access) options folder

In most cases you may also see a small red "x". This happens on the newer Internet Explorer browsers (IE7 and IE8) and the reason is that Internet Explorer does not allow the ActiveX component to run. This is the solution:

 
Killing a zombie process
Tuesday, 19 May 2009 13:52
On unix-based systems, a zombie process or defunct process is a process that has completed execution but still has an entry in the process table. You can read more about it on wikipedia.

# ps aux | awk '{ print " " }' | grep -w Z

 
Tar files over the network
Monday, 04 May 2009 14:29

When transferring large amounts of data, its a good idea to tar/gzip it first. What if there is not enough space on the source system to contain both the original content and the tar/gzipped content?

 
SSH and Authorized keys
Tuesday, 14 April 2009 14:28

This is a short HOWTO on setting up secure shell access without a password

Generating Keys

Protocol version 1 key generation

To create the most simple key, with the default encryption, open up a console, and enter the following command :

[dave@caprice dave]$ ssh-keygen

 
Forward email to smarthost (sendmail)
Wednesday, 01 April 2009 06:54

If you'd like to send emails using sendmail and your ISP's SMTP server (or another smarthost), do the following in sendmail.cf:

 
Change IP address (SBS Server)
Tuesday, 24 March 2009 09:07

When changing the IP address of a server (Windows 2003 Small Business Server)  in the network properties tab does not update the IP address for services such as DNS, WINS, DHCP, etc. In order to properly change the IP, do the following:

 
Start Prev 13 14 15 16 17 18 Next End

Page 18 of 21