apt-get install linux-modules-4.15.0-70-generic
apt install linux-headers-4.15.0-70-generic
mv /lib/modules sudo mv 4.15.0-70-generic/ 4.15.0
# Check symlink existing in /lib/module/4.15.0
build -> /usr/src/linux-headers-4.15.0-70-generic
Basic Installation (Via Ansible)
apt install default-jdk (V.11)
apt-get install git
apt-get install curl
apt-get install -y software-properties-common
apt install maven
# Create devkinetics Service Account
adduser devkinetics
echo 'devkinetics ALL=(ALL) ALL' >> /etc/sudoers
vi /etc/ssh/sshd_config
#PermitRootLogin yes
PermitRootLogin no
reboot