[FIXED] SNMP ‘Unknown token: smuxpeer’ Ubuntu 18.04

When trying to get the Dell OpenManage Server Administrator (OMSA) working with SNMP I got the following error: snmpd[28756]: /etc/snmp/snmpd.conf: line 23: Warning: Unknown token: smuxpeer. On older Ubuntu server you need to remove -I -smux from the file /etc/default/snmpd On the newer Ubuntu 18.04 you also need to change the following file: /lib/systemd/system/snmpd.service The …

[FIXED] cc: Internal error: Killed (program cc1)

If your are getting the following error after compiling something, for example PHP: cc: Internal error: Killed (program cc1) Please submit a full bug report. See <http://bugzilla.redhat.com/bugzilla> for instructions. make: *** [ext/fileinfo/libmagic/apprentice.lo] Error 1 make: *** Waiting for unfinished jobs…. *** The make has failed, would you like to try to make again? (y,n): n …