Linux ssh auto login Get link Facebook X Pinterest Email Other Apps May 23, 2019 As simply as this: ssh-copy-id user@server.name ssh user@server.name And that is it no more password login!!! Read more
VI search and replace command examples Get link Facebook X Pinterest Email Other Apps May 06, 2019 VI search and replace command examples Let us say you would like to find a word called “foo” and replace with “bar”. First hit [Esc] key Type : (colon) followed by %s/foo/bar/ and hit [Enter] key. :%s/foo/bar/ Read more