xuv's notebook

Side notes, howtos and random bits of information related to Julien Deswaef's projects

User Tools

Site Tools


workshops:moddr_workshop

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
workshops:moddr_workshop [2011/01/27 21:22] Julien Deswaefworkshops:moddr_workshop [2011/11/02 13:10] (current) 91.183.83.6
Line 2: Line 2:
  
 http://moddr.net/ \\ http://moddr.net/ \\
-http://moddr.net/domnload \\+http://moddr.net/download \\
 All code here is copied from this page: http://moddr.net/wiki/doku.php?id=workshop \\ All code here is copied from this page: http://moddr.net/wiki/doku.php?id=workshop \\
 I just added some notes to it. I just added some notes to it.
Line 8: Line 8:
 === installation === === installation ===
  
-<code>+<code bash>
 wget http://moddr.net/download/imal.tgz wget http://moddr.net/download/imal.tgz
 </code> </code>
  
  
-<code>+<code bash>
 tar -xvf imal.tgz tar -xvf imal.tgz
 </code> </code>
  
-<code>+<code bash>
 sudo aptitude install sun-java6-bin sudo aptitude install sun-java6-bin
 sudo aptitude install openjdk-6-jre-headless sudo aptitude install openjdk-6-jre-headless
 </code> </code>
  
-<code>+<code bash>
 sudo aptitude install recordmydesktop sudo aptitude install recordmydesktop
 </code> </code>
Line 59: Line 59:
  
 Copy this code below to a file.py Copy this code below to a file.py
-<code>+<code python>
 #!/usr/bin/python #!/usr/bin/python
 from selenium import selenium from selenium import selenium
Line 82: Line 82:
  
  
-<code>+<code python>
 #!/usr/bin/python #!/usr/bin/python
 from selenium import selenium from selenium import selenium
workshops/moddr_workshop.1296159740.txt.gz · Last modified: 2011/01/27 21:22 by Julien Deswaef