hat sich einer von euch schonmal mit Ajaxterm (web-based ssh/putty) beschäftigt und kann mir sagen warum, wenn ich die größe in den configs anpasse sich nichts verändert??
Ich bin nach folgender Anleitung vorgegangen:
Code: Alles auswählen
By default the Ajaxterm window size is 80×25. You can increase the window width as follows ,
Edit the file /usr/local/share/ajaxterm/ajaxterm.html
# nano /usr/local/share/ajaxterm/ajaxterm.html
window.onload=function() {
t=ajaxterm.Terminal("term",120,30);
};
Now edit the python script /usr/local/share/ajaxterm/ajaxterm.py
#pico /usr/local/share/ajaxterm/ajaxterm.py
def __init__(self,width=120,height=30):
Vielen Dank schonmal für eure Hilfe!
greetz...