--- type: "topic" created: "2024-01-29T00:24:50.067Z" updated: "2024-01-29T00:24:50.067Z" --- # Asus Laptop ```bash ufw allow from 192.168.11.0/28 to any port 22 comment "01) SSH" ufw allow from 192.168.11.0/28 to any port 80 comment "02) HTTP" ufw allow from 192.168.11.0/28 to any port 9400 comment "03) dashkiosk" ufw allow from 192.168.0.0/24 to any port 22 comment "04) SSH" ufw allow from 192.168.0.0/24 to any port 80 comment "05) HTTP" ufw allow from 192.168.0.0/24 to any port 9400 comment "06) dashkiosk" ``` ```bash 38.8 GiB [##########] /var 4.0 GiB [# ] swap.img 3.0 GiB [ ] /usr 2.8 GiB [ ] /snap 258.7 MiB [ ] /boot 5.9 MiB [ ] /etc 2.0 MiB [ ] /root 1.5 MiB [ ] /run 140.0 KiB [ ] /tmp 92.0 KiB [ ] /home e 16.0 KiB [ ] /lost+found e 4.0 KiB [ ] /srv e 4.0 KiB [ ] /opt e 4.0 KiB [ ] /mnt e 4.0 KiB [ ] /media . 0.0 B [ ] /proc 0.0 B [ ] /sys 0.0 B [ ] /dev @ 0.0 B [ ] libx32 @ 0.0 B [ ] lib64 @ 0.0 B [ ] lib32 @ 0.0 B [ ] sbin @ 0.0 B [ ] lib @ 0.0 B [ ] bin ```