Ubuntu

Aus Programmers Guide

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 32: Zeile 32:
#What is the location of the directory of C header files that match your running kernel?
#What is the location of the directory of C header files that match your running kernel?
/lib/modules/2.6.28-18-server/build/include/
/lib/modules/2.6.28-18-server/build/include/
-
</source>
+
</source>  
 +
 
 +
 
 +
 
 +
== SSH ==
 +
 
 +
Siehe dazu: [[SSH]]
 +
 
 +
 
 +
 
 +
[[Category:Ubuntu]]

Version vom 13:53, 20. Sep. 2010

Inhaltsverzeichnis

Installierte Pakete anzeigen

dpkg --get-selections


SCP

Datei kopieren

scp -r username@192.168.0.1:/home/username/remotefile.txt .


VMWare-Tools

#Header und den gcc Compiler installieren
sudo apt-get install linux-headers-`uname -r` build-essential psmisc
#evtl bei nem VMX:
sudo mount /dev/cdrom /media/cdrom0/
#kopieren und entpacken der Dateien
cp /media/cdrom0/VMwareTools-4.0.0-193498.tar.gz /tmp/
cd /tmp/
tar xvf VMwareTools-4.0.0-193498.tar.gz
cd vmware-tools-distrib/
sudo ./vmware-install.pl
#What is the location of the directory of C header files that match your running kernel?
/lib/modules/2.6.28-18-server/build/include/


SSH

Siehe dazu: SSH

Persönliche Werkzeuge