This commit is contained in:
2024-09-06 11:16:58 +02:00
parent 38b2d0a271
commit 3c32cf2b26
3 changed files with 17 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# Reminder for fail2ban commands:
sudo fail2ban-client status
sudo fail2ban-client get sshd banned
sudo fail2ban-client set sshd unbanip <IPaddress>
+5
View File
@@ -0,0 +1,5 @@
# Wifi
iwctl
device "name" list
device "name" scan
station "name"
+8
View File
@@ -0,0 +1,8 @@
# Add Windows to bootmenu
sudo grub-mkconfig
sudo nano /etc/default/grub
# Remove "#" infront of the line with OS-Prober, save and exit
sudo os-prober
# Save updated grub config to grub
sudo grub-mkconfig -o /boot/grub/grub.cfg