Check this out

Wednesday 23 November 2011

SWIFTNet Browse - Configure Apache for HTTP Proxy software

This is the example how to configure apache proxy software to concentrate the browse HTTPS traffic.

The configuration is based on the Windows Apache HTTP server v2.2.15 software. This example also restricts the hosts which are allowed to use the HTTP proxy to a specified domain. The configuration of Apache is stored in httpd.conf, a configuration file dynamically created during the installation of the Apache Software. Its content varies depending on the underlying system configuration

 

#edited 2011-11-21 by Berry Hamzah


LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_http_module modules/mod_proxy_http.so


#Forward Proxy


AllowCONNECT 80 443 49171   
<IfModule mod_proxy.c>
ProxyRequests On

<Proxy *>
Order deny,allow
Deny from none
Allow from all
</Proxy>
ProxyRemote * http://10.204.4.103:80
NoProxy .swiftnet.sipn.swift.com 10.204.6.123
</IfModule>

#ServerName its-berry.com:80
ServerName 10.204.6.123:80

Tuesday 8 November 2011

Complete procedure to Upgrade IPAD to IOS 5

Then connect your iDevice to your computer and iTunes and then click on the "Check for update" while pressing on the Shift key (in Windows) and select the appropriate IPSW file.

After it has updated, a new activation screen will appear, at which point you need to activate the iOS 5. The rest of the procedure

Read more: http://www.itproportal.com/2011/06/08/how-upgrade-your-iphone-4-or-ipad-2-ios-5-now/#ixzz1auLZWsDY

How to Enable Instant Search on Microsoft Outlook 2010

 

Microsoft Outlook is one of Microsoft office application that’s used to manage your Emails into one application.

image

To Enable Instant search :

Prerequisite :

- You have to install Windows Search service, it might be that Windows Search is turned off. In Control Panel, click Programs, and then under Programs and Features, click Turn Windows features on or off. Select the Windows Search check box.

Note : For Windows 2008 windows search is an optional component in server 2008. You have to enable the file server role to get it.

image

  1. Click the File tab.
  2. Click Options.
  3. Click Search.
  4. Under Search Engine Upgrade, click Upgrade Search.

Sunday 6 November 2011

Accepting job invitation email sample

Dear Mrs xxx

Thank you for offering me the position of Assistant Accountant with its-berry Company. I am pleased to accept this offer and look forward to starting employment with your company on November 2, 2011.

As we discussed my starting salary will be $40 000 and health and life insurance benefits will be provided after 60 days of employment.

Thank you again for giving me this wonderful opportunity. I am eager to join your team and make a positive contribution to the company.

If there is any further information or paperwork you need me to complete, please let me know and I will arrange it as soon as possible.

Sincerely,

Your signature
Typed name

The job acceptance letter should be to the point and positive, and should include the following:

  • thank the employer for the job offer stating the full job title
  • formally accept the job offer
  • discuss the terms and conditions of employment - salary, benefits, work schedule, starting date. This is an opportunity to clarify your employment conditions and prevent any future misunderstandings
  • highlight your appreciation and enthusiasm for this opportunity

Popular Posts