To turn ReadyBoost on or off
Plug a flash drive or flash memory card into your computer.
In the Autoplay dialog box, under General options, click Speed up my system.
In the Properties dialog...
Friday, 30 November 2012
How to install XRDP in CentOS
Firstly follow below mentioned commands to install prerequisite software
yum install gcc
yum install makeyum install pam-develyum install openssl-develyum install vnc-server
Now, run following command to download and install xrdp
#wget http://ncu.dl.sourceforge.net/sourceforge/xrdp/xrdp-0.4.1.tar.gz
#tar -zxvf xrdp-0.4.1.tar.gz
#cd xrdp-0.4.1
#make
#make...