Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

Sunday, January 15, 2012

Simple arithmetic program code in shell programming.


Here is a code in which simple arithmetic operation like-Addition , Subtraction, Multiplication, division and reminder are performed--


read  a
read  b
echo ******************************
echo Addition is= `expr $a + $b`
echo Substraction is= `expr $a - $b`
echo Modulas is= `expr $a % $b`
echo Multiplication is= `expr $a \* $b`
echo divide is= `expr $a / $b`
echo  ******************************

Thursday, October 6, 2011

How to change the ip address in linux


To change the IP address of a network device in linux can use terminal or GUI. here  change by  using the terminal mode with  the help of few commands .
To reach the command terminal follow instructions -

-> Goes to Applications ---> Accessories ---> Terminal.
-> To check the IP address enter command 

Thursday, October 21, 2010

Hello World !


HAPPY BLOGGING !


 

Site Status

Man Behind Technical Today

Hello, I am Navin Bansal. I am a student of MCA in Rajsthan Institute of Engineering and Technology and owner of this blog. I share my view and ideas among people.