ubuntu

A collection of 2 post

How to generate ssh key using putty-tools

How to generate ssh key using putty-tools? Simple, just follow the tutorial bellow. Why it’s better to have a ssh key and just use it? Better security and safer files transfer.   Let’s start: First we need to install putty-tools, on ubuntu you do this by using apt-get command: After you’ve…

How to create a user and give sudo privileges on Ubuntu

Creating user First you need to login as root: If you don’t want to be logged in as root, you need to write before executing that command: Assigning sudo privileges First you need to login as root: Now, our user can use sudo command.