A little something about everything

internet marketing and website development made simple..

Completed site for Final Cut Construction, LLC

Type: Rochester, MN Construction Website

This creation was developed to showcase this builders work with decks, patios, remodeling and more.

Final Cut Construction

6241 Shetland Dr NW
Rochester, MN 55901

Call them at (507) 259-6670 for your construction needs.

 

 

 

 

 

Remote Desktop from Windows 7 to CentOS using Xrdp

Install Xrdp on CentOS 5.4

 

  • yum install make.x86_64
  • yum install gcc.x86_64
  • yum install pam-devel.x86_64
  • yum install openssl-devel.x86_64
  • Download Xrdp
    • xrdp-0.4.1
  • Install Xrdp
    • go to /xrdp directory in terminal
    • make
    • make install
  • Start Service
    • cd /usr/local/xrdp
    • ./xrdp_control.sh start

Install the old version of Microsoft RDP on a windows XP system or just search and copy from any pre SP3 windows xp install these two files and place them in a folder.

  • mstsc.exe
  • mstscax.dll

launch mstsc.exe and connect to your Xrdp server.

Errors installing SQL Server 2008 on Windows Server 2008 RC2, Solution

There seems to be a problem when installing SQL server 2008 on a windows 2008 RC2 platform.  Generally it will get stuck, hangs at "Install_sql_is_Cpu65_Action:Write_NativeImage_64" or another place about 3/4 the way through the install process. In some cases this may be a permissions issue and others media read/write issue.

Best solution for this is to copy the entire contents of the install media directly to the HDD and run the installer directly from the hard drive as the administrator directly from console and not from RDP. This seems to solve the problem in all cases so far.