User Tools

Site Tools


doku:usb-stick

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
doku:usb-stick [2016/08/17 18:38] – [Ersti-Stick Projektbeschreibung] Wikiartikel über den Ersti-Stick an der HTW verlinkt Normandoku:usb-stick [2016/10/31 23:28] (current) – [Tipps zum Testen des Live-Images in virtueller Maschine] Befehl zum Entfernen des Fingerabdrucks carsten
Line 1: Line 1:
-====== Ersti-Stick Projektbeschreibung ======+====== FSFW-Uni-Stick Projektbeschreibung ======
  
 siehe auch: siehe auch:
Line 7: Line 7:
   * https://github.com/fsfw-dresden/usb-live-linux   * https://github.com/fsfw-dresden/usb-live-linux
   * https://wiki.stura.htw-dresden.de/index.php/Ersti-Stick (Ersti-Stick an der HTW Dresden)   * https://wiki.stura.htw-dresden.de/index.php/Ersti-Stick (Ersti-Stick an der HTW Dresden)
 +  * https://fsfw-dresden.de/uni-stick (verweist auf [[doku:uni-stick| uni-stick]])
 +
 +
 ===== Hintergrund ===== ===== Hintergrund =====
  
Line 53: Line 56:
 Brainstorming-Software-Liste: Brainstorming-Software-Liste:
   * LibreOffice   * LibreOffice
 +      * portable installiert: 700 MB
 +      * Installer: 243,7 MB
   * Thunderbird   * Thunderbird
 +      * portable installiert: 86,2 MB
 +      * Installer: 75,5 MB
   * enigmail   * enigmail
 +      * Installer: 1,7 MB
   * Notepad++   * Notepad++
 +      * portable installiert: 14,4 MB
 +      * Installer: 4,1 MB
   * TeX Studio   * TeX Studio
 +      * Installer: 52,1 MB
   * JabRef   * JabRef
 +      * Installer: 26,1 MB
   * winpython/anaconda   * winpython/anaconda
   * octave   * octave
 +      * Installer: 262,4 MB
   * gimp   * gimp
 +      * portable installiert: 313 MB
 +      * Installer: 75,6 MB
   * inkscape   * inkscape
 +      * portable installiert: 227 MB
 +      * Installer: 95,6 MB
   * audacity   * audacity
 +      * portable installiert: 65,5 MB
 +      * Installer: 33,9 MB
   * avidemux?   * avidemux?
 +      * Installer: 21,4 MB
 +  * Firefox?
 +      * portable installiert: 190 MB
 +      * Installer: 83 MB
 +  * VLC Media Player
 +      * portable installiert: 125 MB
 +      * Installer: 36,5 MB
 +  * VirtualBox
 +      * portable installiert: 3,37 MB (? - gefunden auf [[http://vbox.me | vbox.me]])
 +      * Installer: 118,4 MB
 +  * VeraCrypt? (frei?)
 +      * [[https://veracrypt.codeplex.com/ | https://veracrypt.codeplex.com/]]
   * ...   * ...
  
Line 172: Line 203:
  
 ... ...
 +
 +==== Tipps zum Testen des Live-Images in virtueller Maschine ====
 +
 +Oft hat man das Problem, dass man Daten von der VM auf den Host übertragen will. Prinzipiell geht das mit Shared Clippboard und Shared Folder, aber die Einrichtung klappt nicht immer reibungslos.
 +
 +Alternative: **Mounten der VM über sshfs** (hier beschrieben für VirtualBox)
 +  * Port - Weiterleitung (NAT) in den Optionen für die VM einstellen, z.B. host:3022 -> vm:22
 +  * ggf. openSSH in der VM installieren
 +  * ggf. sshfs auf dem host installieren
 +  * ggf. vorangegangene Fingerabdrücke entfernen: ''ssh-keygen -f ~/.ssh/known_hosts -R [localhost]:3022''
 +  * ''sshfs  -p 3022 user@localhost:/home/user ~/projekte/fsfw-uni-stick/share_mount'' (Passwort ist `live`)
 +
 +
doku/usb-stick.1471451882.txt.gz · Last modified: 2016/08/17 18:38 by Norman