- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for RHEL (0.01 seconds)
-
Vagrantfile
config.vm.define box, define_opts do |config| config.vm.box = 'elastic/sles-12-x86_64' sles_common config, box end end 'rhel-8'.tap do |box| config.vm.define box, define_opts do |config| config.vm.box = 'elastic/rhel-8-x86_64' rpm_common config, box end end windows_2012r2_box = ENV['VAGRANT_WINDOWS_2012R2_BOX']Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Feb 17 17:41:23 GMT 2021 - 14.9K bytes - Click Count (0) -
cmd/testdata/xl-meta-merge.zip
--permanent ``` Note that `permanent` makes sure the rules are persistent across firewall start, restart or reload. Finally reload the firewall for changes to take effect. ```sh firewall-cmd --reload ``` ### iptables For hosts with iptables enabled (RHEL, CentOS, etc), you can use `iptables` command to enable all traffic coming to specific ports. Use below command to allow access to port 9000 ```sh iptables -A INPUT -p tcp --dport 9000 -j ACCEPT service iptables restart ``` Below command enables all...
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Mar 08 17:50:48 GMT 2024 - 30.2K bytes - Click Count (0)