Windows Server Support

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Sunday, 30 June 2013

Increase maximum size pst-files with Outlook 2007

Posted on 07:37 by Unknown
Pst  default Size Information :How do I increase the maximum file size of an UNICODE pst file. The default size is 20 GB but as far as I know there must be a registry value that allows to increase the maximum up to approximately 4TB.



his tip does not apply to pst-files who are in the Outlook 97-2002 format (ANSI formatted pst-files).


Procedure for the Registry settings :

You need to go to the following location in the Registry;
  • Outlook 2003
    HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\PST
  • Outlook 2007
    HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\PST
  • Outlook 2010
    HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\PST
Here you must create and set 2 new DWORD values (note that these values are case sensitive);
  • WarnLargeFileSize
    Don’t set this higher than 4090445042 (decimal) or f3cf3cf2 (hexadecimal)
  • MaxLargeFileSize
    Don’t set this higher than 4294967295 (decimal) or ffffffff (hexadecimal)
The first value is how many MB a user can write to a pst-file. The second value is how many MB the system can write to a pst-file. This difference has to be at least 5% since there is more written to a pst-file than just user data.

Registry Editor - Increase the maximum size of your pst-file via the MaxLargeSize key.
the maximum size of a pst-file has been set to 100GB with a warning at 95GB from the above settings.


Read More
Posted in | No comments

Post installation of Fedora -Linux first steps

Posted on 06:57 by Unknown
Post installation of Fedora -Linux first step to be performed


Open a terminal.
Become superuser by entering 'su' and then the password.
Then,
# cd /var/run/
# ls
Look for the 'yum.pid' file.
# rm -f yum.pid
# ls
Confirm that the 'yum.pid' file has been deleted.
# yum update
This should re-start your update process

Read More
Posted in | No comments

TO UNINSTALL OPENJDK AND INSTALL JDK with Fedora

Posted on 06:52 by Unknown

 PURPOSE: TO UNINSTALL OPENJDK AND INSTALL JDK with Fedora 16 & others

*********** STEP 1 STARTS ***********

  ==:> remove open jdk  <: span="">

1)   to find installed java packages:   rpm -qa | grep java

2)  to uninstall open jdk :   yum remove java-1.6.0-openjdk-1.6.0.0-68.1.11.5.fc16.x86_64


***********STEP 1 ENDS  ***********
   

*********** STEP 2 STARTS ***********

 ==:>  install jdk on fedora  <: span="">

rpm -Uvh /jdk-7u9-linux-x64.rpm

rpm -Uvh /jre-7u9-linux-x64.rpm

## java ##
alternatives --install /usr/bin/java java /usr/java/latest/jre/bin/java 20000
## javaws ##
alternatives --install /usr/bin/javaws javaws /usr/java/latest/jre/bin/javaws 20000
 
## Java Browser (Mozilla) Plugin 64-bit ##
alternatives --install /usr/lib64/mozilla/plugins/libjavaplugin.so libjavaplugin.so.x86_64 /usr/java/latest/jre/lib/amd64/libnpjp2.so 20000
 
## Install javac only if you installed JDK (Java Development Kit) package ##
alternatives --install /usr/bin/javac javac /usr/java/latest/bin/javac 20000
alternatives --install /usr/bin/jar jar /usr/java/latest/bin/jar 20000

alternatives --config java

Enter to keep the current selection[+], or type selection number: 
Note: java with [+] is currently on use

alternatives --config javaws

alternatives --config libjavaplugin.so

alternatives --config libjavaplugin.so.x86_64

alternatives --config javac

*********** STEP 2 STARTS ***********

*********** STEP 3 STARTS ***********
 

 ==:>  set classpath in fedora <: span="">

vi ~/.bash_profile
export JAVA_HOME=/usr/java/jdk1.5.0_07/bin
export PATH=$PATH:/usr/java/jdk1.5.0_07/bin

$ source ~/.bash_profile or  . ~/.bash_profile


 ** * Set JAVA_HOME / PATH for all user

You need to setup global config in /etc/profile OR /etc/bash.bashrc file for all users:
# vi /etc/profile

Next setup PATH / JAVA_PATH variables as follows:

export PATH=$PATH:/usr/java/jdk1.5.0_07/bin
export PATH=$PATH:/usr/java/jdk1.5.0_07/bin

Save and close the file. Once again you need to type the following command to activate the path settings immediately:
# source /etc/profile 
Read More
Posted in | No comments

Posted on 06:43 by Unknown

Install Fonts in Fedora

Procedure for the fonts installation
  1. Log in as root or use su at command line
    $ su
  2. Go to the font storage directory:
    # cd /usr/share/fonts
  3. Create a subdirectory for the Arial fonts:
    # mkdir arial
  4. Copy the Arial fonts into this directory from font sites or windows FONTS folder.
  5. Make the font files accessible systemwide:
    # chmod 0775 -R arial
  6. Run fc-cache to cache the arial fonts on system:
    # fc-cache arial
Verify the fonts folder with the above location, then you can check with the open office for the fonts reflection.
Read More
Posted in | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Installation Guide for MOSS2007
    Installation Guide for MOSS2007 Hardware requirements  Front-end Web server and application server computers: a dual-processor computer wit...
  • linux Specific command wise Decsription
    1.alias Create an alias, aliases allow a string to be substituted for a word when it is used as the first word of a simple command. Syntax: ...
  • Steps for unread mails as read mails in Gmail
    Over a period of time you may have tons of unread emails in your Gmail Inbox, most of these emails may be months or years old and navigating...
  • Network settings for VMWare Fusion
    Network settings for VMWare Fusion Posted October 6th, 2010 by David Gabbe in • Bridged • Fusion • NAT • network • VMWare By default VMWare...
  • Locking your computer--System logoff time
    Locking your computer To help protect your computer, you should log off of it or lock it when you are away. When you log off of your comp...
  • ISA Server 2004 Standard Edition Configuration Guide
    ISA Server 2004 Standard Edition Configuration Guide For the latest information, please see http://www.microsoft.com/isaserver/. Contents Ch...
  • Performing a Windows repair on a Windows XP virtual machine in Fusion
    Performing a Windows repair on a Windows XP virtual machine in Fusion Symptoms You get...
  • To enable calender in user system after removing admin Rights in domain
    Since there is a local security policy on each computer that allows/disallows setting the system time, you should be able to configure a gro...
  • How to reinstall the Smart Card service on Windows XP
    How to reinstall the Smart Card service on Windows XP If you're looking for a way to re-install the smart card service on Windows XP, th...

Blog Archive

  • ▼  2013 (4)
    • ▼  June (4)
      • Increase maximum size pst-files with Outlook 2007
      • Post installation of Fedora -Linux first steps
      • TO UNINSTALL OPENJDK AND INSTALL JDK with Fedora
      • Install Fonts in FedoraProcedure for the fonts ins...
  • ►  2012 (9)
    • ►  July (1)
    • ►  April (2)
    • ►  January (6)
  • ►  2011 (38)
    • ►  November (4)
    • ►  October (4)
    • ►  September (11)
    • ►  August (1)
    • ►  July (1)
    • ►  March (7)
    • ►  January (10)
  • ►  2010 (26)
    • ►  December (1)
    • ►  November (6)
    • ►  September (3)
    • ►  August (10)
    • ►  July (5)
    • ►  May (1)
Powered by Blogger.

About Me

Unknown
View my complete profile