using ip
# ip link set dev <interface> down
ip link set dev eth0 down
# ip link set dev <interface> up
ip link set dev eth0 up
using ipconfig
# /sbin/ifconfig <interface> up
# /sbin/ifconfig <interface> down
Welcome to my world
# ip link set dev <interface> down
ip link set dev eth0 down
# ip link set dev <interface> up
ip link set dev eth0 up
# /sbin/ifconfig <interface> up
# /sbin/ifconfig <interface> down
journalctl --disk-usage
journalctl --vacuum-size=1G
--vacuum-size=BYTES Reduce disk usage below specified size
--vacuum-files=INT Leave only the specified number of journal files
--vacuum-time=TIME Remove journal files older than specified time
journcalctl --file /var/log/.../dsdsdsdsdsdsdsds.journal~
sudo journalctl -e
journalctl -e -u certbot.service
journalctl -xeu redis-server.service
journalctl --list-boots
journalctl -p err -b
journalctl -k -e
systemctl list-unit-files
systemctl --failed
# or
systemctl list-units --state=failed
journalctl -xb
The aswer is you can check the used size and you can shrink the used space.
journalctl --disk-usage journalctl --vacuum-size=1G
Other Options are
--vacuum-size=BYTES Reduce disk usage below specified size --vacuum-files=INT Leave only the specified number of journal files --vacuum-time=TIME Remove journal files older than specified time
journcalctl --file /var/log/.../dsdsdsdsdsdsdsds.journal