| 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.
-
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...
-
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...
-
This program counts the no. of words in string entered by user.This program is space resistant up to two spaces.In similar way we can make i...
-
public class CircularLinkedList { private Node start; private int count; public void append( int x){ count++; ...
-
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....
-
Stronghold Cruasader Cheat: ------ Submitted by: Rajeev Press Ctrl+Type triblade at main menu Press Ctrl+x to increase the Gold at Unl...
-
Scripting is very powerful feature of Linux.It helps the administrator of Linux to automate the daily routine task so it is recommended to...
-
Here is the complete tutorial regarding this : A subtitle is a textual version of a movie’s dialogue. Subtitles are helpful if you are view...
-
This program shows the full description of a file or directory such as name ,when modified , length etc. import java.awt.BorderLayout; imp...
-
Sometimes in our java code we find that equality comparison operators(equals() and ==) do not work as expected.But why is that happening ...
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....