DIYers IT Zone

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

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

Step By Step Ubuntu 9.10 (Karmic) LAMP Server Setup

In around 15 minutes, the time it takes to install Ubuntu Server Edition, you can have a LAMP (Linux, Apache,MySQL and PHP) server up and ready to go. This feature, exclusive to Ubuntu Server Edition, is available at the time of installation.

The LAMP option means you don’t have to install and integrate each of the four separate LAMP components, a process which can take hours and requires someone who is skilled in the installation and configuration of the individual applications. Instead, you get increased security, reduced time-to-install, and reduced risk of misconfiguration, all of which results in a lower cost of ownership.New pre-configured installation options have been added to the Ubuntu Server Cloud computing server,cloud computing node and PostgreSQL Database options join existing Mail Server, Open SSH Server,Samba File Server, Print Server, Tomcat Java Server,Virtual Machine Host,Manual Package selection,LAMP and DNS options for pre-configured installations, easing the deployment of common server configurations.

Full Story

More: continued here

December 31, 2009 - 2:12 PM No Comments

The Hills Run Red



A group of young horror fans go searching for a film that mysteriously vanished years ago but instead find that the demented killer from the movie is real, and he’s thrilled to meet fans who will die gruesomely for his art…

Download Movie Here:

Continue Reading “The Hills Run Red”

December 29, 2009 - 11:29 PM No Comments

Samba File Sharing on Ubuntu

Samba is a networking protocol that allows compatibility with Windows-based networks. The Samba client is installed by default in Ubuntu Jaunty and should work seamlessly (unless you have have a firewall blocking the ports). The following instructions are to install a Samba server (which is not installed by default). This allows you to share your files over a Samba (Windows) network to other Samba clients.  Type below on your terminal to install it:

sudo apt-get install samba samba-tools system-config-samba

Once finish install, go to System–>Administrator–>Samba to configure Samba setting. Before configure, we need to create a folder that specified for sharing. Then, click add share to create new samba share, browse to the folder that u created earlier. Tick “writable” if u want to edit the share folder.

Continue Reading “Samba File Sharing on Ubuntu”

December 27, 2009 - 10:33 PM No Comments

Upgrade Neonode N2 OS

I’ve been using this cute little phone for few weeks. As a phone, overall is better than my previous Toshiba G900.  Moreover, i’ve upgraded the N2 OS from version 2.1.552.2 to 2.1.552.5. (* did not notice what is the changes in newest version..)

Anyway, in case u need to replace the 1GB storage to higher capacity, u need to install the OS. Below is the guide of doing a clean installation on new storage card.

Resources needed:

Neonode N2 OS  and manual, where u can download at www.neonode.com.

First, turn off your N2 and connect it to your PC through the USB cable, backup all your files.

*It will act like a removable drive.

Second, run the Nero.exe program. Click “Change”.



Select your desire languages.

Then, click “Advance”. U can see there are 2 option, “clean installation” and “Format SD”. For upgrade OS only, choose “clean installation”. Whereas for new storage card, click “Format SD”. After formatted SD, u need to run the Nero.exe again for installation.

Once finished copied the files to your N2, your N2 will start installing the OS.

December 25, 2009 - 1:59 AM No Comments

Watermark Image

Watermark Image is a free software tool that can add digital watermarks to all your images, photos and pictures in a batch. The program can also resize the images before the digital watermark is added.When creating the watermark, you can use either text or another picture as the source of the watermark.If you want to add the watermark to the background, you can set the logo or the text to be more or less transparent.



Features:

* Watermark digital images, pictures, photos
* Resize images while watermarking the image
* Multi threaded
* Maintain directory structure in destination directory or combine all watermarked images in one directory
* Skip or overwrite existing watermarked images in destination directory

December 23, 2009 - 12:02 AM No Comments

Ben 10 Alien Swarm



Download Here:

Continue Reading “Ben 10 Alien Swarm”

December 20, 2009 - 10:44 PM No Comments

« Older Entries