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 'operating systems'
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...
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...
How to Create Environment Variables in Windows
If you are Windows user and need to create environment variables (some programming language need to set environment variables to run well), here is the step by step. Note that this tutorial is based on Windows XP. 1) Right click icon My Computer and ...
How To Install Java in Linux Ubuntu
Java is one of the most popular programming languages. I learned Java a few years ago. I learned it in Windows OS. Now I need to install it in Ubuntu. Here are the steps: 1) You need to update Ubuntu Repository. Type this command: sudo apt-get update...
Multiple Internet Explorer Installation
As we know, Microsoft had released a brand new browser, Internet Explorer 8. This browser can render HTML and CSS much better than IE 6. I admit that Microsoft has so many improvements in IE 8. I hope all users who use IE 6 should upgrade their brows...
