dWLkR
Group: Members
Posts: 9
Joined: April 2006 |
|
Posted: April 28 2006,09:11 |
|
Quote (starcannon @ Jan. 26 2006,13:35) | You may use beaver(or text editor of your choice) to edit Code Sample | home/dsl/.xinitrc |
and or Code Sample | opt/bootlocal.sh |
to issue commands and or open programs that you'd like to have happen at boot up. for instance to get rdesktop logged in automatically you could use beaver to add this line to either of the file options listed above:
Code Sample | rdesktop -g 800x600 -a 16 -D -u UserName -p P@55w0rd 192.168.1.100
|
thats a very specific login statement that sizes the screen to 800x600 w/16bit color and automatically logs in someone named "UserName" with the password "P@55w0rd" at an ip adress of 192.168.1.100. be sure at a command prompt to issue this command
Code Sample | dsl@box:~$rdesktop --help
|
for a nice list of commands/switches that you can pass with rdesktop. GL and hope this was of some use.
Rob |
awesome - the same plz for VMware-player and u made my day
|