shell

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
shell [13/10/2024 - 06:45] thommie4shell [25/12/2024 - 17:00] (aktuell) – [Shell Basics] thommie_netzwissen.de
Zeile 1: Zeile 1:
-====== Shell allgemein ======+====== Shell Basics ======
  
 [[http://www.gnu.org/software/bash/manual/bashref.html|http://www.gnu.org/software/bash/manual/bashref.html]] [[http://www.gnu.org/software/bash/manual/bashref.html|http://www.gnu.org/software/bash/manual/bashref.html]]
  
 [[https://www.shellscript.sh/|https://www.shellscript.sh/]] [[https://www.shellscript.sh/|https://www.shellscript.sh/]]
- 
-[[http://www.linux-services.org/shell/|http://www.linux-services.org/shell/]] 
  
 ===== GB keyboard ===== ===== GB keyboard =====
Zeile 83: Zeile 81:
  
 <code> <code>
-find /mnt/pve/sb_u203461/dump/ -mtime +365 -type f **-delete**+find /mnt/pve/sb_u203461/dump/ -mtime +365 -type f -delete
 </code> </code>
  
Zeile 129: Zeile 127:
  
  
 +===== Alte Kernels raus schmeissssen =====
 +
 +<code>
 +uname -mrs = current kernel
 +dpkg --list | egrep -i --color 'linux-image|linux-headers'
 +aptitude purge linux-image-5.10.0-{18,19,20}-amd64
 +update-grub
 +reboot
 +<code>
  • shell.1728801940.txt.gz
  • Zuletzt geändert: 13/10/2024 - 06:45
  • von thommie4