What are the different ways to login to a remote server?
Explain the means, advantages and disadvantages?
ssh (secured shell) is a good way to log in a remote server/
computer u need a ssh client for windows system the most
common is PuTTy advantage includes u could just run all
applications as if its running on ur system and hence easy
managing and disadv is what if u leaked ur ssh key and
password
-Abhishek Dilliwal
http://abhishek.x10hosting.com
| Is This Answer Correct ? | 2 Yes | 0 No |
write a program to print [123] [456] [789] note : braces also need to be printed
Does php need a closing tag?
How do you check if an arraylist is empty?
Does php need to be installed?
What is a namespace in php?
What is difference between require_once(), require(), include()?
How to define a user function?
What is different between software and app
Tell me how would you declare a function that receives one parameter name hello?
What is overriding in php?
What is default session time in php?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?