| To test different flavors of Linux we can use pen drive instead of writing ISO image to cd/dvd. For this first of all we have to download a free software called UNETBOOTIN. It can be downloaded form following site:http://unetbootin.sourceforge.net/. By using this utility we can create live USB DRIVE for Ubuntu,fedora,Mint and many other available distributions. |
Posts which you will also like.
-
Circular Doubly Linked List is very much similar to Doubly Linked List with few differences such as there is no end of the list i.e Head n...
-
In this post I will develop a java program to implement linked list from scratch.Creating a linked list in java is much easier than creati...
-
In this post I am going to demonstrate how to divide an image into equal parts. Here I have used simple Java image api to manipulate t...
-
In this Java tutorial We discuss Doubly Linked List.Doubly linked list is a two way linked list where each node in the list has two links....
-
In this program a ball is created which bounces back and forth and also changes its color on collision with the walls of the contai...
-
Follow the following steps: Plug in the usb drive 2 GB or more. Open the command prompt as administrator Then type following command: d...
-
public class CircularLinkedList { private Node start; private int count; public void append( int x){ count++; ...
-
Entry to demonoid: Demonoid is one of the top most ranked torrent tracker website.One can only register to this site either through invi...
-
For creating 3D games in java you need to work with various kinds of java 3d libraries such as Java 3D APIs and Jogl libraries etc.It will...
-
This post contains 20 multiple choice question (mcq) in java.Try to solve them for your practice...... 1.Given: public class Mule { p...
Tuesday, November 16, 2010
Installing linux distros from USB drive
Subscribe to:
Post Comments (Atom)



No comments:
Post a Comment
Your comment may wait for moderation....