DIYers IT Zone

Computing, Hot Gadgets, Tech News, Tips & Tricks, & Personal Talk...

FBReader – e-book reader for Linux desktops

FBReader is an e-book reader. It currently works on the Sharp Zaurus, Siemens Simpad with Opensimpad ROM, Nokia Internet Tablet (Maemo platform), Archos PMA430, Motorola E680i/A780/A1200 smartphones, PepperPad 3, Asus Eee PC,IRex iLiad, UMPC, and desktop computers running Linux, Windows XP/Vista, or FreeBSD. It supports several e-book
formats: epub, plucker, palmdoc, zTXT, HTML, CHM, fb2, TCR (psion text),OEB,OpenReader, RTF, non-DRM’ed Mobipocket, and plain text.

Full Story

More: continued here

March 8, 2010 - 8:03 AM No Comments

Ubuntu 10.04 (Lucid) Alpha 3 Screenshots Gallery (Updated with new wallpaper,theme)

The Ubuntu developers are moving quickly to bring you the absolute latest and greatest software the Open Source community has to offer. The Lucid Lynx Alpha 3 is the third alpha release of Ubuntu 10.04, bringing with it the earliest new features for the next version of Ubuntu.

Full Story

More: continued here

March 8, 2010 - 7:03 AM No Comments

Watch PPStream On Ubuntu 9.10

Since PPStream didnt release client for linux based, thus we can only watch it through totem plugin.

Run below command from terminal to install:

sudo add-apt-repository ppa:portis25/cnav
sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 27F5B2C1B3EAC8D9
sudo apt-get update
sudo apt-get install totem-pps

To run it, open Totem player, then open ppstream online watching page–>http://kan.pps.tv/

Select your movie. click the “Open in client player” link.



Drag it to your Totem Player playlist, and u r done.

In order to play it directly from browser, then u need to install GreaseMonkey add on. Then, install this script.  Once finish, u can directly play through browser.

Via LDCN – 使用 totem-pps 在 Ubuntu 下完美地观看 PPS 电影
February 22, 2010 - 10:10 PM No Comments

TestDrive – Test Drive an Ubuntu ISO in a Virtual Machine

TestDrive is a project that makes it very easy to download and run the latest daily Ubuntu development snapshot in a virtual machine. Actually, it can be configured to download and run any URL-access ISO in a virtual machine.

But the primary goal is to provide a very simple method for allowing non-technical Ubuntu users to test and provide feedback on the current Ubuntu release under development.
Full Story

More: continued here

February 19, 2010 - 3:02 PM No Comments

Create Custom Ubuntu Live-CD With Remastersys in Karmic

Remastersys is a tool that can be used to do 2 things with an existing Klikit or Ubuntu or derivative installation.It can make a full system backup including personal data to a live cd or dvd that you can use anywhere and install. It can make a distributable copy you can share with friends. This will not have any of your personal user data in it.

Full Story

More: continued here

January 20, 2010 - 11:01 AM No Comments

Ubuntu Geek Forum Section Live Now

Ubuntu Geek Forum Section Live Now please register to post your ubuntu related questions

http://www.ubuntugeek.com/forum

More: continued here

January 4, 2010 - 4:01 AM No Comments

How to install qBittorrent v2 in Ubuntu 9.10(Karmic)/9.04(Jaunty)

The qBittorrent project was started in March 2006 to create a lightweight but featureful BitTorrent client that would be multi-platform and very easy to use.qBittorrent v2 is the closest open source (GNU GPL v2 license) equivalent to µtorrent. qBittorrent is based on Qt4 toolkit and libtorrent-rasterbar.

Full Story

More: continued here

December 31, 2009 - 5:12 PM No Comments

Bash script to generate gnome wallpaper stack xml

This quick script that generates an xml which can be consumed by the backgrounds config. This script was created by ozhoo in ubuntuforums http://ubuntuforums.org/showthread.php?t=1344787.

First you need to open wallpaper.sh file

gksudo gedit /usr/bin/wallpaper.sh

Copy and paste the following script

#!/bin/bash
#
# usage:./wallpaper.sh background_dir_1 background_dir_2 background_dir_3
#
# description: simply generate a backgrounds xml that can be consumed by gnome’s background configuration
#
# author: ubuntuforums.org username ‘ozhoo’
#
# note: only looks for .JPG and .jpg files

# output file
FILENAME=backgrounds.xml

# start time
YEAR=2009
MONTH=08
DAY=01
HOUR=00
MINUTE=00
SECOND=00

# time to show background (seconds)
WALLDURATION=900.0

# transition time (seconds)
TRANSDURATION=5.0

# script specifics
DIRS=$*
T1=”echo -e \t”
T2=”echo -e \t\t”

echo “” > “$FILENAME”
${T1}”” >> “$FILENAME”
${T2}”${YEAR}” >> “$FILENAME”
${T2}”${MONTH}” >> “$FILENAME”
${T2}”${DAY}” >> “$FILENAME”
${T2}”${HOUR}” >> “$FILENAME”
${T2}”${MINUTE}” >> “$FILENAME”
${T2}”${SECOND}” >> “$FILENAME”
${T1}”
” >> “$FILENAME”

get_first()
{
for d in $DIRS; do
find “$d”|grep -i .jpg|while read j; do
echo “$j”
break
done
break
done
}

FIRST=”$(get_first)”

${T1}”” >> “$FILENAME”
${T2}”${WALLDURATION}” >> “$FILENAME”
${T2}”${FIRST}” >> “$FILENAME”
${T1}”
” >> “$FILENAME”
${T1}”
” >> “$FILENAME”
${T2}”${TRANSDURATION}” >> “$FILENAME”
${T2}”${FIRST}” >> “$FILENAME”

for d in $DIRS; do
find “$d”|grep -i .jpg|while read j; do
if [ "$j" == "$FIRST" ]; then
continue
else
${T2}”${j}” >> “$FILENAME”
${T1}”” >> “$FILENAME”
${T1}”” >> “$FILENAME”
${T2}”${WALLDURATION}” >> “$FILENAME”
${T2}”${j}” >> “$FILENAME”
${T1}”
” >> “$FILENAME”
${T1}”
” >> “$FILENAME”
${T2}”${TRANSDURATION}” >> “$FILENAME”
${T2}”${j}” >> “$FILENAME”
fi
done
done

${T2}”${FIRST}” >> “$FILENAME”
${T1}”” >> “$FILENAME”
echo “” >> “$FILENAME”

Save and exit the file.

Now you need to give excute permissions for your script

chmod +x wallpaper.sh

Using this script

/usr/bin/wallpaper.sh background_dir_1 background_dir_2 background_dir_3

Note:- This script only looks for .JPG and .jpg files

More: continued here

December 31, 2009 - 4:12 PM No Comments

How to install digiKam 1.0 in ubuntu 9.10 (Karmic)

DigiKam is an advanced digital photo management application for Linux, Windows, and Mac-OSX.The people who inspired digiKam’s design are the photographers like you who want to view, manage, edit, enhance, organize, tag, and share photographs under Linux systems.

You can check digikam new feaures from here

Open terminal and run the following commands

sudo add-apt-repository ppa:philip5/extra

Update the source list

sudo apt-get update

Install digikam 1.0

sudo apt-get install digikam

Screenshot

More: continued here

December 31, 2009 - 4:12 PM No Comments

GDM2 GUI Configuration Tool

This is new GDM2 configuration gui tools you can use this tool to change GDM images,icons, GTK theme,enable/disable login sound and hide users list from login screen.This tool is useful for ubuntu 9.10 users.

1.) Download the Code from here

2.) Copy it into /home/

3.) Open a console and make the file executable:

chmod a+x gdm-setup.py

4.) Start Script with

gksu gdm-setup.py

Screenshot

More: continued here

December 31, 2009 - 3:12 PM No Comments

« Older Entries