This repository was archived by the owner on Mar 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Setup Server
ZeroC0D3 Team edited this page Jan 20, 2018
·
2 revisions
Server Configuration for VPS (Virtual Private Server) Ubuntu version 16.04
127.0.0.1 localhost
192.168.0.10 dev.zeroc0d3lab.com
127.0.0.1 localhost
127.0.1.1 zeroc0d3lab.com
192.168.0.100 zeroc0d3lab.com
sudo sysctl kernel.hostname=[YOUR_HOST_NAME]
hostname -f # check hostname changed
# /etc/environment
LANG=en_US.UTF-8
#LC_COLLATE=$LANG
#LC_CTYPE=$LANG
#LC_MESSAGES=$LANG
#LC_MONETARY=$LANG
#LC_NUMERIC=$LANG
#LC_TIME=$LANG
LC_ALL=en_US.UTF-8
Research & Development (RnD) - ZeroC0D3 Team
- Email: [email protected]
- Repository: https://github.com/zeroc0d3lab
- Install-Packages
- Setup-Server
- Setup-Account
- Configuration-Bash
- Configuration-Zsh
- Install-Bash-Theme
- Install-Zsh-Theme
- Install-Docker
- Install-Memcached
- Install-MongoDB
- Install-MySQL
- Install-NodeJS
- Install-PostgreSQL
- Install-Redis
- Install-Ruby
- Install-SQLite3
- Configuration-App
- Configuration-GCM
- Configuration-Hosts
- Configuration-Fstab
- Configuration-Memcached
- Configuration-MongoDB
- Configuration-PostgreSQL
- Configuration-Puma
- Configuration-Swap
- Configuration-Unicorn
- Nginx-Puma
- Nginx-Unicorn
- Logrotate
- Deployment-Dashboard
- Deployment-Configuration
- Deployment-Process
- Deployment-Folder-Structure
- Deploy-Preinstall