-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.sh
More file actions
30 lines (24 loc) · 899 Bytes
/
Copy pathsetup.sh
File metadata and controls
30 lines (24 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Disable web services
sudo systemctl disable cloud9.service
sudo systemctl disable gateone.service
sudo systemctl disable bonescript.service
sudo systemctl disable bonescript.socket
sudo systemctl disable bonescript-autorun.service
sudo systemctl disable avahi-daemon.service
sudo systemctl disable gdm.service
sudo systemctl disable mpd.service
# Disable firewall
sudo apt-get -y install ufw
sudo ufw disable
# Synchronize internal server time
export TZ=America/New_York
sudo ntpdate pool.ntp.org
sudo apt-get -y install ntp-date
# Install development tools
sudo apt-get -y install build-essential nodejs
# Install noble dependencies
sudo apt-get -y install bluetooth bluez libbluetooth-dev libudev-dev
# Install Cairo dependencies
sudo apt-get -y install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev
# Install global npm dependencies
sudo npm install -g coffee-script mosca bunyan