Bash: Difference between revisions
Jump to navigation
Jump to search
(Created page with "* Execute bash script from URL * Bash/SQLPlus Input Redirect * Bash/Eclipse Workspace * Bash Script Structure * Bash/Port/Forward...") |
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 22:39, 15 May 2019
sudo systemctl stop firewalld
sudo systemctl stop ipchains
sudo systemctl stop iptables
sudo systemctl restart jira
sudo systemctl restart atlbitbucket