1
Plugin Development / Re: how to edit/rewrite an AddOn
« on: November 1, 2019, 10:28 »
I strongly recommend you to open sources of these AddOns. Allowing customization is helpful for the development of this software.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
VENDOR snpslmd /usr/synopsys/scl/2018.06/linux64/bin/snpslmd
VENDOR snpslmd /usr/synopsys/scl/2018.06/linux64/bin/snpslmd port=28000
# firewall-cmd --add-port=28000/tcp --permanent
# firewall-cmd --reload
# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
# systemctl stop firewalld.service
# firewall-cmd --add-port=27020/tcp --permanent
# firewall-cmd --reload
# firewall-cmd --list-ports
27020/tcp