Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts

Friday, February 21, 2014

Change ScureCRT default terminal emulation type


The  SecureCRT  default terminal "Delete" button does not function properly instead it works like backspace key. This is painful when need delete characters after current prompt.In this tutorial shows you how to overcome this problem by changing default terminal. The SecureCRT provides different types of terminals such as Xterm, Linux etc...  

1) open SecureCRT 

then choose Options -> Global Options.

2)Then following sub windows is appeared.

select "Default Session" and click "Edit Default Settings ..."








 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

3) After that second sub window will be appeared as below.


click on "Emulation" and choose "Xterm" from drop down.
then click ok to apply the changes.


























4)Now it is done. restart the SecureCRT and try ..!!

 

 

Thursday, April 18, 2013

Virtualbox file sharing between guest and host OS

Have you ever try to transfer files between VirtualBox guest OS and host OS ?
unfortunately drag and drop file transferring/sharing is not yet implemented on virtaulbox.so we have to look for alternative method.This is what I have done.my both host and guest OS are windows , remember this is possible on Linux environment with different commands.


[1] Run the guest OS


open Virtualbox then select and run guest OS that you need to transfer file.Here I used Windows XP as my guest OS


[2] Install Guest Additions


On the VirtualBox menu click " Devices " --> " Install Guest Additions... " and follow the instruction, If you get warning similar to below Click " continue anyway" to continue the installation and finally reboot guest OS.









virtualbox guestadditions Hardware installation


























[3] Create shared folder


go Machine --> Settings... you will have Virtual machine setting windows
then select  " shared Folders " ,as below



create Shared folder virtualbox



then click folder with "+" sign (right-hand corner ) to create shared folder on host OS as above screenshot.
Then you will have window called "Add share" like below, Choose the Folder Path and give a Folder Name.


virtualbox shared folder






















[4]Transfer file to guest OS


Start the guest OS (I used windows XP as my guest OS) open " Run " and type the below command
please note I used "sharedfiles" as folder Name. look at above screen shoot

\\vboxsvr\sharedfiles



vboxsvr





















once you type click "OK" , then you can open shared folder of the host machine.
If you reboot the guest OS this shared folder may not available therefore change shared folder setting as required

Happy file sharing !

Related Posts