| 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.
-
Consumer Producer is a problem related to sharing of data.In this problem producer and consumers operates simultaneously on the shared dat...
-
Description of the Problem: In this java tutorial we discuss about Josephus problem and its solution. The Josephus Problem is a famou...
-
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...
-
Replace each digit with the result of multiplying 7 with the digit and getting remainder after dividing the new value by 10. Swap the fir...
-
Recently I participated in Google Code Jam 2012. It is one of greatest international programming contest in the world and It is organiz...
-
public class CircularLinkedList { private Node start; private int count; public void append( int x){ count++; ...
-
Fatal error: the system has become unstable or is busy," it says. "Enter to return to Windows or press Control-Alt-Delete to rest...
-
Stronghold Cruasader Cheat: ------ Submitted by: Rajeev Press Ctrl+Type triblade at main menu Press Ctrl+x to increase the Gold at Unl...
-
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....
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....