SaltyVagrant - page 2
Salty Vagrant provides a collection of material all aimed at informing you about DevOps (in both the organisational and technical sense).
The Horrors of Third-party Authentication
TL;DR It is becoming increasingly common for sites to offer third-party authentication (using, for example, your Google account to log in to xyz.com). This is all very convenient but has some significant downside.Amateur vs. Professional: Optimisation
TL;DR What distinguishes an amateur from a professional? Let’s consider optimisation. (Obviously much of this is opinion.)Fences and Ambulances
TL;DR Prevention is better than cure, but we need both available when managing complex IT systems.Removing a Locked Virtualbox VM
TL;DR Occasionally you will get a Virtualbox VM into a locked state and this will prevent it being deleted. Attempts to delete or unregister the VM result in the error Stderr: VBoxManage: error: The machine ’centos64_c6402_1454036461345_59755’ is already locked for a session (or being unlocked). This article describes how to resolve this problem.sudo users
TL;DR Protecting your system from accidental or malicious change is made simpler by allowing users only limited access. This especially means limiting users who have root or ‘superuser’ access as these users have effectively unlimited power. When it is necessary for a user to have this access it is best that they have a normal (unprivileged) account for day-to-day activities with the ability to temporarily promote themselves to ‘superuser’ to run commands that require this elevated access.