Fedora 3X : resin.service regist Hint : systemctl daemon-reload & chkconfig

  # cd  # wget https://caucho.com/download/rpm-6.8/4.0.63/x86_64/resin-4.0.63-1.x86_64.rpm # rpm -ivh resin-pro-4.0.63-1.x86_64.rpm   # systemctl daemon-reload   # systemctl enable resin.service  resin.service is not a native service, redirecting to systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable resin Failed to execute /usr/lib/systemd/systemd-sysv-install:    # yum install chkconfig -y # systemctl enable resin.service  resin.service is not a native service, redirecting to systemd-sysv-install. […]

Read More

mac : ms office updater disable Hint

launchctl print gui/$(id -u) | grep microsoftlaunchctl disable gui/$(id -u)/com.microsoft.update.agent launchctl print-disabled gui/$(id -u) | grep microsoft launchctl stop com.microsoft.update.agent launchctl remove com.microsoft.update.agent sudo launchctl stop com.microsoft.update.agent sudo launchctl remove com.microsoft.update.agent sudo launchctl stop com.microsoft.autoupdate.helper sudo launchctl remove com.microsoft.autoupdate.helper

Read More