Posts by Tag

linux

Installing SlimServer 6.5.1 on Ubuntu 6.10

less than 1 minute read

Ubuntu is based on Debian, so I followed the instructions on the Slim Devices website here and it worked fine. It basically involves adding the Slim Devices ...

Back to Top ↑

software

Missing tooltips in Firefox 3.5 and IE8

less than 1 minute read

I’ve just upgraded to Firefox 3.5 and noticed that tooltips had stopped working.  I then checked Internet Explorer 8 and found tooltips were not working ther...

Recover Deleted Photos from Memory Card

less than 1 minute read

This article is written from the point of view of recovering deleted photos from a digital camera memory card, but most of the software will work to recover ...

Online & Peer-To-Peer Backup

3 minute read

I’ve been assessing various backup options for both business and personal use recently so here’s a summary of my findings

Back to Top ↑

ubuntu

Installing SlimServer 6.5.1 on Ubuntu 6.10

less than 1 minute read

Ubuntu is based on Debian, so I followed the instructions on the Slim Devices website here and it worked fine. It basically involves adding the Slim Devices ...

Back to Top ↑

windows

Run SysInternals tools direct from the web

less than 1 minute read

SysInternals tools are a fantastic set of free utilities written by Mark Russinovich and Bryce Cogswell.  There are invaluable for system admins and Windows ...

DOS Equivalent of GREP

less than 1 minute read

In Unix you can pipe the output of a command into the GREP command in order to only display the lines that contain a required string.  This is means you don’...

Windows XP DNS Cache

less than 1 minute read

Windows caches DNS responses to speed up network access, but sometimes this can cause a problem.  Positive responses (i.e. successful lookups) are cached for...

View CHKDSK log

less than 1 minute read

The log for CHKDSK can be found in the Windows Event Log. It’s in the Applications log and the source will be listed as Winlogon.

Back to Top ↑

itunes

Back to Top ↑

security

Password Salting Techniques

6 minute read

This article is about using salting techniques to improve the security of authentication for websites.  Examples are in PHP but the techniques apply to any l...

Back to Top ↑

mp3

FM Transmitter

less than 1 minute read

On December 8th 2006 the UK law regarding low power FM Transmitters was changed, so they are now legal in this country (providing they are CE Certified

Back to Top ↑

os x

Restore a Minimized OS X Window

less than 1 minute read

In OS X you can swap between applications in a similar way to Windows (Alt+Tab on Windows, ⌘+Tab on OS X) however there’s one important difference - Windows ...

Mac OS X keyboard shortcuts

less than 1 minute read

Useful OS X keyboard shortcuts, particularly if you’re switching from Windows.  It’s not exhaustive, but it’s got the ones I use regularly.

Back to Top ↑

networking

iPerf Crib Sheet

1 minute read

https://iperf.fr/ https://www.linode.com/docs/networking/diagnostics/install-iperf-to-diagnose-network-speed-in-linux/ v1 is ancient. When you see jus...

macvlan Networks on Docker

1 minute read

If your application or container needs to be directly on the network, or it needs to use ports that are already in use by the host or other containers, such ...

Back to Top ↑

docker

iPerf Crib Sheet

1 minute read

https://iperf.fr/ https://www.linode.com/docs/networking/diagnostics/install-iperf-to-diagnose-network-speed-in-linux/ v1 is ancient. When you see jus...

macvlan Networks on Docker

1 minute read

If your application or container needs to be directly on the network, or it needs to use ports that are already in use by the host or other containers, such ...

Back to Top ↑

photography

Back to Top ↑

gmail

Back to Top ↑

hardware

Identify an external modem

less than 1 minute read

In addition to packing and identification stickers, you can identify an external modem by installing as a ‘standard modem’, run the diagnostics and reading t...

Back to Top ↑

mobile phone

iPhone/GSM Speaker Buzz Solutions

less than 1 minute read

Some speakers are better than others at dealing with the interference caused by GSM mobiles.  This article{.broken_link} documents one bloke’s extended quest...

Back to Top ↑

apple mac

Restore a Minimized OS X Window

less than 1 minute read

In OS X you can swap between applications in a similar way to Windows (Alt+Tab on Windows, ⌘+Tab on OS X) however there’s one important difference - Windows ...

Back to Top ↑

svn

Back to Top ↑

mysql

Back to Top ↑

wifi

Back to Top ↑

git

Line Endings in a git Repo

4 minute read

TL;DR If you collaborate with developers on different platforms (Windows/Mac/Linux) and you all use proper programmer’s editors which will maintain correct l...

Back to Top ↑

elasticsearch

Elasticsearch Crib Sheet

4 minute read

General All inputs are JSON documents, however the format does allows comments (C-style, /* */) add ?v to include column headers in table output add ?...

Back to Top ↑