0 Members and 2 Guests are viewing this topic.
nano /etc/network/interfaces
# The loopback network interfaceauto lo# The primary network interface# auto eth0# allow-hotplug eth0# iface eth0 inet static# address 192.168.2.150# netmask 255.255.255.0# gateway 192.168.2.1# dns-nameservers 192.168.2.1# The wireless network interfaceauto wlan0iface wlan0 inet static address 192.168.2.150 netmask 255.255.255.0 gateway 192.168.2.1 dns-nameservers 192.168.2.1
# The loopback network interfaceauto lo# The primary network interfaceauto eth0allow-hotplug eth0iface eth0 inet static address 192.168.2.150 netmask 255.255.255.0 gateway 192.168.2.1 dns-nameservers 192.168.2.1
PuTTY's copy and paste works entirely with the mouse. In order to copy text to the clipboard, you just click the left mouse button in the terminal window, and drag to select text. When you let go of the button, the text is automatically copied to the clipboard
QuotePuTTY's copy and paste works entirely with the mouse. In order to copy text to the clipboard, you just click the left mouse button in the terminal window, and drag to select text. When you let go of the button, the text is automatically copied to the clipboardSo you'd just use your left mouse button to drag-select the text you want to copy, then release the left mouse button .. then go to your web browser and paste in the normal way.Does this work ?
Any reason for using PuTTY? Judging by the screen shots, are you not using Peppermint?
ssh root@192.168.2.150
logout
NOPE .. you don't need it.Just open a terminal in Peppermint and run:Code: [Select]ssh root@192.168.2.150