mini_banner
Showing posts with label azuerus. Show all posts
Showing posts with label azuerus. Show all posts

Sunday, June 24, 2007

Feisty Fawn Starter Guide

If you decided to run Ubuntu Feisty Fawn 7.04 on your Dell Inspiron 1501, you came to the right place. This blog is a great starter guide for getting things to work. Enjoy, it's not as hard as it looks and everything here is tested and confirmed to work. - redDEAD

AND NOW EVERY PIECE OF HARDWARE ON THE DELL 1501 WORKS IN UBUNTU

Getting Ubuntu Feisty Fawn 7.04

Dell 1501 Compatability

Can't Get Feisty To Install

Dual Booting Ubuntu and Windows

Getting Wireless To Work Using ndiswrapper

Getting Wireless to work Using the Native Linux Driver

Beryl In Feisty With Xgl

Getting the Conexant Modem working in Feisty

Installing Java Runtime Environment 6.0

Installing Newest Azureus in Ubuntu 7.04 Feisty Fawn

Installing Wine

Installing VMware

How to Fix a Broken Key

Configure Synaptic Touchpad Settngs

Fixing Logout Freezing

Customizing Firefox

Installing Mozilla Thunderbird
edited by pHreaksYcle

Sunday, May 27, 2007

Installing Newest Azureus in Ubuntu 7.04 Feisty Fawn

This works for anyone running Ubuntu 7.04 Feisty Fawn, not just for Dell Inspiron 1501 users.

Step 1:
You need to have Java 5 or higher installed. If you need to install Java follow my guide for installing Java 6 in Feisty

If you need to check the version of Java you have installed run:
java -version

Step 2:
Download the newest version 2.5.0.4 of Azureus from sourceforge.com
For 64 bit systems look here.

Step 3:
In a terminal type:
cd Desktop
*or cd /filepath to where you downloaded the azureus tar ball

Now untar and install Azureus:
sudo tar jxvf Azureus_2.5.0.4_linux.tar.bz2 -C /opt/

Set root permissions to Azureus:
sudo chown -R root:root /opt/azureus/

Setup a launcher for Azurues in the Application->Internet menu:
sudo gedit /usr/share/applications/Azureus.desktop

Add this to the file you just created:
[Desktop Entry]
Name=Azureus
Comment=P2P Client
Exec=/opt/azureus/azureus
Icon=/opt/azureus/Azureus.png
Terminal=false
Type=Application
Categories=Application;Network;
*Save and Close

Step 4:
Setup Azureus to run via the command line:
sudo gedit /usr/bin/azureus

Add this to the file you just created:
#!/bin/sh

/opt/azureus/azureus "$*"
*Save and Close

Make it executable:
sudo chmod +x /usr/bin/azureus

To run Azureus via command line:
/usr/bin/azureus

To run Azureus as root:
sudo /usr/bin/azureus

Don't know where to find torrents or how to? Check out my Bittorrent Guide
Now you have the newest version of Azureus up and running enjoy.

Saturday, January 27, 2007

How To Bittorrent

EDIT: SEE THE BOTTOM FOR NEW WAY TO FORWARD PORTS EASIER!
This article is not operating system specific. Bittorrenting works the same on Windows, Mac or Linux. It's for my buddy Luke. Sorry it took a couple of days.

I work and go to school so I never have time to watch some of my favorite shows. The good thing is there are nice people who record my favorite shows and upload them to the internet for everyone. Usually a couple of hours after the show airs, it's waiting online. It is surprisingly simple to "bittorrent".

WHAT IS BITTORRENT
BitTorrent is a peer-to-peer (P2P) file distribution protocol. It is capable of preparing, requesting, and transmitting any type of computer file over a network, using the protocol. A person first creates a "torrent." This is a small file which contains metadata about the files to be shared, and about the tracker, the computer that coordinates the file distribution. Peers that want to download the file first obtain a torrent file for it, and connect to the specified tracker which tells them from which other peers to download the pieces of the file. So, in a nutshell, it's a set of guidelines various programs use to share data large and small with others.

HOW TO GET BITTORRENT
Now the first thing we need is a bittorrent “client.” A disclaimer here: you should NEVER pay for a client or torrent. Sites that charge you are fakes and probably want to install junk on your PC. A client is a program that allows us to use the bittorrent protocol. The Offical Bittorrent Client is a great start, it works, it is easy to understand and is compatible across all operating systems. Azureus is another cross platform client that offers a ton of features and options that makes it the best option for those who have a newer computer and a extra RAM. The final program is uTorrent, it's a Windows only program that has been getting a ton of buzz in the bittorrenting community. It runs fast, has lots of options, and doesn't take up a lot of computer resources. Hence the name micro torrent. Remember, if you are an Ubuntu user, the official bittorrent client is already installed and you can get Azureus through Synaptic package manager. Remember that you have to have Java installed for any operating system to use Azureus.

Once you pick a client and have downloaded, installed and configured it, the hardest things to get right are Port Forwarding and NAT. These are the only two issues that you need to remedy if you you are using a firewall or router to get the fastest download speeds. I won't get into them because both wikis I linked to do a much better job then I ever could. Port forwarding can also be done by following the guides (including pictures!) for your specific router on www.portforward.com. Now you are ready to download some tv shows, music, movies, comic books, ebooks, audio books, programs, games and everything else under the sun.

WHERE TO FIND TORRENTS
To download files you need to find torrents. These are the small files that tell you who has what and how to redistribute it. There are tons of sites out there but these are some of the best:
The Pirate Bay
Mininova
iso Hunt
Scrape Torrent Searches the above sites.

Once you're on a torrent site, you just type what you are looking for in a search box and download your torrent. Once you open it with the appropriate bittorrent program, you're all set and your torrent should begin to download.

A COUPLE OF TIPS
- Download SMART, not everyone who creates a torrent is a nice person. (especially if you're using Windows)
- It is illegal to bittorrent something that is copyrighted, especially when you don't have the creators authorization.
- There are plenty of legal torrents out there so not all bittorrentors are pirates, some are ninjas.
- If you want to download video/audio your file should end in the extension .avi, .dixv, .mpg, .mp4, .mov, .mp3, .wav, .aac, or .flac NOT .exe. This .exe is an executable and you'll end up with junk (or worse) installed on your PC.
- Never trust any torrented program. You don't know what's inside of it. You take a risk to the security of your PC when you install stolen programs from unknown sources.