We have a small two person company here, in the machine building/machine vision field, with only one software devel (me, the other is doing the electrical and mechanical parts).
- A workstation each, a server, and one or two test boxes.
- A Delphi 2006 license for me, our main development suite. Licenses is per devel (Borland/Codegear non-nonsense license), so it is also on my laptop and homesystem
- Server runs Fedora with subversion and samba, as well as openvpn (latter mostly used for remote access to SVN)
- Mantis bugtracker at a shared hosting account. (Eur 5/month magnitude).
- Company website and email is at that same account
- We use Mozilla sunbird over webdav to that same account for calendering.
- Backup manually using ESATA hds, weekly. (much faster than USB, worth the few tenners more).
- SVN repo is hotbackuped and SCPed daily. Easy since if you don't commit binaries it grows very slowly (15 MB .tar.bz2 after 2 1/2 years)
- For our microchip microcontrollers we use the free gcc based MPLAB IDE from microchip. We do have a full compiler license, but in practice we don't use it (*)
(*) we expected to need more code speed, but in the end most of it was solved using the hardware periphery of the uc.
We have some more stuff (like scopes etc), but that is more related to the microcontroller print development side than the straight software development.
Note that the Linux decision was a pragmatic one. We simply didn't have a clue what we would need, and didn't want to invest much upfront without clear requirements, and I had better knowledge to install it than properly configuring MS stuff. Whenever we get another sysadmin, I'll happy let him do whatever he wants to the setup, as long as he preserves my SVN.
The hosted account is a great way to avoid mailserver and webserver maintenance.
