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...