Difference between pages "Install Linux on a USB disk with Unetbootin" and "ReCordMyDeskTop"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
 
imported>ThorstenStaerk
 
Line 1: Line 1:
UNetBootIn allows you to [[create a bootable USB disk]] from the network or from a bootable CD, DVD, harddisk or image.
+
recordmydesktop is a program that allows you to [[take a video from your desktop]]. In practice, you often want to record a window only. To do this, start recordmydesktop like this:
* download unetbootin from http://unetbootin.sourceforge.net
+
  recordmydesktop --windowid $(xwininfo | grep "Window id" | awk '{print $4;}')
* [[install]] some dependencies, in this case for SUSE Linux:
+
 
  yast -i libpng12-0-32bit p7zip
+
A cross will appear. Aim it at the window you want to record and click. Then the recording will start.
* [[open a console]], make the downloaded file executable and run it, e.g.:
 
cd
 
cd Downloads
 
chmod 777 unetbootin-linux-575
 
./unetbootin-linux-575
 
* select which distribution you want to have installed on what disk:
 
[[File:unetbootin.png]]
 

Revision as of 13:23, 6 November 2015

recordmydesktop is a program that allows you to take a video from your desktop. In practice, you often want to record a window only. To do this, start recordmydesktop like this:

recordmydesktop --windowid $(xwininfo | grep "Window id" | awk '{print $4;}')

A cross will appear. Aim it at the window you want to record and click. Then the recording will start.