분류 전체보기 577

linux firefox custom config ex:Using Firefox to telnet from Orion in Linux

for those of you who run Firefox in linux and would like to be able to click the T to telnet to your nodes, here's the solution I came up with:in firefox: goto about:configadd a new string value. Name the string: network.protocol-handler.app.telnetwith a value of : /usr/local/bin/moz-telnet.shNow write /usr/local/bin/moz-telnet.sh: #!/bin/bash address=`echo $1 | cut -d : -f 2` konsole -e telnet ..

카테고리 없음 2008.01.19