-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdebian_post_install.sh
executable file
·52 lines (40 loc) · 1.34 KB
/
debian_post_install.sh
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#!/bin/bash
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install xterm
# openbox
sudo apt-get install openbox
sudo apt-get install menu # requires for /Debian menu item to work (/etc/xdg/openbox/menu.xml)
sudo apt-get install git
sudo apt-get install vim
sudo apt-get install curl
sudo apt-get install cmake # required for running junegunns install-vim
sudo apt-get install maven
sudo apt-get install zathura # vim like pdf viewer
#sudo apt-get install at
#sudo apt-get install fonts-lklug-sinhala
# XZ-format compression utilities
sudo apt-get install xz-utils
# ntp
sudo apt-get install ntp
ehco "To setup, enable ntp, see: https://www.server-world.info/en/note?os=Debian_8&p=ntp"
# usb auto mounting
sudo apt-get install usbmount
# recommended read: /etc/usbmount/usbmount.conf
# append "ntfs-3g, fuseblk" to /etc/usbmount/usbmount.conf's variable FILESYSTEMS
# remove the "sync" option. (https://capocasa.net/usb-automount)
# alway use pumount /media/usb to unmount
# https://linux.die.net/man/1/xclip
# http://stackoverflow.com/a/5130969/3647002
sudo apt-get install xclip
# mysql | mariadb
sudo apt-get install mariadb-server
# mpv
sudo apt-get install mpv
# sound
sudo apt-get install alsa-base alsa-utils
alsactl init
sudo apt-get install dosfstools
# sensors
# https://help.ubuntu.com/community/SensorInstallHowto
sudo apt-get install lm-sensors