The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 10-15-2004
zazzybob's Avatar
zazzybob zazzybob is offline Forum Advisor  
Registered Geek
  
 

Join Date: Dec 2003
Location: Melbourne, Australia
Posts: 2,100
Not too sure whether it'd work for F-Secure, but you could try putting something like this in your .profile (or other appropriate shell initialisation file) on each host you log in to.

echo "^[]0;`whoami`@`hostname`^G"

Where ^[ is created using Ctrl-V then Esc
and ^G is created using Ctrl-V Ctrl -G

If it works or not depends on your terminal emulator and terminal capabilities.

Cheers
ZB