Hi ekapco
If you have NLA (Network Level Authorization) enabled on your server, you'll want to use FreeRDP.tcz instead. As far as
I know, none of the other packages in the repo can handle NLA. Create a text file in /home/tc/.X.d containing:
xfreerdp -u Rich -p PASSWORD --plugin cliprdr --plugin rdpdr --data disk:msrb:/home/tc/msrbcusips/templates disk:raw:/home/tc/msrbcusips/buffer -- x.x.x.x &
It doesn't matter what you call the file, the command in it will automatically be executed once the GUI is up.
The x.x.x.x is your IP address. This part deserves some explanation:
--data disk:msrb:/home/tc/msrbcusips/templates disk:raw:/home/tc/msrbcusips/buffer --
It maps two of my local directories to the server so I can access them using Windows Explorer.
/home/tc/msrbcusips/templates will be listed in Windows Explorer as msrb
/home/tc/msrbcusips/buffer will be listed in Windows Explorer as raw
This allows me to drag/drop files inside the server window between the two machines.
As far as installing Tinycore itself, that question belongs under TCB Q&A Forum. First, go to
http://tinycorelinux.net/and read the installation instructions. Then, if you get stuck, ask a specific question.