Spreadfirefox Affiliate Button
Custom Search

Monday, December 29, 2008

Unrar file on ubuntu

We know generally compressing file method is using .zip or .rar. Now I try to explain how to unrar file which compress uses .rar.

For the first time we have install it in our system.
- sudo apt-get install unrar

After install, go to the folder which contain the .rar file

Type unrar command :
unrar e filename.rar

Done

Sunday, December 28, 2008

Ubuntu 8.10 Intrepid Ibex

Its the new release from ubuntu, Ubuntu 8.10 with code name Intrepid Ibex. Its more better than the 8.04 and more easy to use like Microsoft Family. Come with many tools (entertainment, office, desktop, etc).

With compiz fusion make it performance more pretty at desktop.

Want to try this distro, downloaded at http://www.ubuntu.com/getubuntu/download

Messenger for MSN Networks

aMSN is a free open source MSN Messenger clone, with features such as:

  • Offline Messaging
  • Voice Clips
  • Display pictures
  • Custom emoticons
  • Multi-language support (around 40 languages currently supported)
  • Webcam support
  • Sign in to more than one account at once
  • Full-speed File transfers
  • Group support
  • Normal, and animated emoticons with sounds
  • Chat logs
  • Timestamping
  • Event alarms
  • Conferencing support
  • Tabbed chat window
To install this software could download at http://www.amsn-project.net/
For ubuntu could install by "- sudo apt-get install msn"

Thursday, December 25, 2008

Red Hat Linux 7.2 Bible, Unlimited Edition

Linux was a phenomenon waiting to happen. The computer industry suffered from a rift. In the 1980s and 1990s, people had to choose between inexpensive, market−driven PC operating systems from Microsoft and expensive, technology−driven operating systems such as UNIX. Free software was being created all over the world, but lacked a common platform to rally around. Linux has become that common platform.

Red Hat Linux is the most popular commercial distribution of Linux. Red Hat and other commercial distributions, such as Caldera's OpenLinux, have taken the Linux concept a step further. With Red Hat Linux, users no longer have to download, compile, and check Linux source code to make sure that all the right pieces are put together for Linux to work. Basically, Red Hat has made it possible for Linux to be used by people other than computer geeks.

Red Hat Linux has also made Linux a more viable alternative for corporate users. Many companies have felt insecure about relying on a free operating system to handle their critical data. With Red Hat Linux, they can rely on Red Hat Software, Inc. (http://www.redhat.com/) to provide tested versions of that software and technical support if there are problems.

Ubuntu Mobile & Embedded

Topics
  1. What is a MID
  2. What is Ubuntu Mobile & Embedded
  3. Intel
  4. Community
  5. Resources
Download

Virtualization: Know your options on Ubuntu

Multiple technologies exists to provide a virtual environment:
• Emulation
• Binary translation
• Paravirtualization
• Full Virtualization
• Containment

Multiple points of view need to be examined:
• Host (server)
• Desktop
• Guest

LTS Tutorials: Using Ubuntu in the Enterprise

Using Ubuntu in the Enterprise presentations contain:
‣ Support
‣ Prerequisite Considerations
‣ Network Installation Options
‣ Installing Network Services
‣ Network and Local Security
‣ Automated Installation

Ubuntu Reference Commands

Ebooks which contains commands for setting privileges, display, system references, and many

Sunday, December 21, 2008

Transform Ubuntu In Media Center Using XBMC

Adopted from http://tombuntu.com

This guest article was written by Vivek Kumar from TNerd.com, a blog focused on technology news, tricks and tips and Linux tutorials.

Linux has come a long way in support for multimedia and graphics. Today we will see how to transform Ubuntu 8.10 into a media center platform. You can achieve this using various software like MythTV and Boxee, but we’re going to use XBMC Media Center (formerly XBox Media Center).

Before going into the process of installing and configuring XBMC let’s take a look at what it offers.

XBMC logo

Home Page: http://xbmc.org/

Description: XBMC is an award winning media center application for Linux, Mac OS X, Windows and XBox. The ultimate hub for all your media, XBMC is easy to use, looks slick, and has a large helpful community.

Features of XBMC

  1. a one stop shop for all your multimedia needs: including videos, images and audio
  2. multi-platform, Internationalized, and localized media center
  3. enjoys a large community with over 50 developers and over 100 translators
  4. apart from being a media player, XBMC includes features such as playlist playback, audio visualizations, picture viewing, slideshows, and weather forecast functions, a RSS feed scroller on your home screen, along with community driven third party plugins and addons
  5. easy to install on Ubuntu
  6. a fluid animated interface which makes a perfect compliment to your Compiz Fusion powered desktop
  7. supports album and cover art
  8. a very customizable interface which supports skinning

A complete list of features can be found here.

Installation
Open System->Administration->Software Sources and select the Third Party Software tab. Add the following software source:
deb http://ppa.launchpad.net/team-xbmc-intrepid/ubuntu intrepid main

Close Software Sources and when prompted, choose to reload the repositories.

Install XBMC from the package xbmc (click the link to install), or by running the command below in your terminal:
sudo apt-get install xbmc

Optionally you can also install:

  • additional skins
    sudo apt-get install xbmc-skin-*
  • support for remote controls
    sudo apt-get install xbmc-eventclients-*
  • a scripting example
    sudo apt-get install xbmc-scripts-example

Starting and Running XBMC
All that is left now is to start XBMC. You can start XMBC by going to Applications->Sounds & Video->XBMC Media Center.

XBMC menu

XBMC weather

Here are two tips to get you started:

  • You can navigate XBMC with your mouse or keyboard. To go back to the previous menu, click your right mouse button or press backspace. [update] Commenter Fujiko Fujio posted a link which explains all the mouse and key commands.
  • You can resize the XBMC window, but you’d probably like to switch to fullscreen. Open Settings->Appearance->Screen in XBMC and change the resolution option to the default resolution of your display. Restart XBMC and it will load fullscreen instead of in a window. You can also run XBMC with the -fs option to force it to run fullscreen at any other resolution.

The interface is pretty user friendly, so feel free to explore.

Tuesday, December 16, 2008

LXDREAM - Sega Dreamcast Emulator

Lxdream is an emulator for the Sega Dreamcast system, running on Linux and OS X. While it is still in heavy development (and many features are buggy or unimplemented), it is capable of running most demos and some games.

Monday, December 15, 2008

Virtual CD-ROM

There is an iso file and we want to open it. Its easy in ubuntu, here is the way :

mkdir fakecd
sudo mount cd.iso fakecd -o loop
where cd.iso is your cd image and fakecd the directory where you want your 'virtual cd' be

or

sudo modprobe loop
sudo mount / / -t iso9660 -o loop

http://ubuntuforums.org

Friday, December 12, 2008

Linux Administrator

Buku ini merupakan buku panduan bagi linux administrator dimana buku ini merisi materi tentang :
  1. Network
  2. Menambah/mengurangi aplikasi
  3. Menggunakan Synaptic Manager
  4. Menggunakan Mirror Local repo.ugm.ac.id
  5. Menambah Aplikasi Melalui Synaptic
  6. Mengurangi Aplikasi Melalui Synaptic
  7. Instalasi aplikasi tambahan dengan apt-get (modus teks dari synaptic)
  8. Berbagi file (file sharing)
  9. Berbagi file dengan samba
  10. Berbagi file dengan NFS

gThumb

gThumb is an image viewer written for the GNOME environment. It lets you browse your hard disk, showing you thumbnails of image files. It also lets you view single files (including GIF animations), organize images in catalogs, print images, view slideshows, set your desktop background, and more. gThumb also supports Nautilus thumbnails.

Homepage:
http://gthumb.sourceforge.net/
Tar/GZ:
http://ftp.gnome.org/pub/GNOME/sources/gthumb/2.10/
Tar/BZ2:
http://ftp.gnome.org/pub/GNOME/sources/gthumb/2.10/

For ubuntu :
apt-get install gthumb

Sunday, December 7, 2008

Wine 1.0.10

Wine for Ubuntu, Debian Etch, and Debian-based distributions Debian Linux

Ubuntu and other Debian-based distributions utilize a special tool for managing packages known as APT. APT is able to automagically install all of the needed dependencies for a software package, as well as keep the package up to date, by scanning what are known as APT repositories. Debian-based distributions have their own repositories of software that include Wine, however we keep our own repository of the latest available beta packages here for download.

Warning: These are beta packages

The packages here are beta packages. This means they will periodically suffer from regressions, and as a result an update may break functionality in Wine. If the latest stable release of Wine (currently Wine 1.0.1) works for you, then you may not want to use these beta packages.

Adding the WineHQ APT Repository:

Open the Software Sources menu by going to System->Administration->Software Sources. Then select the Third Party Software tab and click Add.

Administration->Software Sources->Third Party Software" border="0" height="509" width="531">

Then, copy and paste one of the lines below depending on which version you are running.

For Ubuntu Intrepid (8.10):
deb http://wine.budgetdedicated.com/apt intrepid main #WineHQ - Ubuntu 8.10 "Intrepid Ibex"

For Ubuntu Hardy (8.04):
deb http://wine.budgetdedicated.com/apt hardy main #WineHQ - Ubuntu 8.04 "Hardy Heron"

For Debian Etch (4.0):
deb http://wine.budgetdedicated.com/apt etch main #WineHQ - Debian 4.0 "Etch"

Trusting the WineHQ APT Repository and installing Wine:

After adding the repository, you also need to add the key for the repository to your system's list of trusted keys.

Download and save Scott Ritchie's key to your desktop. Then open the Authentication tab, click import key file, and select the key file you just saved (Scott Ritchie.gpg). It is safe to delete this file after doing this step.

Administration->Software Sources->Authentication" border="0" height="509" width="531">

Click close to finish, and then reload the package information. If you have Wine installed, the system's update manager will now inform you of the latest Wine beta release and prompt you to upgrade. If you haven't installed Wine yet, go to Applications->Add/Remove and search for Wine.

Command Line Instructions for Installing Wine:

An alternate method for adding the Wine repositories and installing Wine is through the command line, as follows:

First, open a terminal window (Applications->Accessories->Terminal). On Debian, you will need to open a root terminal. Then add the repository's key to your system's list of trusted APT keys by copy and pasting the following into your terminal:

wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -

Next, add the repository to your system's list of APT sources:

For Ubuntu Intrepid (8.10):
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/winehq.list

For Ubuntu Hardy (8.04):
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list

For Debian Etch (4.0):
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/etch.list -O /etc/apt/sources.list.d/winehq.list

Then update APT's package information by running 'sudo apt-get update'.

If you are using Ubuntu, you can now install Wine by clicking this link. Alternatively, you can install by going to Applications->Add/Remove and searching for Wine.

Upgrading to a new version of Ubuntu

If you are upgrading the entire system, such as going from Ubuntu 8.04 to 8.10, you will need to come back to this page and add the repository for the new version above. The built in update manager will not switch the Wine repository automatically.

Older .deb packages

Since the APT repository can only hold the latest packages, older versions of the packages are available at the WineHQ .deb packages archive.

You can install downloaded packages by double-clicking on them.

PlayOnLinux

It's a tool to help Linux users run Windows games on linux, via the use of wine and supports more than 30 games; anyone can help development (by posting new script which allows games to run).

Install :
Open terminal and type the command
- sudo wget http://deb.mulx.net/playonlinux_hardy.list -O /etc/apt/sources.list.d/playonlinux.list
- wget -q http://deb.mulx.net/pol.gpg -O- | sudo apt-key add -
- sudo apt-get update
- sudo apt-get install playonlinux

For detail see the website on http://www.playonlinux.com/en/download-ubuntu.html
  • , Games

Friday, December 5, 2008

Ubuntu Guide

Ubuntu 8.04 LTS (Hardy Heron)

Ubuntu Hardy Heron, the successor to Gutsy Gibbon was released on the 24th of
April 2008. Please help test and perfect this guide.

This guide was started by Chua Wen Kiat (Kuala Lumpur, Malaysia). It is now being maintained by the Linux Center (http://linux.edu.lv/index.php?newlang=english) of University of Latvia (http://www.lu.lv/eng/) , and everyone else who is willing to contribute.

Tuesday, December 2, 2008

100 Linux Tips and Tricks

This book is copyright by Patrick Lambert. It is provided free of charge in the hope that it will be useful. You may copy, distribute and print this book. You may not modify it without prior written consent from the author.

The tips in this book are given AS-IS. This means that I shall not be responsible for any damage that may occur from their use. You use them at your own risks.

Linux is a trademark of Linus Torvalds
RedHat is a trademark of RedHat Software Inc.
Windows and DOS are trademarks of Microsoft Corp.
Sound Blaster is a trademark of Creative Labs
PostScript is a trademark of Adobe
Other trademarks and copyrights may apply.