.gitignore for Xcode

Create a file named: .gitignore and place this in the same folder as the .git folder


# Exclude the build directory
build/*
 
# Exclude temp nibs and swap files
*~.nib
*.swp
 
# Exclude OS X folder attributes
.DS_Store
 
# Exclude user-specific XCode 3 and 4 files
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser
*.xcworkspace
xcuserdata


Allow PPTP traffic through ASA

Insert the following in the configuration:

class-map inspection_default
match default-inspection-traffic
!
policy-map global_policy
class inspection_default
inspect pptp
!
service-policy global_policy global

Extend Cluster Shared Volume (CSV)

This is how you Extend Cluster Shared Volume (CSV)

Extend Cluster Shared Volume

1. Expand the LUN used to CSV
2. Find the CSV owner
3. Login local on the CSV owner node/host, and run diskpart from Command prompt
4. Type “rescan”
5. Type “list volume”
6. Type “select volume [Disk Id of the CSV volume]
7. Type “extend”

To check the size has extended type “list volume” to see that the volume size now has extended.

Microsoft kb:http://support.microsoft.com/kb/304736

Use Smarthost with Exchange 2003

1. Open Exchange System Manager
2. Select [ServerName], click Protocols, and then click SMTP.
3. Right-click the Default SMTP Virtual Server object, and click Properties.


4. Click the Delivery tab

5. Click Advanced

6. Inset the hostname off the smarthost/relay server


Change Outbound Port:
1. Click Outbound connections

2. Change TCP port to 26

 

Change smtp Receive port Exchange 2003

Here is how you change det Listening port on Exchange 2003

Change Receive Port:
1. Open Exchange System Manager
2. Select [ServerName], click Protocols, and then click SMTP.
3. Right-click the Default SMTP Virtual Server object, and click Properties.
4. On the General tab, click the Advanced button, click the Edit button.

5. Change the port number to port 26

Source: http://support.microsoft.com/kb/274842

Ahsay acb seedload

There is no GUI interface in ahsay acb client to make a seedload, but you can easily make the seedload through editing/running a Batch file thats located in:

C:\Program Files\AhsayACB\bin\SeedLoad.bat

open the file in notepad and change the following value:

SET OUTPUT_DIR=C:\Seedload

to where you like to save the seedload.
save the file, and run the file, it will start to make the seedload

Cisco VPN Client for Win 7 and WWAN Devices/Mobile Broadband 3g/4g

Problem with some Mobile Broadband devices eg. Huawei E392 used as Telia for 4g usb modem.

it connect just fine, but you can´t access the iprange through the vpn tunnel, and it look like that no traffic has been transferred through the vpn

Install this fix, and reboot the pc:

win 7 x86:
dneupdate

dneupdate (Mirror)

Win 7 x64:
dneupdate64

dneupdate64 (Mirror)