Metainformationen zur Seite
  •  

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
anleitung:linux:anwendungen [11.11.2014 07:25] – Created from the formular at wiki:form:newhint J. Huberanleitung:linux:anwendungen [24.01.2024 21:09] (aktuell) – [Gnome Disks Utility] J. Huber
Zeile 1: Zeile 1:
-<hidden Artikel Info> +====== Anwendungen ====== 
----- dataentry ArtikelInfo ---- +Die Befehle sind für Debian Linux.
-Name            : Anwendungen +
-Beschreibung    : Welche Anwendungen sind interessant +
-ProjektNr       : ##ProjektNr|## +
-Kategorien_tags : linux,, +
-----+
  
-</hidden>+===== SSH Server ===== 
 +<code bash> 
 +sudo apt-get install openssh-server  
 +</code>
  
-====== Anwendungen ======+===== Midnight Commander ===== 
 +<code bash> 
 +$ sudo apt-get install mc 
 +</code>
  
-<code ##Programmiersprache##+ 
-##Programmiersprache## Code+===== Remote Desktop ===== 
 +<code bash
 +$ sudo apt-get install xrdp 
 +$ sudo systemctl enable --now xrdp 
 +$ sudo ufw allow from any to any port 3389 proto tcp
 </code> </code>
  
 +===== Samba Client cifs =====
 +<code bash>
 +sudo apt-get install cifs-utils
 +</code>
 +
 +In ''/etc/fstab'' folgende Zeile eintragen:
 +<code bash>
 +//<ip-adresse>/fritz.nas /media/fritz.nas cifs rw,noserverino,user=otto,passwd=geheim  0 0
 +</code>
 +
 +===== Gnome Disks Utility =====
 +<code bash>
 +sudo apt-get install gnome-disk-utility
 +</code>
 +
 +<WRAP center round important 60%>
 +gnome-disks hat in der 32bit Version leider einen Fehler. Hier ist es nicht möglich - zumindest bei lokalen Datenträgern - eine Benchmark oder ein Datenträgerabbild zu erstellen.
 +</WRAP>
 +
 +<WRAP center round tip 60%>
 +Alternative: GSmartControl für HDD Tests
 +</WRAP>
 +
 +
 +===== GSmartControl =====
 +<code bash>
 +sudo apt-get install gsmartcontrol
 +</code>
 +
 +===== GParted =====
 +<code bash>
 +sudo apt-get install gparted
 +</code>
 +
 +===== CloneZilla =====
 +<code bash>
 +sudo apt-get install clonezilla
 +</code>
 +
 +===== Eclipse =====
 +  - Download Eclipse [[http://eclipse.org/downloads/]]
 +  - Nach gewünschten Ziel auspacken (z.B. ''/opt/eclipse'')
 +  - Links in Oberfläche anlegen
 +  - Gewünschte Erweiterungen installieren
 +
 +===== XAMPP =====
 +  - Download xampp installer from [[https://www.apachefriends.org/de/download.html]]
 +  - Run ''xampp-linux-1.8.3-5-installer.run'' und installiere nach ''/opt/lampp''
 +  - Bearbeite die Datei  
 +  - Starte Lampp(Xampp) mit: ''sudo /opt/lampp/lampp start''
 +  - Stoppe Lampp(Xampp) mit: ''sudo /opt/lampp/lampp stop''
 +
 +<note important>Unter Ubuntu lässt sich der MySQL-Server nicht starten.</note>
 +
 +===== UNetbootin =====
 +<code bash>
 +sudo apt-get install unetbootin
 +</code>
 +
 +===== TestDisk/PhotoRec =====
 +<code bash>
 +sudo apt-get install testdisk
 +</code>
 +
 +===== Disk Dump =====
 +
 +https://wiki.ubuntuusers.de/dd/
 +  
 {{tag>linux  }} {{tag>linux  }}
 ---- struct data ---- ---- struct data ----
 +artikelinfo.name     : Linux Anwendungen
 +artikelinfo.beschreibung : Interessante LInux-Anwendungen
 +artikelinfo.status   : Fortlaufend
 +artikelinfo.statuslink : Fortlaufend|Fortlaufend
 +artikelinfo.version  : 2023-12-11
 +artikelinfo.cats     : Anleitung, Linux
 +artikelinfo.catlinks : Anleitung|Anleitung, Linux|Linux
 +artikelinfo.prg      : 
 ---- ----