Archive for the ‘Putty’ tag
Automatic plugin upgrade not working
Easy and simple… open your ssh with putty with this command:
vi /etc/hosts
type”i”
add
72.233.56.138 downloads.wordpress.org
then press escape( Esc ) and then type
:wq
and press enter
How save command after edit with putty?
what command did you use to open it ?
if it’s vi then press escape( Esc ) and then type
:wq
and press enter
if use “pico”
when you want to save changes, do ctrl-x . key “y” & enter. Done.