sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install git zsh dnsutils logwatch logrotate postfix libsasl2-modules mailutils -y
sudo reboot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | |
<style> | |
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); | |
body { | |
margin: 5; | |
padding: 5; | |
} |