Lets Play with Netstat

Hello Readers !! Today I am here with few commands that you can use in your Ubuntu System to know about Network Related information. The command I can simply say netstat: http://linux.die.net/man/8/netstat Man - page you surely going to need for reference. Just open a terminal with CTRL+ALT+T (If Ubuntu) and then changed to root user with either sudo -i or su  -root Then start now!! How...

What is the Best Open Source OS ?

Hello Readers!! I am back after a long time, again I am here. So today I would like to give you some statistical analysis of which Open Source OS is using by maximum number of users in the world. I will just give you top 5. Ubuntu OpenSUSE Mint Linux Fedora Bodhi CentOS 1. Ubuntu If you are new user to Linux and want to learn something about Linux , I will point you too Ubuntu only. Infact...

Install osTicket in your Ubuntu

Hello Readers!!Today we are going to know how to install & run osTicket , a open source(commercial too) Ticket management tool in your Ubuntu(Linux too).Step 1: Open your terminal and run these below commands one after one.sudo -iaptitude install apache2 php5 libapache2-mod-php5 php5-imapaptitude install mysql-server mysql-client php5-mysqlaptitude install phpmyadminaptitude install unzip php5enmod...

Objective C Programming

Hello Readers!!This week I am giving a start to Objective C Programming language. This a very famous and easy language to learn and the people who have learned this can lead to iPhone application Development and System  Application development too.Actually this project has undertaken by http://www.gnustep.org/ and there we are grabbing the software we need to install from there only .To move...