cat /proc/net/bonding/bondX
where bondX is the name of your bonded interface, as:
cat /proc/net/bonding/bond0
Source : https://www.linuxquestions.org/questions/linux-networking-3/how-to-find-the-physical-mac-of-bonded-nics-452128/
. . .
selengkapnya>>This problem happen suddenly or at startup, apport-gtk using 100% cpu. This is could be ubuntu bug that could'nt parse crash file. To solve this, you can delete this crash file
rm /var/crash/*
source : https://askubuntu.com/questions/454187/apport-gtk-100-cpu-usage-on-startup-on-ubuntu-14-04-lts/472809
. . .
selengkapnya>>sudo find /var/www/ -type d -exec chmod 755 {} \;
sudo find /var/www/ -type f -exec chmod 644 {} \;
source : https://askubuntu.com/questions/722088/reset-default-permissions-for-var-www
. . .
selengkapnya>>Be carefull when using crontab, "crontab -e" could be handy for edit/write crontab command but also crontab have delete command "crontab -r", this command will delete all user crontab without prompt, the problem is e and r is very close, this problem happen to me , my crontab command suddenly missing, when i search for this problem, i found that crontab -r is. . .
selengkapnya>>source : https://linuxize.com/post/how-to-deploy-odoo-11-on-ubuntu-18-04/
. . .
selengkapnya>>