Saturday, 2 March 2013

HOW TO INSTALL NVIDIA DRIVER IN FEDORA 17

http://developer.download.nvidia.com/compute/cuda/4_2/rel/toolkit/docs/online/nvidia_logo.jpg

Looking for NVIDIA driver for Fedora 17 OS?

Here is what can you do to install the correct driver for your Fedora system.

First Step
Before you begin the installation process, it is essential  to check your machine whether have the nVidia Card supported.

lspci |grep -i VGA 

## Example output ## 01:00.0 VGA compatible controller: nVidia Corporation GT315 [GeForce G210] (rev a1)

or

00:02.0 VGA compatible controller: Intel Corporation 2n Generation Core Processor Family Integrated Graphics Controller (rev 09) 
01:00.0 VGA compatible controller: nVidia Corporation GF107 [GeForce GT 650M SDDR3] (rev a1)

Second Step
Change to root user

su -

Third Step
Update to latest kernel (you can skip this step if your system is already in latest kernel)

yum update kernel* selinux-policy*
reboot
 
Fourth Step 
Install RPMFusion Repositories (32-bit/64-bit)
 
yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
 
Fifth Step
Install nvidia driver
 

yum install kmod-nvidia xorg-x11-drv-nvidia-libs

Sixth Step
Disable nouveau drivers from kernel.
 
## Backup old initramfs nouveau image ##
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img
 
## Create new initramfs image ##
dracut /boot/initramfs-$(uname -r).img $(uname -r) 
 

Last Step
If all done. Then
 

reboot

Saturday, 23 February 2013

HOW TO INSTALL NVIDIA DRIVER IN UBUNTU

http://prasopensource.files.wordpress.com/2011/02/ubuntu.pnghttp://developer.download.nvidia.com/compute/cuda/4_2/rel/toolkit/docs/online/nvidia_logo.jpg

Nvidia Corporation regularly release a new update for their product's driver including supporting for popular open source operating system which is the Ubuntu.

The question that usually comes into a new Ubuntu user's mind is how they gonna install it in Ubuntu/Linux environment?

Today we will learn a basic Ubuntu command for installing nvidia graphic driver.

First : Open the Ubuntu Terminal (Ctrl + Alt + T)

Second : Enter following command in the terminal.

sudo apt-add-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install nvidia-current

After all the installing process done successfully, your can restart your system to make the driver runs properly.

Note : After you successfully restart your system, you can check your graphic card driver information using following command.

glxinfo | grep OpenGL

If you having an issue regarding to the Ubuntu system after installing those nvidia driver, please run following commands.

sudo apt-get install linux-headers-3.5.0-17-generic
sudo apt-get remove nvidia-current
sudo apt-get install nvidia-current

Wednesday, 20 February 2013

VIRTUAL SERVER (SERVER MAYA)

The Story

In computer arena, the term virtualization is refer to the process of creating a virtual version of something. The virtualization can be done on the Operating system, machine/hardware, storage devices and even the network resources.

On this page, we will focusing on the hardware virtualization which is currently very popular for the server environment.

Hardware Virtualization


Friday, 14 December 2012

INTRODUCTION TO COMPUTER SERVER (PENGENALAN KEPADA PELAYAN KOMPUTER)

The Initial

In common usage, server is defined as a physical computer which provide one or more services for the computer users in one or more networks. 

Depending to the services provided, a server can be a database server, file server, web server, active directory server, printer server, gaming server and many more.
Dalam penggunaan lazim, server adalah sebuah komputer yang berbentuk secara fizikal yang menjalankan satu atau lebih perkhidmatan kepada pengguna komputer-komputer lain dalam sesuatu rangkaian. 
Bergantung kepada perkhidmatan pengkomputeran yang diberikan, server boleh menjadi database server, file server, web server, active directory server print server, gaming server dan pelbagai jenis perkhidmatan lain.

Usage

The server term was widely used for Information Technology. Theoretically every types of computer's process  which provide resources sharing to one or more process for the client is called a server.

Therefore, it is possible a Personal Computer (PC) or a laptop can be a server. Only the differentiation between the dedicated server and a PC is the characteristics and the specification of the server itself make the server can run the heavier processes, more efficient, and more suited to the business environment. 


Tema server digunakan secara meluas kepada Information Technology. Secara teori segala bentuk proses berkomputer yang memberikan perkongsian sumber kepada satu atau lebih proces untuk client dikenali sabagai server.
Jadi tidak hairanlah sekiranya sebuah Personal Computer (PC) atau Laptop boleh menjadi sebuah server. Cuma yang membezakan dedicated server dengan PC adalah kriteria dan spesifikasi perkakasan server itu sendiri yang membolehkannya menjalankan proses yang lebih berat, lebih cekap dan lebih sesuai dengan persekitaran busines.


Server Hardware


In modern usage, server can be in the form of a virtual computer or a shared virtual hardware from a physical computer which act as a host for the virtual servers.
Dalam penggunaan pada masa kini, server boleh menjadi sebuah komputer yang berbentuk secara virtual atau maya yang berkongsi perkakasan (hardware) dari komputer fizikal yang menjadi rumah atau host bagi virtual server.