Tagged Questions
-1
votes
3answers
109 views
Limit find results in SSH
I using a line like this to search for a bunch of files:
find . -name "page.php
The results are hundreds of lines and I can't see it all. (I'm trying to just copy/paste it into excel to analyze ...
1
vote
1answer
200 views
When a command is over half the terminal size it breaks
Whenever I type in a bash command longer than about half the width of the shell window I'm in, the command breaks like it would if I filled the whole screen
3rd command in image - typed a few xs ...
1
vote
1answer
753 views
vnc connection working with PuTTY but not with command line
I am using PuTTY to connect to a distant network to then set up x11vnc and then using ssl/sshvnc as a client.
in the host name for PuTTY I have: ssh.inf.uk
and port: 22
in the ssh tunnel options I ...