Blog Archives
Install OpenSSH on Ubuntu
Posted by Godhc
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-serverStep2: 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 inifconfig 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
Posted by Godhc
Lenovo Wireless Mouse
This is the one that is mostly shipped with the All in one PC that the company Offers

Features:
- Since its small enough, it fits perfectly in the palm (mostly
) - It comes with a very very tiny Bluetooth Receiver (Runs at a higher frequency!) Read the rest of this entry →
Battery Applet Ubuntu
Posted by Godhc
Want to have full details about you’r laptop batter?
Yes! Most of us want to have that information…but due to some reasons the pre installed
Power management doesn’t give so much details
here is a small applet that can be added and gives much much more information.
Its Battery Applet
Include Conio.h In Linux – Traditional C Programs
Posted by Godhc
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
Blender-3D Model Designer – Linux
Posted by Godhc
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 , Read the rest of this entry →


