Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

These are List of script in order setup your Orace Server for Open Use

![](https://github.com/alfazzafashion/oracle-server-init/blob/main/Screenshot%202022-03-25%20130315.png)

## Platforms and Software's being installed :-

- [CloudPanel](https://cloudpanel.io)
Expand All @@ -24,4 +26,4 @@ These are List of script in order setup your Orace Server for Open Use

## License

All Softwares mentioned here are licensed by their respective owners. This Repository is licensed under the MIT License.
All Softwares mentioned here are licensed by their respective owners. This Repository is licensed under the [MIT License](LICENSE).
Binary file added Screenshot 2022-03-25 130315.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 13 additions & 4 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,18 @@ echo "Insatll basic npm packages ..."
yarn global add nodemon

## Install snapcraft
echo "Install snapcraft ..."
apt install snapd -y
echo "Install snapd ..."
git clone https://github.com/snapcore/snapd.git
cd snapd
echo "Build snapcraft ..."
sudo apt-get build-dep .
go get ./... && ./get-deps.sh
sudo snap install snapcraft --channel=4.x
snapcraft
snap install --dangerous snapd_*.snap

## Install Bpytop
echo "Install Bpytop ..."
snap install bpytop
echo "Installed Bpytop with Pip ..."
pip3 install bpytop
echo "Upgrade Bpytop with Pip ..."
pip3 install bpytop --upgrade
2 changes: 0 additions & 2 deletions open-network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ iptables -P FORWARD ACCEPT
iptables -F

iptables --flush

echo "iptables rules applied -> ports are open"