Sohail Riaz, Linux and Open Source Blog

MENU
  • About
  • SiteMap
  • Contact
  • Linux
  • Hosting / Servers
  • Programming / Scripting
  • Clusters
  • Rss Feed
  • Google+
  • Skype
  • Linked In
  • You Tube
  • Twitter
  • Facebook
  • Email me
  • cluster

    Node Health Check Script in Cluster

    Node health (hardware/software) is very critical in cluster environment. Whether you run a lot of...

  • ntfs-781-2

    How To Enable NTFS Support in CentOS 6.3

    In this how to I will describe how to enable NTFS support in CentOS 6.3. By default CentOS 6.x...

  • ati_radeon

    How To Install ATI Radeon Drivers in Fedora 18

    In this how to I will describe how to install ATI Radeon Drivers in Fedora 18. Fedora 18 fresh out...

  • fedora-1920

    How To Fix Kernel (3.7.2-201) version.h file in Fedora 18

    I came across an issue while installing ATI Radeon Catalyst drivers on my new Fedora 18...

  • cluster

    Node Health Check Script in Cluster

    Apr 26 | Clusters, Linux, Programming / Scripting | Sohail Riaz | 548 Views | with No Comments

    Node health (hardware/software) is very critical in cluster environment. Whether you run a lot of web servers in load balancer or having compute node in High Performance Computing setup, each node is critical which is been used for any type of work. It has to be healthy to run processes we need to run. This script created to check node health before using as a compute node or any service in load balancer. If all checks run fine then node will be mark good and will available to run in production. Continue Reading

    Read More »
  • ntfs-781-2

    How To Enable NTFS Support in CentOS 6.3

    Jan 20 | Linux | Sohail Riaz | 4497 Views | with 3 Comments

    In this how to I will describe how to enable NTFS support in CentOS 6.3. By default CentOS 6.x doesnt comes with NTFS support to mount NTFS partition either on hard disk or usb drives. Fedora provies EPEL repository for Red Hat Enterprise Linux. EPEL (Extra Packages for Enterprise Linux) is a volunteer-based community effort from the Fedora project to create a repository of high-quality add-on packages that complement the Fedora-based Red Hat Enterprise Linux (RHEL) and its compatible spinoffs, such as CentOS and Scientific Linux. NTFS drivers ntfs-3g is available through EPEL repository. Continue Reading

    Read More »
  • ati_radeon

    How To Install ATI Radeon Drivers in Fedora 18

    Jan 19 | Linux | Sohail Riaz | 5345 Views | with 26 Comments

    In this how to I will describe how to install ATI Radeon Drivers in Fedora 18. Fedora 18 fresh out and ATI latest driver version 13.1 dont support it. I also checked the older version i.e 12.8 and 12.6 but all of them unable to install on Fedora 18. In future they will provide right drivers for Fedora 18 but for now you can install akmod-catalyst beta driver from rpmfusion repository. Continue Reading

    Read More »
  • fedora-1920

    How To Fix Kernel (3.7.2-201) version.h file in Fedora 18

    Jan 19 | Linux | Sohail Riaz | 735 Views | with No Comments

    I came across an issue while installing ATI Radeon Catalyst drivers on my new Fedora 18 installation. It kept failing by saying one of the required tool is missing to proceed further with installation. By looking into log file, I found that it try to access one of my install kernel 3.7.2-201 header file named version.h in /lib/modules/3.7.2-201.fc18.x86_64/build/include/linux/. Its a bug and kernel 3.7.2-201 devel rpm i.e kernel-devel-3.7.2-201.fc18.x86_64 miss installing version.h in /lib/modules/3.7.2-201.fc18.x86_64/build/include/linux/ location. Continue Reading

    Read More »
  • shutter-718

    How To Install Shutter (Screenshot Tool) on Fedora 17

    Jan 12 | Linux | Sohail Riaz | 216 Views | with No Comments

    In this howto I will describe how to install shutter (screenshot tool like snippingtool in windows) on Fedora 17. Shutter is a GTK+ 2.0 screenshot application written in perl. It gives a sophisticated way of capturing screenshot of your desktop or selection of it. The captured screenshot later on can be edited to fit your need. You can crop, add caption, hide something personal using its beautiful GTK based GUI tool and even can capture any website screenshot using url. You just need to install shutter which comes with a heavy list of dependencies and will use up to 47M approximately of your disk space. Continue Reading

    Read More »
  • Free Icon/Symbol from Open Icon Library

    Apr 3 | Linux | Sohail Riaz | 375 Views | with No Comments

    A project Open Icon Library (http://openiconlibrary.sourceforge.net/) will be very useful for the developers / designers to use icon free, modify and redistribute. I found it very helpful to community and some how everybody in this community need icons either they are web designers or application developers.

    A free and open Icon collection. Over 10,000 Unique Icons. Free for anyone to use on you computer, website or any other project. The library is not a theme. Its a centralized source for icons to cover all your needs. The goal is to cover all common apps, operating systems, mimetypes, devices, and country flags. Continue Reading

    Read More »
  • How To Downgrade RPM Package Using YUM

    Apr 1 | Linux | Sohail Riaz | 883 Views | with No Comments

    In this howto I will describe how to Downgrade a RPM Package Using YUM. Yum came with a plugin named yum-allowdowngrade which allow you to downgrade any existing install RPM to older version. This requirement came from one of my client server that it requires to downgrade PHP version from 5.3.8 to 5.2.17. Continue Reading

    Read More »
  • How To Remove i386 RPM Package from x86_64 Install

    Mar 31 | Linux | Sohail Riaz | 454 Views | with No Comments

    In this how to I will describe how to remove any i386 RPM Package from your x86_64 version of install. The operating system can be RHEL, Fedora or CentOS. Sometimes using yum we accidentally or intentionally or as requirement we install i386 rpm package on our x86_64 install of RHEL, Fedora or CentOS. Continue Reading

    Read More »
  • How To Add EPEL Repository on CentOS / RHEL 6.x

    Feb 25 | Linux | Sohail Riaz | 2728 Views | with 2 Comments

    In this How To we are going to add EPEL (Extra Packages for Enterprise Linux) on CentOS / RHEL 6.x. Extra Packages for Enterprise Linux (or EPEL) is a Fedora Special Interest Group that creates, maintains, and manages a high quality set of additional packages for Enterprise Linux, including, but not limited to, Red Hat Enterprise Linux (RHEL),CentOS and Scientific Linux (SL). Continue Reading

    Read More »
  • How To Prevent Package Update Using YUM

    Feb 21 | Linux | Sohail Riaz | 429 Views | with No Comments

    In this howto we will discuss how to prevent any package to be update using yum even its update is available. Sometimes we require to stick with current version of any installed rpm package and does not need to update. But whenever you execute yum command, it will search for available update for the current package install. Even if any package which is part of dependencies of installing rpm package will get update using yum. Continue Reading

    Read More »
1 2 3 … 5 »
  • Latest
  • Popular
  • Random
  • Tags
  • cluster

    Node Health Check Script in Cluster

    Apr 26 | 548 Views | No Comments

    ntfs-781-2

    How To Enable NTFS Support in CentOS 6.3

    Jan 20 | 4497 Views | 3 Comments

    ati_radeon

    How To Install ATI Radeon Drivers in Fedora 18

    Jan 19 | 5345 Views | 26 Comments

    fedora-1920

    How To Fix Kernel (3.7.2-201) version.h file in Fedora 18

    Jan 19 | 735 Views | No Comments

  • How To Install RED5 Server on Centos 5.3

    Aug 16 | 3389 Views | 472 Comments

    How To Bind MAC with IP in SQUID

    May 30 | 1048 Views | 101 Comments

    How To Install FFmpeg, Mplayer, Mencoder, FFmpeg-PHP on CentOS 5.x

    May 21 | 870 Views | 69 Comments

    How To Install Skype on Fedora 13 (64bit)

    Jun 3 | 584 Views | 45 Comments

  • Free Icon/Symbol from Open Icon Library

    Apr 3 | 375 Views | No Comments

    How To Configure Yum Behind Authenticated Proxy Server

    Dec 1 | 2489 Views | 25 Comments

    Anonymous Proxy using SQUID 3

    Nov 15 | 1686 Views | 19 Comments

    fedora-1920

    How To Fix Kernel (3.7.2-201) version.h file in Fedora 18

    Jan 19 | 735 Views | No Comments

  • Add new tag BIND CPanel / WHM DHCP DNS DomainKeys ffmpeg Linux Mod_GeoIP MySQL Postfix Proxy RED5 RPM SQUID SSH WGET YUM

About Me

My name is Sohail Riaz, I am an expert level system administrator and worked in several reputed organization. I am currently holding a Senior Support Engineer post at ARAMCO Oil Company Saudi Arabia. I live with Open Source and have contributed several articles / howto’s and softwares. I have deployed several advance technologies including High Availability Clusters, Load Balancers, High End Web Servers, Cloud Computing and currently High Performance Computing Clusters.

Comments

  • Sohail Riaz says: @Williiam: You can use escape character like back slash before @ symbol like this \@ to avoid this e...

  • Sohail Riaz says: @Matt: Can you assure this by running the command. lspci | grejp -i radeon Regards, Sohail Ri...

  • Sohail Riaz says: @Christopher: Are you sure new-kernel-pkg command works well for you because it will create driver t...

  • Sohail Riaz says: @Fraterneo: You need to remove audit package using following command. rpm -e --force audit then ...

Connect

  • Rss Feed
  • Google+
  • Skype
  • Linked In
  • You Tube
  • Twitter
  • Facebook
  • Email me

Recent Posts

  • cluster

    Apr 26 | 548 Views | No Comments

    Node Health Check Script in Cluster

  • ntfs-781-2

    Jan 20 | 4497 Views | 3 Comments

    How To Enable NTFS Support in CentOS 6.3

  • ati_radeon

    Jan 19 | 5345 Views | 26 Comments

    How To Install ATI Radeon Drivers in Fedora 18

  • fedora-1920

    Jan 19 | 735 Views | No Comments

    How To Fix Kernel (3.7.2-201) version.h file in Fedora 18

© 2013 Sohail Riaz, Linux and Open Source Blog™

Powered by Wordpress. Designed by Themnific™