Browsing tag

linux

Installing Skype on Fedora 16 64 bit | Installing Skype on Fedora 16 x86_64

Here is the solution to make it work on Fedora 16 64 bit. Download Skype from official website. Switch to root user. [geeksite@geeksite]$ su – Password: Enable sound using the i686 libraries. [root@geeksite]# yum install libv4l.i686 pulseaudio-libs.i686 alsa-plugins-pulseaudio.i686 Install the following binaries too. [root@geeksite]# yum install ld-linux.so.2 libasound.so.2 libXv.so.1 libXss.so.1 libQtDBus.so.4 libQtGui.so.4 Install Skype with […]

How to increase Swap in Linux / CentOS / Redhat / Ubuntu

Hi here we will go to know about the swap file system, and how to increase? First thing, what is swap? Swap is one type of file system (id=82), which is used as the virtual ram for the system, it provide the extra memory resource to system when it required. In windows it’s called pagefile.sys, […]