How to use Standard materials for GATE preparation
22,756 total views, 4 views today
Resource Portal of GATE Overflow
by arjun 3 Comments
Enough for? It is enough to surely get 30-50 marks but that won’t get you even to an NIT unless you have some reservation. If you carefully read the below points you can get higher marks. How to solve? Getting answer to the previous year GATE questions takes you nowhere as in GATE questions RARELY […]
38,678 total views, 2 views today
Go Offline First and foremost, forget about social media for a month. You will instantly notice how longer your day can be without it. This will let you literally maximize your time. Now your task is to use that time properly. Define Your Goals Clarity does really matter. Before committing to certain things take some time […]
13,629 total views
The basis of this is that your ID must be in the list of authorized hosts in the server. So, for password-less login to work, generate your public key, and append it to the authorized_hosts file in the server. To create a public key, from terminal do
1 |
ssh-keygen -t rsa |
To copy to authorized_hosts file do
1 |
cat ~/.ssh/id_rsa.pub | ssh serveruser@server 'cat >> ~/.ssh/authorized_keys' |
[…]
6,305 total views, 2 views today