https://github.com/zekfad/server-setup
Initial server setup scripts and configs.
https://github.com/zekfad/server-setup
server setup setup-script shell
Last synced: 15 days ago
JSON representation
Initial server setup scripts and configs.
- Host: GitHub
- URL: https://github.com/zekfad/server-setup
- Owner: Zekfad
- Created: 2021-01-20T22:09:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T16:44:27.000Z (about 3 years ago)
- Last Synced: 2025-02-19T13:46:18.858Z (over 1 year ago)
- Topics: server, setup, setup-script, shell
- Language: Shell
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Get started
## Add user
```
sudo adduser zekfad
sudo usermod -aG sudo zekfad
```
## Process
```
sudo apt update
sudo apt install git -y
git config --global user.name 'Yaroslav Vorobev'
git config --global user.email 'zekfad@znnme.eu.org'
git config --global credential.helper store
git clone https://github.com/Zekfad/server-setup.git ~/setup
bash ~/setup/setup.sh
sudo rm -rf ~/setup/
```