Blog Archives

Only EDGE data mode on android

Why Would You Want to Get Only EDGE Data Mode On Your Android ? (Probable reasons are listed below)

  1. Because i just want to cut my 3G/4G data usage!
  2. Ive got only EDGE Plan.
  3. I Think Keeping Phone in EDGE Mode will save my battery (well the phone uses Data When it Really REQUIRES!!)

Ah..gimme the procedure man!

Steps:

1.Goto Settings> Wireless and Network > Mobile Network Settings

2.Set the Network Mode To GSM Only

Your Done now you will be in EDGE Mode all the time, if you want to use your 3G then set it to GSM/WCDMA (Auto)

Screenshots: (This is Galaxy Note People! )

image

Read the rest of this entry

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 :P

(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!
Follow

Get every new post delivered to your Inbox.

%d bloggers like this: