Pages

Showing posts with label How to connect to Windows 10 using OpenSSH Server. Show all posts
Showing posts with label How to connect to Windows 10 using OpenSSH Server. Show all posts

Wednesday, 24 March 2021

How to connect to Windows 10 using OpenSSH Server

 Step 1:Click on Start and then type App & feature in the search  

Step 2:Click on Optional Features under App & feature

Step 3:Click on OpenSSH Server and install it   

Step 4:Click on Start and under search type Services App

Step 5:Click on OpenSSH Server and change the option from manual to automatic and then click on start   

Step 6:Now run the OpenSSh Server under the cmd prompt as shown by typing the password Thus the Open SSh server is now accessed from it 


Friends-of-friends-Map Reduce program with count

Program to illustrate FOF Map Reduce: import java.io.IOException; import java.util.*; import org.apache.hadoop.conf.Configuration; import or...