Archive for the 'Windows' Category
Monday, April 28th, 2008
How to enable dhcp services? First, you need to add component dhcp on the add and remove program. Check on the Dinamic Host Configuration Protocol(DHCP). Make sure you put the cd 2003 server on the cd-rom.
Posted in Networking, Windows | No Comments »
Monday, March 10th, 2008
Taken from Microsoft.com
Performance Tuning for Active Directory
Large Active Directory® environments have a few
special tuning requirements.
Using the /3GB Switch in the Boot.ini file
On server computers, a large quantity of memory is helpful
in reducing disk I/O activity. Use of the /3GB switch gives x86 servers more
user mode virtual space and allows Active Directory to […]
Posted in Windows | No Comments »
Monday, March 10th, 2008
Taken from microsoft.com
General Considerations
It is important to select the right hardware to satisfy the expected file server load, keeping in mind average load, peak load, capacity, growth plans, and response times. Hardware bottlenecks will limit the effectiveness of software tuning.
Consider the following issues when selecting hardware and setting up the operating system.
Posted in Windows | No Comments »
Monday, March 3rd, 2008
User-mode Settings
IIS Registry Settings
The following registry settings are found under this entry:
HKLM\System\CurrentControlSet\Services\Inetinfo\Parameters\
Posted in Windows | No Comments »
Thursday, February 28th, 2008
Performance Tuning for IIS 6.0
Selecting the Right Hardware for Performance
It is important to select the right hardware to satisfy the expected Web load (keeping in mind average load, peak load, capacity, growth plans, and response times). Hardware bottlenecks limit the effectiveness of software tuning. Consider the issues in Table 7 when selecting hardware.
Posted in Windows | No Comments »
Thursday, February 28th, 2008
taken from microsoft.com
Determining the Volume Layout
Whenever possible use separate volumes for each data type. For example, use one volume for the operating system and paging space, and one or more volumes for shared user data, applications, and log files.
Place different data types in separate volumes on different virtual disks. Using separate virtual disks is especially […]
Posted in Windows | No Comments »
Thursday, February 28th, 2008
Performance Tuning for Storage
The storage architecture covers many components in the driver stack as Figure 2 shows. The sections below discuss tuning guidelines for storage workloads.
Choosing Storage
The most important considerations in choosing storage systems are:
• Providing necessary storage space, bandwidth, and latency characteristics for current and future needs.
• […]
Posted in Windows | No Comments »
Thursday, February 28th, 2008
How to Performance Tuning For Networking On Windows 2003 Server.
Taken from Microsoft.com
Performance Tuning for Networking
The network architecture covers many components, interfaces, and protocols; Figure 1 illustrates some of them. The sections below discuss tuning guidelines for some of the components for server workloads.
Figure 1 Network Stack Components
The network architecture is layered, and the […]
Posted in Windows | No Comments »
Monday, December 17th, 2007
How to install microsoft visual C++ on windows?
Insert the Microsoft Visual C++ on the CD-ROM drive. Open the file and find for setup.exe. Click 2x on the setup.exe.
Posted in Windows | No Comments »
Wednesday, December 12th, 2007
How to install visual web developer 2005 express edition?
If you downloading the visual web developer 2005 setup file, click 2x on the setup file or if you’re using CD just click on the setup file. Setup is loading installation components. This may take a minute or two. Please wait.
Posted in Windows | No Comments »
Tuesday, December 11th, 2007
What is domain controller (DC)?
On Windows Server Systems, the domain controller (DC) is the server that responds to security authentication requests (logging in, checking permissions, etc.) within the Windows Server domain.
In Windows NT, the central domain controller was known as the Primary Domain Controller (PDC), of which there could only be one with this role; […]
Posted in Windows | No Comments »
Tuesday, December 11th, 2007
How to install windows 2003 server standard edition?
Step 1
Insert the windows 2003 server standard edition cd into the CD-ROM. Let it boot from the CD. You will see the screen exactly like this.
Posted in Windows | No Comments »
Monday, December 3rd, 2007
Installing Python 2.5.1 on windows platform
Step 1
Download python 2.5.1 windows installer package from python site. Click 2x on the installer package.
Posted in Windows | No Comments »
Monday, December 3rd, 2007
Installing zope 2.10.5 win32 on the windows platform
What is zope? It is an application server object database.
Step 1
Download python zope 2.10.5 win32 from zope site. Click 2x on the installer package.
Posted in Windows | No Comments »
Thursday, November 15th, 2007
Joomla!
Joomla! is a free, open source content management system for publishing content on the world wide web and intranets. Joomla! includes features such as page caching to improve performance, RSS feeds, printable versions of pages, news flashes, blogs, polls, website searching, and language internationalization. Joomla! is licensed under the GPL, and is the result of […]
Posted in Content Management System, Windows | No Comments »
Tuesday, November 13th, 2007
Why use PHPBB?
We have such a lot of forum solution such as V-Bulletin and etc. PHPBB is one the forum solution which is free to use and license by GNU General Public License (GPL). It’s easy to use and to manage the administration forum and etc. Here are the steps to install PHPBB2 on Windows […]
Posted in Windows | No Comments »
Wednesday, November 7th, 2007
Congratulations!
You are now ready to start creating an umbraco website!
As you have experienced, installing all the pre-requisite software (.NET 2.0, IIS, SQL Server, and various supporting tools) can be a time-consuming task. In a production environment, your IT staff or ISP would have performed nearly all these steps for you. From now on everything you […]
Posted in Windows | No Comments »
Wednesday, November 7th, 2007
You will need to edit the web.config file to specify the location and connection string information for your database.
1. Using My Computer or the Windows Explorer, navigate to the folder containing the umbraco web site files.
Note: C:\Inetpub\wwwroot, according to these instructions.
2. Double-click the Web.config file.
Posted in Windows | No Comments »
Wednesday, November 7th, 2007
You will need to set file permissions to allow umbraco to create and update its files.
1. Using My Computer or the Windows Explorer, navigate to the folder containing the umbraco web site files.
Note: C:\Inetpub\wwwroot, according to these instructions.
2. Repeat the following steps for all these folders:
bin
config
css
data
media
umbraco
usercontrols
xslt
python
scripts
1. Right-click on a folder, click Properties.
Posted in Windows | No Comments »
Wednesday, November 7th, 2007
Configure SQL Server 2005 Express for Umbraco 2.1
These some outline of the steps to configure SQL Server 2005 Express for umbraco 2.1.x.
SQL Server 2005 Configuration Manager
Posted in Windows | No Comments »