Sunday, May 13, 2012

Shutter Can't locate Proc/Simple.pm in @INC Troubleshooting

This Post Come from a Troubleshooting of a Shutter Bug on Opensuse Linux.

The Issue Treated here is About the Error Manifested by: "Can't locate Proc/Simple.pm in @INC".

  1. Open a Terminal Window
  2. Check perl is Installed
    which perl
  3. Login as SuperUser
    su
  4. Install the make Package Prerequisite
    zypper install make
  5. Start the CPAN Console
    cpan
  6. Install the Proc::Simple CPAN Module
    > install Proc::Simple
Opensuse Tutorials Contained Here
Joomla Website Development
Opensuse Opensuse, Opensuse Linux, Opensuse Linux

Drupal Website Development

Tuesday, May 8, 2012

Opensuse Howto Locate Files and Directories

The Easiest Way to Locate Files and Directories on Linux is Practiced By Using the locate Command.


But if you have Occasion to Use an Opensuse Linux Distro you Do Not Will Find this Linux Utility Enabled By Default.


This Short Guide Show How-to Enable and Getting Started Finding Files and Directories on OpenSuse Linux.


  1. Open a Terminal Window
  2. Login as SuperUser
    su
  3. Execute this Command to Install the Needed Package
    zypper install findutils-locate
  4. Next you Need to Update the Locate Database
    updatedb
Here Below you Find a Link to the Tutorial About Getting-Started Finding Files and Directories by the locate Command.
Guide to Locate File and Directories:
Joomla Website Development

Oracle Database, Oracle Database, Oracle Database

Drupal Website Development

Opensuse Troubleshooting Shutter 1

This Post is a Troubleshooting of a Shutter Bug on Opensuse.

To Resolve others Shutter's Issues Look further to Other Posts on this Site.

Relax and Take the Time of Reading and Understanding the Instructions Contained Here.

The Issue Treated here is About the Error Manifested by: "Can't locate Sort/Naturally.pm in @INC".

  1. Open a Terminal Window
  2. Check perl is Installed
    which perl
  3. Login as SuperUser
    su
  4. Install the make Package Prerequisite
    zypper install make
  5. Start the CPAN Console
    cpan
  6. Install the Sort::Naturally
    > install Sort::Naturally
Opensuse Tutorials Contained Here:
Joomla Website Development

Opensuse Opensuse, Opensuse Linux, Opensuse Linux

Drupal Website Development

Sunday, March 4, 2012

OpenSuse How to Make Iso Image Copy CD/DVD Media

 

This wOw-Tip is Intended to Exactly describe the Easiest Solution available for:
"How to Make a Copy of a Media in OpenSUSE Linux."

The Same Technique is Valid both for DVD and CD Media...

The little Steps necessary to Achieve this Result are the Following one:

  1. Open a Terminal Window:
  2. You need to be Sure your Media is Not Mouted On...
    To Unmount your Media Execute:
    umount cdrom0
  3. Now you are Ready to Make a Copy of your Media:
    The Right Command contain the Insight of the Device Used...
    • If your CD/DVD is on the First Media Device Execute:
    • dd if=/dev/sr0 of=/tmp/mediaCopy.iso
    • If your CD/DVD is on the Second Media Device Execute:
    • dd if=/dev/sr1 of=/tmp/mediaCopy.iso
  4. Check... this


    Bloogger Blogger, Google Blogger, Google Google


    Others Tuts