Skip to main content

Posts

Showing posts from April, 2014

How to Install Java on Ubuntu

This article is about installing the Oracle Java JDK7 (Java Development Kit 7) on the Ubuntu Operating System. Everybody knows that Sun Java was migrated to Oracle Java with Open source licence. Similarly IBM and Open source community has their own standard Java JDK. I personally prefer Oracle's Java JDK, Since majority of the cooperates uses Oracle JDK,I also recommend Ubuntu Java beginners to start with Oracle JDK. So don't confuse while downloading/Installing Oracle Java JDK.The following steps will guide you to install Oracle JDK in Ubuntu in a very easy manner. To install Oracle JDK in Ubuntu, Advanced Package Tools (apt) provides the many providers for oracle. The webupd8team provider provides the following command to install the Oracle JDK. To install Oracle JDK 7, execute the following commands in the terminal. sudo apt-get install python-software-properties sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-ins...

Transfer Bulk Data via Torrent file

This article is all about the Torrent File Transfer Mechanism and its features. How to optimize Torrent client and how to create our own Torrent file for transferring bulk data instead downloading Movies and Software from other Torrent sites. What is Torrent? Torrent is the protocol for distributing files. It uses Peer-to-Peer data transmission. Its advantage over plain HTTP is that when multiple downloads of the same file happen concurrently, the downloaders upload to each other, making it possible for the file source to support very large numbers of downloaders, with only a modest increase in its load.Torrent's peer protocol can operate over TCP or uTP. Torrent is created by Bram cohen in 2001 and now handled by BitTorrent.inc company Torrent file distribution consists of these entities: An ordinary web server A static 'metainfo' file A Torrent tracker An 'original' downloader The end user web browsers The end user downloaders Torrent...