Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
Owner: User #14587667
Ubuntu Server VM Template Creation Checklist
This is intended to function as an example/checklist for creating linux VMVirtual Machine templates.
OS: Ubuntu Server x64 14.04 LTS
- Set Network settings
- IP Address:10.9.9.80
- Netmask: 255.255.255.0
- Gateway: 10.9.9.1
- DNS: 10.9.9.12
- Username: ubuntu
- Password: NDBrul3s!
- Setup apt-get repository
sudo vi /etc/apt/sources.list
- Delete all of the lines in the config related to adding User #77716 repos.
Add the line: User #77716 http://repo.devlan.net/ubuntu/ trusty main restricted
- No automatic updates
- Software Installed:
- OpenSSH server
- Install VMware tools from vSphere
- Update OSOperating System packages
- sudo apt-get update && sudo apt-get upgrade