Recent Posts

Knowledge Sharing

Knowledge Sharing

Return To Blog Listing

share knowledge to everyone especially in IT (programming, design, java, php, web, xhtml, css)

Search This Blog's Tags For:

Recent Posts Tagged With 'Linux'

  • Extract zip, tar.gz, tar.bz2

    Posted on Monday June 1st, 2009 at 08:11 in Linux, zip, operating systems, extract, compress

    There are so many ways to extract zip or tar.gz or tar.bz2. You can use GUI or command line. In this tutorial, I would like to show you how to extract compressed files using command line. Extract zip file: unzip file_name.zip Extract tar.gz file: tar...

  • Send Message Over Linux Console

    Posted on Friday May 15th, 2009 at 21:41 in Linux, console, message, command line

    Why do we send message over linux console? We can send message using our favorite messenger. That’s right. But, imagine if you are working in a linux machine using a console and want to talk to another user without moving from your console. To ...

  • Who’s Accessing Your Linux Box?

    Posted on Friday May 15th, 2009 at 21:13 in Linux, console, WHO, command line

    An easy way to view who’s accessing a linux machine is using command named who. $ who dani          pts/0       May 16 08:16 (10.1.12.12) akachan  pts/1        May 16 08:20 (10.1.12.51) dewi         pts/2 ...

  • How to Create Environment Variables in Linux

    Posted on Sunday April 19th, 2009 at 00:39 in Linux, operating systems, environment variables

    This tutorial is still about creating environment variables, just like my last tutorial. But now I create environment variable in Linux, not Windows. To create or edit environment variable in linux is very easy. You may create or edit environment var...