Install OpenSSH on Ubuntu

Want Some Way to access your Linux machine , then you definitely need to install OpenSSH

It:

1.Allows you to execute terminal commands from almost any device (Yes Any device)

2.Copy Files to and Fro!

3.Execute your School/Programs directly on your machine rather than your College 😛

(may be your college systems are Hogging or its just that you got a pretty damn fast system)

4.Forget about using the insecure telnet service!, OpenSSh is Secure!!!

Setting Up:

Step1: Install the Server and Client relevant to OpenSSh , Execute the below Command in your terminal

 sudo apt-get install openssh-client openssh-server

 

Step2: Now You need to get your IP Address 
(if you know skip this) also assume you know the 
username of the system using which you log in :D

 ifconfig 

Note: look for the ip address after "inet addr" 
example 123.123.1.1 and username is rahul

Step3: Now download a client (putty/Terminal) to access your system
 ssh host@ipaddress

example : ssh rahul@123.123.1.1
Note: rahul will be the username of the Target system
in which the OpenSSh server is running and its 
corresponding ip address.

Make sure you enter logout in the terminal
 before you close your session
Happy Playing!

Lenovo Wireless Mouse

Lenovo Wireless Mouse

This is the one that is mostly shipped with the All in one PC that the company Offers

Features:

  1. Since its small enough, it fits perfectly in the palm (mostly 😉 )
  2. It comes with a very very tiny Bluetooth Receiver (Runs at a higher frequency!) Continue reading

Include Conio.h In Linux – Traditional C Programs

Want to compile programs Using GCC or CC in you’r Linux Machine?

You might face some compilation errors When you include #include<conio.h>

Like:

fatal error: conio.h: No such file or directory compilation terminated.

Solution:

To get the entire working solution in step wise

Like this page and once done the steps appear

Click here to view solution 

Blender-3D Model Designer – Linux

Blender From Blender.org For Linux is As Usual A Free And Open Source Product

It is indeed the most preferred  application For Rendering 3D Models

Who Should Use?

  • If You are going to Learn, this is the product..don’t jump over to other Products, don’t ever do that,this has got lots of documentation and tutorials to learn whole lot of stuff , Continue reading