قرآن در کامپیوتر

دانلود نرم افزار های قرآنی یه صورت رایگان

قرآن در کامپیوتر

دانلود نرم افزار های قرآنی یه صورت رایگان

ssh server config


------------------ disable timeout
/etc/ssh/sshd_config
ClientAliveInterval
120
ClientAliveCountMax 720

--------------------------- static ip

ip link show

nano/etc/network/interfaces



auto enp0s3

iface enp0s3 inet static

address 192.168.1.10

netmask 255.255.255.0

gateway 192.168.1.1

dns-nameservers 8.8.8.8 8.8.4.4