- domaincontrol.com - GoDaddy
- worldnic.com - Network Solutions
- ns1###.ui-dns.org ns1###.ui-dns.de ns1###.ui-dns.biz ns1###.ui-dns.com - Ionos / 1and1
- name-services.com - enom.com
- hostgator.com - hostgator
- secureserver.net - rackspace (email)
- arsmtp.com - AppRiver.com
- emailsrvr.com - rackspace cloud mail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/admin/class-woo-related-products-admin.php b/admin/class-woo-related-products-admin.php | |
index 4db5c5e..9d97581 100644 | |
--- a/admin/class-woo-related-products-admin.php | |
+++ b/admin/class-woo-related-products-admin.php | |
@@ -121,5 +121,6 @@ class Woo_Related_Products_Admin { | |
register_setting( 'woorelated-group', 'woorelated_basedon' ); | |
register_setting( 'woorelated-group', 'woorelated_exclude' ); | |
register_setting( 'woorelated-group', 'woorelated_slider' ); | |
+ register_setting( 'woorelated-group', 'woorelated_display_automatically' ); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=webcam | |
After=network.target auditd.service | |
[Service] | |
ExecStart=/home/rock/webcam -m -s 1280x720 | |
Type=simple | |
TimeoutStopSec=20 | |
KillMode=process | |
Restart=always |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
command[check_lsws_procs]=/usr/lib/nagios/plugins/check_procs -w 1:20 -c 1:100 -a openlitespeed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Download BellSoft official GPG key | |
ansible.builtin.get_url: | |
url: https://download.bell-sw.com/pki/GPG-KEY-bellsoft | |
dest: /etc/apt/keyrings/bellsoft.asc | |
mode: '0644' | |
when: ansible_os_family == "Debian" | |
- name: Add Bellsoft repo (Debian) | |
ansible.builtin.apt_repository: | |
repo: "deb [arch=amd64 signed-by=/etc/apt/keyrings/bellsoft.asc] https://apt.bell-sw.com/ stable main" |
OlderNewer