Friday, August 31, 2012

How to install Ubuntu / Debian Games : Super Tux


Mario is now Tux. Super Tux is a replica of our good old Super Mario game, except for the "Tux". There is an similar alternative called Secret Maryo Chronicles which you might want to take a look. If you are an Ubuntu user, click here to install Super Tux.
In debian
Open a terminal and type

$ sudo apt-get install supertux

Tuesday, August 28, 2012

How to Select Linux Compatible Wireless Network Cards

How to Select Linux Compatible Wireless netwrok cards


If you are buying a new computer, it is best to select one with a wireless component that is designed for free software like Linux. A card designed for free software gives you improved support. Free software compatible devices also work out of the box.

To determine what wireless card/chipset you have, first determine whether it is a separate device plugged into the computer or not. If it is a separate USB device, open up a terminal and type the following:

$ lsusb

and look for words like "wireless" to find your card type.
For chips that are not USB but included in the computer, type:

$ lspci -v

List of Linux Compatible network adapters available here 

Monday, August 20, 2012

Time saving automation of Ubuntu with cuttlefish

CuttleFish is an Interesting application for ubuntu users , if you want to set a trigger and automate tasks based on the result of a prior action.

Cuttlefish is an app for Ubuntu that allows you to create a series of tasks that can be triggered based on the result of a prior action.

example: you could set up a reflex to deactivate Bluetooth and WiFi when the screen locks; or have Firefox open when you connect to Wifi. You can even set up your wallpaper to change when you plug in a USB device.



How to install Cuttlefish

Open a terminal
 

sudo add-apt-repository ppa:noneed4anick/cuttlefish 
sudo apt-get update  
sudo apt-get install cuttlefish

Friday, August 17, 2012

View 40 different Filetype like 3gp / Avi / Jpeg / pdf / ttf in Ubuntu Linux with Gloobus

By using a Nice utility Gloobus  you can view almost all file type. Gloobus is a free application for GNU / Linux . Gloobus-Preview is an extension for the Gnome Desktop  designed to enable a full screen preview of any kind of file.  It allows instant access to a variety of file types without the need of opening their default application.

You can access the preview mode from several ways, right click on the file you want to preview and choose “Preview” o simply hit the Space key on your keyboard.

Gloobus can currently preview over 40 file formats and its family is still growing:

Images: jpeg / png / icns / bmp / svg / gif / psd / xcf
Documents: pdf / cbr / cbz / doc / xls / odf / ods / odp / ppt
Source: c++ / c# / java / javascript / php / xml / log / sh / python
Audio: mp3 / ogg / midi / 3gp / wav
Video: mpg /avi / ogg / 3gp / mkv / flv
Other: folders / ttf / srt / plain-text


How to Install In Ubuntu 12.04

$ sudo add-apt-repository ppa:gloobus-dev/gloobus-preview
$ sudo apt-get update
$ sudo apt-get install gloobus-preview
$ sudo apt-get upgrade (To upgrade to the patched nautilus)

Finally, restart nautilus

$ nautilus -q
$ nautilus

 

Free eBook - Linux from Scratch


Linux from Scratch describes the process of creating your own Linux system from scratch from an already installed Linux distribution, using nothing but the source code of software that you need.

This 318 page eBook provides readers with the background and instruction to design and build custom Linux systems. This eBook highlights the Linux from Scratch project and the benefits of using this system.

Users can dictate all aspects of their system, including directory layout, script setup, and security. The resulting system will be compiled completely from the source code, and the user will be able to specify where, why, and how programs are installed.

This eBook allows readers to fully customize Linux systems to their own needs and allows users more control over their system.

Click Here

Thursday, August 16, 2012

How to check disk drive for errors and badblocks in Ubuntu / Debian Linux


badblocks is a Free software  to check for bad sectors on a disk drive. It creates a list of these sectors that can be used with other programs, like mkfs, so that they are not used in the future and thus do not cause corruption of data. It is part of the e2fsprogs project.

It will help you to check your drive periodically for bad blocks. It will list out all bad blocks. This list can be fed to fsck to be recorded in the filesystem data structures so that the operating system won’t try to use the bad blocks for storing data. The following example will show how this could be done.

Open a  terminal, type following command:

    $ sudo badblocks -v /dev/hda1 > bad-blocks

The above command will generate the file bad-blocks in the current directory from where you are running this command.

Now, you can pass this file to the fsck command to record these bad blocks

    $ sudo fsck -t ext4 -l bad-blocks /dev/hda1
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 4: Check reference counts.
    Pass 5: Checking group summary information.

    /dev/hda1: ***** FILE SYSTEM WAS MODIFIED *****

    /dev/hda1: 25/360 files, 44/1440 blocks

If you have already  used  badblocks , e2fsck will try to move the block to another place. If the block was really bad, not just marginal, the contents of the file may be corrupted.

Looks at badblocks man pages for more command line options.

Tuesday, August 14, 2012

45 Gram Linux Based Computer Raspberry Pi - Overview

45 Gram Personal Computer Raspberry Pi - Overview

-->

What is Raspberry Pi?
Raspberry Pi is a USD $35.00(Approx.Rs.2500/-) credit card sized single board computer with 256 MB RAM, 2 USB Ports, One HDMI Port, 3.5mm Audio Jack, Composit Video out for Connecting TV as Display Device, SD Card Slot, Ethernet Port and GPIO port for Electronics and Robotics Projects. It’s a capable little PC which can be used for many of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition video. The Raspberry Pi measures 8.5cm x 5.4cm, It weighs 45g.

What Peripherals Are Required for the Raspberry Pi SBC?
  • +5V/700ma cell phone battery charger with micro‐USB cable
  • SD‐Memory Card (2GB minimum) with a Linux OS Image installed
  • USB Keyboard & USB Mouse
  • HDMI cable or RCA Video Cable
  • Display with either an HDMI, DVI, or Composite Video input
  • Ethernet LAN Cable with RJ‐45 Connectors
Supporting Operating Systems

Debian 6 Linux
Arch Linux
Fedora 14 Remix
Android

Monday, August 13, 2012

How to change Ubuntu Look and Feel with Zorin Splash Screen Manager

Zorin Splash Manager  is a simple application help you to  change the  theme  of Ubuntu desktop. The screen shot of the GUI is given below.

It is basically designed for Zorin OS, an Ubuntu based Linux Distribution



How  to install   Zorin Splash Screen Manager
 
Download Package from following Link
Double click on downloaded debian package.

OR  You can use
 $sudo dpkg -i