Bash скрипт оповещения по email об остатке дискового пространства менее 10%
#!/bin/bash used=`df -hl / | awk {'print $4'} | grep "%"` used=${used/\%/} if [ $used -gt 90 ]; then echo "Attention! Available space less than 10%. Used space = $used"% | mail -s "DISK ALERT" <a href="mailto:[email protected]">[email protected]</a> fi
Bash скрипт оповещения по email об остатке дискового пространства менее 10%
#!/bin/bash used=`df -hl / | awk {'print $4'} | grep "%"` used=${used/\%/} if [ $used -gt 90 ]; then echo "Attention! Available space less than 10%. Used space = $used"% | mail -s "DISK ALERT" <a href="mailto:[email protected]">[email protected]</a> fi
4How to customize a Telegram channel? Ng Man-ho, a 27-year-old computer technician, was convicted last month of seven counts of incitement charges after he made use of the 100,000-member Chinese-language channel that he runs and manages to post "seditious messages," which had been shut down since August 2020. Select “New Channel” So far, more than a dozen different members have contributed to the group, posting voice notes of themselves screaming, yelling, groaning, and wailing in various pitches and rhythms. Healing through screaming therapy
from us