Wednesday, June 20, 2012

Linux Editor with Find/Replace by Regex

If you Search for a Linux Editor with a Good Find/Replace Capability Look Here Below for Insight.   I Googled Around without to Find an Easy Answer to this Request so Now I tell You How-to Do.   The How-to Find Linux Editor with Good Regex is

Monday, May 28, 2012

Error wrong ELF class: ELF CLASS64

This Post Treat the Error Message Containing: "Error wrong ELF class: ELF CLASS64".

 

This Kind of Error is Easily Due to a Discording Architecture of Executable with the Needed Libraries.

Usually this because the Program you are Trying to Execute is 32bit and the Libraries are Compiled for 64bit.

Solution: Find Or Compile the Executable And the Libraries to Be of The Same Architecture.

Tuesday, May 22, 2012

Linux How-to Run a Gui Application As SuperUser

This Post Show How-to Run from Linux Terminal a GUI Application with SuperUser/Root Privileges.   In Fact a GUI Application Require a Different Starting Approach Than a Simple Console Tool. Open a Terminal Window
  1. Open a Terminal Window
  2. Check perl is Installed
    which perl
  3. Login as SuperUser
    su
  4. Start the CPAN Console
    cpan
  5. 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

Friday, May 11, 2012

Fedora not find/missing grub.conf

This Post is a Troubleshooting useful if you Can Not Find the grub.conf file on Fedora. The Problem Depend from the Fact that the grub.conf File in Fedora is Not in the Default Location inside /boot/grub Folder. Try to Look For the grub.conf

Tuesday, May 8, 2012

Linux How-to Find/Look-Up the Application Path

This Simple Post-Guide Tell How-to Find the Application Path on Linux by Command Line. Open a Terminal Window Open a Terminal Window   Unix How-to Install VMWare Tools on FreeBSD 9: Joomla Website Development VMWare VMWare, VMWare Tools, VMWare Tools