Tuesday, January 4, 2011

Thiết lập RAID trên Windows Server 2003 - Phần II

Trong phần I tôi giới thiệu với bạn các loại ổ cứng, các loại RAID và cách cấu hình các loại RAID trên Windows Server 2003. Phần II của bài viết tôi sẽ giới thiệu với các bạn cách Troubleshooting khi một ổ cứng vật lý hỏng, và cách thiết lập lại các Volume ở dạng RAID 1 và RAID 5.

1. Giải quyết sự cố liên quan tới RAID 1

Như Phần I của bài viết tôi đã giới thiệu các bạn cách cấu hình hai ổ cứng hoạt động chế độ RAID -1 trong Windows Server 2003. Chẳng hạn sau khi hệ thống thiết lập hoàn thiện một ổ cứng của chúng ta bị hỏng.


Read more...

Wednesday, January 20, 2010

How To Dual-Boot Windows 7 and Ubuntu 9.04

I usually wouldn't write something like this. I mean, everyone know how to do a dual-boot setup right? I thought this setup would be just as simple. I mean I've done dual-boot installs hundreds of times, why would this one be any different?

I don't know about your system, but when I tried to dual-boot my Dell Mini 9 with Windows 7 and Ubuntu 9.04 I had some problems. You see, I always start with the Windows Install first, then install Linux last so Grub can take over as the bootloader. I am sure most of you do too!

That's what I did first. I booted up with my Windows 7 DVD, and deleted all of the old partitions, then I partitioned my drive in half and installed Windows 7. After that, I booted up with Ubuntu, and started to install, and here is where I had the problem. Ubuntu didn't see the Windows 7 partition as an operating system! When the installer got to the disk partitioner, it showed that I had 32GB of free space! That was strange because when I mounted the hard drive from the live CD I could see all of the Windows 7 files. WTF!?!

I'm not sure what it is, but Ubuntu doesn't understand how Windows 7 does it's partitioning even though Windows 7 is using the same NTFS that we have all grown to love. Never fear though, I found a solution that works.

Read more...

Friday, January 8, 2010

VPN-SSTP

I. Giới thiệu
Như chúng ta đã được biết VPN là một giải pháp hỗ trợ truy cập từ xa có chi phí và hiệu quả tốt nhất hiện nay cho một hệ thống mạng doanh nghiệp. Ta có thể triển khai hệ thống VPN để phục vụ các nhu cầu:
- Hỗ trợ truy cập từ xa vào hệ thống mạng nội bộ (VPN Client-to-Gateway)
- Kết nối các hệ thống mạng nằm ở nhiều vị trí địa lý khác nhau (VPN Site-to-Site)


Từ trước đến nay, hệ thống VPN hỗ trợ 2 cơ chế kết nối là:
- Point-to-Point Tunneling Protocol (PPTP)
- Layer Two Tunneling Protocol (L2TP)

Nhưng hiện nay, ngoài 2 cơ chế PPTP và L2TP trên Windows Server 2008 và Windows Vista Service Pack 1 còn hỗ trợ thêm một cơ chế kết nối mới là:
- Secure Socket Tunneling Protocol (SSTP)

Read more...

Monday, October 26, 2009

Cấu hình RAID trên Windows Server 2003 - Phần I

Khi ổ cứng được hoạt động ở chế độ RAID sẽ có nhiều tính năng cao cấp như: RAID 0 tăng tốc độ truy xuất dữ liệu, RAID 1 an toàn cho dữ liệu, RAID 5 vừa tăng tốc độ truy cập dữ liệu và vẫn đảm bảo tốc độ truy xuất dữ liệu. Để triển khai RAID có hai loại Hardware RAID và Software RAID. Hầu hết máy chủ đều sử dụng Hardware RAID do có nhiều tính năng cao cấp. Trong bài viết này tôi sẽ trình bày cách thiết lập Software RAID trên Windows Server 2003 đáp ứng các yêu cầu nâng cao tốc độ và đảm bảo an toàn nhưng chi phí thấp hơn rất nhiều, dựa trên nền tảng các máy chủ cấp thấp.
Trong bài viết sẽ có hai phần:
Phần I. Thiết lập RAID Trên Windows Server 2003.
Phần II. Khắc phục sự cố với các ổ cứng cấu hình RAID 1 và RAID

Read more...

Sunday, September 27, 2009

Cracking WEP Using Backtrack 3


This article will explan how to crack 64bit and 128bit WEP on many WIFI access points and routers using Backtrack, a live linux distribution. Your mileage may very. The basic theory is that we want to connect to an Access Point using WEP Encryption, but we do not know the key. We will attack the wifi router, making it generate packets for our cracking effort, finally cracking the WEP key. I have tested this technique on an IBM Thinkpad x60 and Acer 5672 and the WIFI Chipset in those machines work for sure.

Requirements:

* Backtrack 3 on CD or USB
* Computer with compatible 802.11 wireless card
* Wireless Access point or WIFI Router using WEP encryption

Read more...