Recent Posts
Knowledge Sharing
Return To Blog Listing
share knowledge to everyone especially in IT (programming, design, java, php, web, xhtml, css)
Recent Posts Tagged With 'Linux'
Extract zip, tar.gz, tar.bz2
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
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?
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
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...
