From 6781c0a98ff452973ae0943a1a52697c961cb4f5 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 1 Jun 2020 19:36:59 +0000 Subject: [PATCH] Update Commands --- arch-config/Dokumente/Commands | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/arch-config/Dokumente/Commands b/arch-config/Dokumente/Commands index dd36d328..892516e0 100644 --- a/arch-config/Dokumente/Commands +++ b/arch-config/Dokumente/Commands @@ -59,4 +59,10 @@ systemd-analyze plot > detail[X].svg systemd-analyze blame > detail[X].txt #add kernel patch -patch -Np1 -i *file* \ No newline at end of file +patch -Np1 -i *file* + +#create mkinitcpio +sudo mkinitcpio -c /etc/mkinitcpio.conf -g initramfs-custom-zen-5.6.11.img + +#network traffic +nload \ No newline at end of file