This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Category: Technology
-
Fixing the font mess in your CSS: @font-face and the font-family / font-weight saga
Web fonts are a great way to give your website a unique design, but embedding all of the necessary font-files can create quite the mess in your CSS. Unfortunately, many of the online tutorials and font-face kit generators give incorrect examples (and are just plain doing it wrong). So, to save you time and fonts-face-related […]
-
SSH Agent Hijacking
When ForwardAgent Can’t Be Trusted SSH without passwords makes life with Unix-like operating systems much easier. If your network requires chained ssh sessions (to access a restricted network, for example), agent forwarding becomes extremely helpful. With agent forwarding it’s possible for me to connect from my laptop to my dev server and from there run […]