1 месяц назад
Route add linux
The route add command in Linux is used to manually add static routes to the system’s routing table. These routes define how network traffic should be directed to reach specific destinations. While route is still available, the modern and preferred method for managing routes is the ip route command (from the iproute2 package). However, it’s useful to understand route as you might encounter it in older scripts or systems. Using Route add (Legacy Method): The basic syntax for adding a route using route is: Sudo route add -net network_address netmask netmask_value gw gateway_address Sudo route add...
4 года назад
Установка Docker на Centos
Это будет в основном техническая статья, так как постоянно хожу за этой информацией в поиск, а сейчас решил упростить себе задачу. Я подробно расскажу, как установить систему контейнеризации docker и docker-compose на CentOS 7 и 8...