## Outdated Given the work that's gone into my tech setup so far, I think it's time to step back and take a look at the current tech infrastructure setup that I have going on. ### File Server #### Hardware - AMD Athlon X2 processor - 8GB RAM - 6x 2TB Western Digital Caviar Green hard drives #### Services - GitLab CE site running as private code repository and version control system - CIFS/SMB file shares for 5x of the drives provided by Samba - rsync-based backup system duplicating important files on a secondary drive and also on the remote server - rsync-based backup also collects and stores database backups from development/production servers ### Development Server #### Hardware - AMD E350 Fusion platform - 4GB RAM - 60GB SSD #### Services - [Dropplet-based blog](http://dropplet.dev.adamogrady.id.au) for testing themes, reporting on mental health and as an outlet for Snowy - [Ghost-based blog](http://ghost.dev.adamogrady.id.au) for testing themes and miscellaneous purposes - DNS server to allow easier access to resources within the private network of my home - Dokku PaaS implementation to allow efficient rollout of development applications - MongoDB instance to store key-value data ### Remote Server #### Hardware - $20 [Digital Ocean](https://www.digitalocean.com/?refcode=2f8e29c793aa) instance - Dual core processor - 2GB RAM - 40GB SSD - 3TB monthly data transfer #### Services - [Main website host](http://adamogrady.id.au) - [Dropplet-based blog](http://dropplet.adamogrady.id.au) for keeping track of Operations/Administration adventures and providing tutorials on these topics - [Ghost-based blog](http://ghost.adamogrady.id.au) for keeping track of Development adventures and providing tutorials on related topics - Dokku PaaS implementation to allow efficient rollout of production applications - MongoDB instance to store key-value data