Posts

Facts about Weak Graphics card slows down Personal Computer performance!!!

If you are running 3D animation and other heavy Graphics like most of the newest 3D Online games on your system, most of them depends on the Graphics card. Weak video card will slow down Personal Computer (PC) performance even if you have a strong Central Processing Unit(CPU) or a massive board memory module. Other components may support your system, but the quality of video output is loaded base on the Graphics card ability to handle the technologies. Actually some high-ends video card are more expensive than any other components of your system. If you have a plan to upgrade your Graphics card its may required upgrading of other components of your system such as Central Processing Unit (CPU), memory, hard drive or hard disk as well as power supply depending on the of application and a type of video card you will plan to use. Actually, those components to be upgraded need the precise requirements of power to support for there running.

Fact's about processor

By the book CPU is a brain of a computer that is the common definition of CPU. Some people believe or there knowledge about CPU, it is the thin metal sheet box where found inside the hard disk, mother board and many components of your system. Actually the thin metal box like is only the case who is protecting the inside components of your system and to avoid confusion the CPU term tends to drop also in the market refers to the package that includes all the components inside the case. The real CPU found inside a case that is attach to the mother board of your system. This chips processing billions of transactions per second. This processing of information or ratings that measures a certain number of information per second called the clock speed. If you have a processors of 3.0GHz means three billions of data is being processed per second.

CentOS vs Ubuntu

Ubuntu is more user friendly than CentOS

Operating System - Windows v.s. Linux

Windows  or  Linux .  Well this may surprise you but I am not taking sides.  There is no all encompassing correct answer, the right answer must be tailored to each situation.  A typical Windows installation is expensive but the money you save by getting a free copy of Linux may cost you in labor (and depending on how much of a clue you have, you might spend a lot on aspirin). Now days both operating systems are very stable.  Reboots are to a minimum whenever you add or upgrade, but Windows still requires more reboots in that respect. Both provide very comprehensive security and stability update notification services. The largest difference is migration.  To move from one Windows server to another, you must build the new server and then create each instance or object and then import the data.  With most Linux services, after building the new box you just copy a few config files and the data. If you still have not decided which operating system to g...

MSI Dual Screen Laptop ( Future Laptop)

The Asus Dual Screen Notebook may have been the first one to speak about the concept, but it was the MSI who made the concept a reality. During the CES 2010 in   Las Vegas , the MSI showed off a concept 7-inch mini-laptop and another with two 10-inch screens. The devices both use LCD touch screens, run Microsoft’s Windows 7 OS, is equipped with an Intel Atom Z530 1.6GHz processor and have Intel Menlow microprocessors inside for longer-lasting batteries. These screens can function independently as 2 separate displays as well as a single large display, it could be turned on its side like a book, allowing two-page reading in a more book-like format than single-screen e-readers.   Windows can be moved from one screen to the other with a finger, in this single display mode. When working independently, the lower   panel   can display a virtual keyboard, and the other   panel   can play the role of a screen, just like netbooks. A one-cell   battery   can...

DNS Server - Setting-up for Debian and Ubuntu(Ubuntu 8.04 LTS Ubuntu 10.04 LTS) Screen Shot

Image

DNS Server - Setting-up for Debian and Ubuntu(Ubuntu 8.04 LTS Ubuntu 10.04 LTS)

This is a step by step tutorial on how to install and configure DNS server for your LAN using bind9. The DNS server will provide caching and name resolution as well as reverse name resolution for your local network. In this tutorial, we will use the domain "exx007.com" and this will be the domain of your local network. The domain "debian.lan is not accessible from the internet; its private ip address is "192.168.100.1". Installing bind9 and dns utilities I assume that you already have a working Debian or Ubuntu installation and running Virtual Server's. Lets install the bind9 package and dns utilities from Debian repository. apt-get install bind9 dnsutils (For Linux Desktop Edition Only) Configure your Linux system Add this information to your   /etc/hostname echo "ns1.exx007.com" > /etc/hostname Edit your   /etc/hosts 127.0.0.1       localhost.localdomain   localhost 192.168.100.1   ns1.exx007.com ns1 # The following l...