Linux/Tipps/Allgemein: Unterschied zwischen den Versionen

Zeile 230: Zeile 230:
  export TERM=xterm
  export TERM=xterm
Optional /dev/shm, proc, sysfs und usbfs mounten (proc muss z.B. gemountet werden zum Kernel, Java oder htop compilieren, /dev/shm für Python):
Optional /dev/shm, proc, sysfs und usbfs mounten (proc muss z.B. gemountet werden zum Kernel, Java oder htop compilieren, /dev/shm für Python):
  mount /dev/shm
  mount -t tmpfs none /dev/shm
  mount -t proc proc /proc
  mount -t proc proc /proc
  mount -t sysfs sys /sys
  mount -t sysfs sys /sys
1.075

Bearbeitungen