VnTutor

Daily Tips, Tutorials on Ubuntu, Open Source, Programming

Archive for May 31st, 2007

How to look up an IP from a DNS in Ubuntu Linux

Posted by vntutor on May 31, 2007

This is a small tip which shows you how to know an IP address of a given domain name. The commonly used way is command ping. Let’s have a look to how it works.

ping vntutor.blogspot.com

Output:

PING blogspot.l.google.com (72.14.207.191) 56(84) bytes of data.

I can alternatively use another way to do that by using command host as the following

Read more! 

Posted in Tips for myself, Ubuntu | Leave a Comment »

Firefox 2.0.0.4 has been released

Posted by vntutor on May 31, 2007

Security fixes, memory issues, better Vista support and several new languages are new features in Firefox 2.0.0.4 which was released yesterday (May 30, 2007). It is available for downloading and installing.

Posted in Tips for myself, Ubuntu | Leave a Comment »

VMware Workstation 6 has been released

Posted by vntutor on May 31, 2007

VMware Inc today released version 6 of its industry-leading virtualization product VMware Workstation. VMware Workstation runs under a wide range of Linux and Windows versions and allows installation of an even wider range of guest operating systems within virtual machines. Among many possible applications are letting help desk personnel easily keep different Windows versions at hand, testing new software products under a variety of environments, and analyzing malicious software without the risk that it might damage a physical computer. Version 6 adds full support for Windows Vista both as host and guest along with significant feature enhancements from the previous version.

Read more!

Posted in Tips for myself, Ubuntu | Leave a Comment »

Reduce swapping to speed up your Ubuntu Linux

Posted by vntutor on May 31, 2007

Linux uses hard disk space called swap to write information it needs for accessing various temporary programs when system RAM is busy. Writing to hard drive is slower writing to RAM because the hard drive runs 100 times slower than RAM. Therefore, if your computer has much RAM (1G or more) why don’t you tell your kernel about that because this helps your kernel using swap less and RAM more to speed up your system. Now, I will let you know how to reduce the tendency for the kernel to use the swap file.
Step 1: see what is the current value for setting
sudo cat /proc/sys/vm/swappiness
(It should give a number 60 here)

Read more!

Posted in Tips for myself, Ubuntu | Leave a Comment »

Disable IPv6 to speed up your Ubuntu Linux

Posted by vntutor on May 31, 2007

Since most of us don’t use IPV6 networks, this setting can slow down communication throughout our network. Turning this networking feature off will speed up your system.

sudo gedit /etc/modprobe.d/aliases

Read more!

Posted in Tips for myself, Ubuntu | Leave a Comment »

How to install themes for Firefox

Posted by vntutor on May 31, 2007

Mozilla Firefox is one of the best browsers on the market. It is designed to display the text of the page as quickly as possible. Probably, you are using Firefox to read this post. Anyways, if you have not yet installed this browser, you can click on button “Get Firefox with Google toolbar” at the left side to setup freely. This post will show you how to install themes for Firefox.
Ubuntu provides Mozilla Firefox themes such as Human, Tango, Industrial to make it look better integrated with default Ubuntu. To install these themes you run this command in your terminal.

Read more!

Posted in Tips for myself, Ubuntu | Leave a Comment »

Essential hotkeys for using Firefox

Posted by vntutor on May 31, 2007

As you know, using hotkeys in Ubuntu saved more time for you. Today, I will share some other useful hotkeys which I often use daily in Firefox browser. If you have not yet install this browser, you can click on button “Get Firefox with Google toolbar” at the left side to setup freely. Hotkeys listed out below may be applied for Firefox running on Windows and Linux. Read more!

Posted in Tips for myself, Ubuntu | Leave a Comment »