linux | find and count files per extension
# find /data/exchange -type f \( -iname “*.mov” -o -iname “*.mp4” \) -exec du -cm {} + | sort -n
# find /data/exchange -type f \( -iname “*.mov” -o -iname “*.mp4” \) -exec du -cm {} + | sort -n
Manual | Betriebsanleitung [2008/01] Manual | Betriebsanleitung Cabrio A209 [2006/09] Manual | Betriebsanleitung Coupé C209 [2008/01] CLK-Freunde Preisliste Prospekt Prospekt International Technische Daten und Abmessungen Cabrio Technische Daten und Abmessungen Coupé Technische Daten Zugelassene Räder Zugelassene Räder 18 Zoll Farbcodes Kühlerfrostschutz Sicherungen | Fuses als PDF Bis auf zwei Ausnahmen sind alle Sicherungen Standard-ATO’s (19,1 […]
Hints: The workstations DNS entry should point to your domain contollers builtin DNS-Server. This DNS-Server redirects to your companys main DNS-Server.
With systemd: /etc/systemd/system.conf DefaultLimitNOFILE=128000 You are a lucky admin who is NOT running systemd: /etc/security/limits.conf * soft nofile 128000 * hard nofile 128000 * hard nproc 128000 * soft nproc 128000 root soft nofile 128000 root hard nofile 128000 Check with # ulimit -n
Copy .config # make syncconfig # make && make modules_install # make install # grub-mkconfig -o /boot/grub/grub.cfg