Friday, May 25, 2012

Debian How-to Enable the Unrar Extraction Support

On Debian Linux 7 and Below the Unrar Support is Not Enabled by Default.

 

This Post Show How-to Enable the Unrar Extraction Support on Debian Linux.

 

The Process is Newbie-Friendly and it Make Use of the Gnome Desktop Add/Remove Software GUI Tool.

Debian Crazy Penguin
  1. Open the Gnome Add/Remove Software Tool Gnome Add/Remove Software Tool
  2. Search Find and Install the unrar Unarchiver Gnome Install unrar Unarchiver
  3. To Enable the Automatic Downloaded Debian Packages Installation.

    2LinK4+ 
    Joomla Website Development
    linux Backup, linux Backup, database backup, database backup


    Drupal Website Development

Thursday, May 24, 2012

Debian How-to Setup Iceweasel for Automatic Installing Downloaded Packages

This Post Show How-to SetUp Iceweasel-Firefox for Automatically Installing the Downloaded Debian Packages.

 

The Process Involve the Installing of a Debian GUI Tool that is Described in another Post which Link you will Find Here Below.

 

The Procedure is Described for a Debian Gnome Desktop but there Exists a Version of gdebi Also for the KDE Desktop...

Debian Crazy Penguin
  1. To Install the Needed gdebi Package look.

    4gdebi--
    Joomla Website Development
    linux Backup, linux Backup, database backup, database backup


    Drupal Website Development
  2. Open Iceweasel >> Edit >> Preferences >> Applications

    Set the Applications Preference to gdebi-gtk for Bot Debian Entries

    Debian Setup Iceweasel for Easy-Installing Downloaded Packages 1 Debian Setup Iceweasel for Easy-Installing Downloaded Packages 2
    After this Setup the Download End will Automatically Start the gdebi Package Manager.

Debian Setup for Easy-Installing Downloaded Packages

This Post Show How-to Activate a Tool for Easy-Installing the Downloaded Debian Packages.

 

The Debian GUI Installing Tool is Installed by the Package: gdebi.

 

This Installing Procedure is Newbie-Friendly and May help to Easy-Switching from Windows to Debian.

 

The Steps are Visually Described by Screenshots to Make the Process Clearer to Perceive.

 

The Procedure has been Execute on a Gnome Desktop but the Process is Easily Transposable to KDE.

Debian Crazy Penguin
  1. Open Add/Remove Software Gnome Add/Remove Software
  2. Search, Find and Install the gdebi Package Debian Installing the gdebi Easy-Installing Tools
  3. Set-Up Firefox for Directly Installing the Debian Downloaded Packages.

    2Set-Up 
    Joomla Website Development
    linux Backup, linux Backup, database backup, database backup


    Drupal Website Development

Friday, May 4, 2012

How-to Install the Kernel Headers on Debian

This Tutorial Simply Show How-to Get Installed the Kernel Headers on a Debian System.

 

Relax and Take the Time of Reading, Understanding and Executing these Simple Commands on Terminal.

  1. Find the Headers:
    sudo apt-cache search linux-headers-$(uname -r)
    If this command didn't give you any result you need to Setup your Repositories:
    debian debian, debian debian, debian linux, debian linux, debian linux tutorial, debian linux tutorial, debian linux how-to, debian linux how-to debian linux backup, debian linux backup, debian linux software, debian linux software
    How-to Setup Repositories for Debian Squeeze:
    Joomla Website Development
    centos linux, centos linux tutorial, centos linux how-to


    Drupal Website Development
    debian debian, debian debian, debian linux, debian linux, debian linux tutorial, debian linux tutorial, debian linux how-to, debian linux how-to debian linux backup, debian linux backup, debian linux software, debian linux software
    How-to Setup Repositories for Debian Lenny:
    Joomla Website Development
    centos linux, centos linux tutorial, centos linux how-to


    Drupal Website Development
  2. Install Headers:
    sudo apt-get install linux-headers-$(uname -r)

    Before starting to install check than kernel's headers are in the right location:
    ls /usr/src/linux-headers-$(uname -r)
    This should give you an input like this below:
    
    arch  include  Makefile  Module.symvers  scripts
    

Monday, April 23, 2012

Unix How-to Install VMWare Tools on FreeBSD 9

 

Here Below is the Link to Content.
  Unix How-to Install VMWare Tools on FreeBSD 9:
Joomla Website Development
Install VMWare Tools Logo VMWare VMWare, VMWare Tools, VMWare Tools


Drupal Website Development

Wednesday, March 7, 2012

Debian How to Make a Copy of Usb Stick Into Iso Image

This Guide will show you how to Make a Perfect Copy of a Usb Stick Into an Iso Image.

All procedure is Explained ins a Simple Step-by-Step Way.

  1. Open a Terminal Window:
    • Gnome:
      Accessories >> Root Terminal
    • KDE:
      Applications >> System >> Terminal
  2. Access the Devices Holding Directory:
    cd /dev
  3. Your Usb Key will be located Between the sdXN Entries on the Devices Directory.
  4. To Find it you simply Make a 2 Steps Check
    • With your Key Plugged-In Execute:
      ls
      Look at all Entries beginning by sd in the Directory Listing
    • Unplug the Usb Drive and Repeat the Same Command Again
    • Now you will Find Some Missing Entries in the Devices Directory Take Note of the Missing sdX Entries because between them there is the Target!
  5. Plugin the Usb Key Again and Try to Execute
    dd if=/dev/sdXN of=/tmp/usbCopy.iso
    Substitute the X with your First Target Parameter and N with the Number Associated
    I mean, the Target Partition Label is Ending by a Number.
  6. Before to leave Just CCheck... This


    Bloogger Blogger, Google Blogger, Google Google


    Others Tuts

Tuesday, March 6, 2012

Debian Search Files and Directories inside Media and External Drives

When you Need to Find a File that is Located inside a Media or an External Drive on Debian Linux you can Uselessly Try to Search by the File Manager...

After if you Know the Search Techniques on Terminal you can try by the usually Very Efficient locate Command but Again Without luck!

There are a Change to Make on the locate Configuration File that Enable you to Easily Find Files and Directories Inside all Media and External Drives.

Here is the WoWEasy-Guide :)
  1. Open a Terminal Window:
    • Gnome:
      Accessories >> Root Terminal
    • KDE:
      Applications >> System >> Terminal
  2. Edit the /etc/updatedb.conf File
    For Example with the nano Editor:
    sudo nano /etc/updatedb.conf
    If your User is Not in the Sudoers File look: Add User to Sudoers File
    • From the Line Beginning by "PRUNEPATHS"
      Remove
      /media
    • From the Line Beginning by "PRUNEFS"
      Remove
      isoXXXX
    • and Every other File Types you Want locate Will Looking For...
  3. Before to leave Just Check this...


    Bloogger Blogger, Google Blogger, Google Google


    Others Tuts
  4. To Save Changes
    Ctrl+x
  5. To Locate a File or a Directory you Execute this Command in Terminal
    sudo locate yourKeyword
    Whith this Easy-Technique your are Now Able to Looking for Files into Tera-Bytes of External Drives and Media :)

Monday, March 5, 2012

Debian Install Firefox Plugin for Java OpenJdk

To Get Working Firefox in Debian with the OpenJDK Java Release is very Simple...

Carefully Follow these Commands:

  1. Open a Terminal Window:
    • Gnome:
      Accessories >> Root Terminal
    • KDE:
      Applications >> System >> Terminal
  2. Execute this Command:
    sudo apt-get install icetea6-plugin
    If got an Error because your User is Not in the Sudoers File look this:
    Add User to Sudoers File
  3. Before to leave Do Not Forget to Check... this


    Bloogger Blogger, Google Blogger, Google Google


    Others Tuts
  4. Check Java is Working or Firefox:
    Check Java in Firefox

Debian KDE Search Find Install New Packages

 

If you are New on Debian KDE is Not Easy to Find and Install New Packages...

 

To Give You the Ability to Search and Find Easily for New Debian Packages there is a Very Useful Tool: packagesearch

 

To Get Installed the Package Search Tool on KDE you Follow this Guide...
  1. Open a Terminal Session in KDE:
    Applications >> System >> Terminal
  2. Execute this Command:
    sudo apt-get install packagesearch
    If you Got "is not in the sudoers file" follow this other Guide:
    here
  3. To Start Using the Package Search Tool on KDE Go:
    Applications >> System >> Debian Package Search
  4. Once in Packagesearch Start Searching Simply by Tag Inserting inside the Box:
    Search for pattern
  5. Last Do Not Forget to Check... this


    Bloogger Blogger, Google Blogger, Google Google


    Others Tuts

Sunday, March 4, 2012

Debian How to Create Iso Image Copy of CD/DVD Media

 

This wOw-Tip is Intended to Describe the Easiest Solution available for:
"How to Make a Copy of a Media in Debian 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