Tagged Questions
2
votes
3answers
923 views
Fix terminal title after SSH remote logging to another machine
right now I am using an one-line perl code to change titles of my terminal bars,
print("\e]0;@ARGV\7");
but every time after I ssh to another remote machine, the title will be modified by the host ...
1
vote
1answer
176 views
How to active tabs on windows by terminal? wmctrl doesn't have option available
I'd like improve a script of mine that uses firefox to perform tasks. I need activate a window and a tab with a specific name. For example, the window name could be Mozilla Firefox and the tab ...
5
votes
1answer
894 views
What is the difference between a Console, Shell, Terminal, Terminal emulator, Terminal multiplexer, and a Window manager?
For example. What is the difference between a default 'interface/console' of FreeBSD/archlinux, vs Terminal, vs Terminal emulator like Xterm, vs Terminal multiplexer like tmux, vs Window manager like ...
3
votes
2answers
760 views
How to refresh a window by terminal? Or how to simulate `F5`?
I would like a way to refresh a specific window by the terminal.
Probably I will need a comand to find the id or the name of the window and a command to refresh it.
It looks like xrefresh cannot do ...
4
votes
2answers
664 views
Terminal and web browser combination
I often use only two applications, terminal and web browser.
I like the tmux application which enables to split a terminal window into more regions. I noticed that I can open lynx in another region ...
