Site search:

How to Install Sample Databases (Northwind and Pubs) in SQL Server 2008 Express

MS SQL Server, Windows No Comments »

The databases, such Northwind and Pubs, are sample databases which are used for testing and developing on SQL Server. They are widely used in many sample source code and referenced by many tutorials. So if you are a developer or want to learn about SQL on SQL Server, these databases are needed to be installed on your development PC.

Read the rest of this entry »

[Solved] Error 29506 when installing Microsoft SQL Server Manament Studio Express on Windows Vista or Windows Seven

MS SQL Server, Windows 2 Comments »

Note: This article is applied on installing Microsoft SQL Server Management Studio Express which is used for manage Microsoft SQL Server 2005 Express only.

Read the rest of this entry »

Backup and Restore database on MySQL using phpMyAdmin

Administration, MySQL No Comments »

MySQL is one of the most popular DBMS and widely used by many websites as back-end database for storing content. And many people use phpMyAdmin to manage their databases on MySQL because of its friendly user interface, perform many tasks easily, etc. But one of the important thing that most people forgot to do is to backup databases. I heard many people have lost their content on websites because they didn’t backup their databases. When some incident happens to the server (for instance, power failure, hard disk broke, malicious attack, etc.), there may be a chance that your data is damaged. So it is wisely to backup your databases regularly and keep it in a secure place.

Read the rest of this entry »

An Issue of APC PowerChute Business and VMWare

Virtualization, VMWare No Comments »

If you try to install the latest version of APC PowerChute Business Edition agent on the computer that has VMWare product installed (VMWare Server, VMWare Workstation), you will receive the following error message similar to this one:
VMWare Server has been detected on this system.
This version of PowerChute Business Edition does not support VMWare Server.

This version of PowerChute Business Edition does not support VMWare Server

Read the rest of this entry »

Enable cURL on XAMPP

Programming, Windows No Comments »

cURL is client-side URL transfer library which allows you to connect and communicate to many different types of servers with many different types of protocols. It supports http, https, ftp, gopher, telnet, dict, file, and ldap protocols.

Read the rest of this entry »

How to setup Apache web server using XAMPP on Windows

General, Windows 1 Comment »

If you are a PHP/MySQL developer or administrator who need to test configuration of Apache web server, you may want to setup local Apache web server to test your developed script or configuration before deploy to production environment. You can manually install and configure Apache, PHP and MySQL on your local computer. But it takes time and requires some skill to configure these applications. If you are looking for an easier solution, you may be interested in this article.

Read the rest of this entry »

How to Create Watermark Action in Photoshop

General 1 Comment »

If you want to protect your photos from copying without giving credit to you, the easiest way is to use watermark on photos by add some text or logo of yours to photos. But normally, you have many photos so watermarking each photo manually won’t be efficient. So what is the best way to add watermark to photos? Record a watermark action is the answered. Once you have recorded an action which do watermark, you can replay it on many images as you want with a single click.

Read the rest of this entry »

How to Install Windows 7 from USB Flash Drive

Windows No Comments »

On this article, you will see how to install Windows 7 from an USB Flash Drive. The benefit of using USB Flash Drive to install Windows 7 are: Read the rest of this entry »

How to Boot from USB Flash Drive on VMWare Workstation

Virtualization, VMWare 5 Comments »

If you are using VMWare Workstation, you will notice that you can’t boot from USB Flash Drive. There isn’t any USB option in BIOS boot menu. But sometimes, you need to boot from USB Flash Drive, such as to test installation of pre-configured system, to boot your favorite operating system which comes in USB edition, etc. At this time, VMWare Workstation 7 isn’t officially support booting from USB Flash Drive yet, but there is a workaround which can help you boot from USB Flash Drive by using Plop Boot Manager.

Read the rest of this entry »

Configure Schedule on ISA Server 2006

ISA, Security 2 Comments »

If you work in a company, you may want to customize time period for users to access the Internet, such as allow access only in business hours on weekdays. On ISA Server 2006, you can configure schedule time on each access rule active or inactive at specific day/hour as you want. For example, you configure schedule time for an access rule which allow user access the Internet only to business hours on weekdays 9:00 – 17:00 (Monday – Friday). Now users can access the Internet only in this scheduled time. Outside the time period, this access rule is inactive.

Read the rest of this entry »

Customize HTML Error Messages on ISA Server 2006

ISA, Security 6 Comments »

By default, ISA Server 2006 includes a set of error messages which can be returned to Web browser clients if there is any error occurs such as host not found (code: 11001), access denied (code: 502), etc. These error messages are too general and not always helpful for users. Here is the example of error message which ISA Server has denied the request.
Default Error Message on ISA Server 2006

Read the rest of this entry »

IP Addressing Fundamentals

Networking 4 Comments »

IP address is a numeric identifier that is assigned to a device for communicate with other devices on a network. IP address consists of four decimal numbers which are separated by dots or decimal points. Hence, we call dotted-decimal notation. For example, 192.168.0.1 is an IP address written in dotted-decimal notation, but the binary version is 11000000 10101000 00000000 00000001 (IP address is stored as binary numbers). You will see how to convert between binary and decimal numbers later.

Read the rest of this entry »

Powered by WordPress | WP Theme & Icons by N.Design Studio

Entries RSS Comments RSS Log in