Archive for the ‘Linux’ Category

kill a process in Ubuntu

Sunday, January 31st, 2010

Use killall to end up frozen application.e.g firefox

Open Terminal and type

killall firefox

How to see all internet connections

Saturday, January 30th, 2010

Open Terminal and type

sudo netstat -atup

Installing Adobe Air in Ubuntu 9.10

Saturday, January 30th, 2010

You need to download  the installer from Adobe’s website first in order to install Simplify Media viewer on Ubuntu.Save the installer into disk.You need to change permission to make it executable by executing below command.

(more…)

Create new user account in Ubuntu from command line

Friday, January 29th, 2010

Useradd command create a new user or update default new user information from command line

To create open Terminal and run

useradd noobgeex

Setup password

passwd noob123

Find out RAM info with Linux command

Friday, January 29th, 2010

Without to open the case of your computer we can find out the type of RAM and its speed in every slots with linux command.Its test on Ubuntu 9.10 and fedora 12.

Open Terminal and type

sudo dmidecode – -type 17