Bash: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
 
No edit summary
Line 1: Line 1:
<source lang="bash">
sudo systemctl stop firewalld
sudo systemctl stop ipchains
sudo systemctl stop iptables
sudo systemctl restart jira
sudo systemctl restart atlbitbucket
</source>
==References==
* [[Execute bash script from URL]]
* [[Execute bash script from URL]]
* [[Bash/SQLPlus/Input/Redirect|Bash/SQLPlus Input Redirect]]
* [[Bash/SQLPlus/Input/Redirect|Bash/SQLPlus Input Redirect]]

Revision as of 23:39, 15 May 2019

sudo systemctl stop firewalld
sudo systemctl stop ipchains
sudo systemctl stop iptables

sudo systemctl restart jira
sudo systemctl restart atlbitbucket

References