Posts Tagged ‘linux’

Ubuntu Changing Network Device ID udev/rules.d

I do quite a bit of work with Virtual machines based on an ESX platform. One of the advantages of such a platform is the ability to create a template server, then duplicate copies as and when you need one. With most operating systems it’s just a question of changing the IP and hostname and [...]

Read the rest of this entry »

Ubuntu 9.04 installation on ESX

Firstly grab a copy of the 64bit Ubuntu server ISO from the ubuntu website and store is somewhere you can get to from your ESX box. Over the years I have taken the approach of storing server VMDK’s on ESX’s local hard disk pushing installation media onto a NAS.
(Note: Earlier this year we went gigabit [...]

Read the rest of this entry »

SSH Escape commands

Note to self:
These are the ssh escape commands from within an ssh connected session.
%~?
Supported escape sequences:
~.  – terminate connection (and any multiplexed sessions)
~B  – send a BREAK to the remote system
~C  – open a command line
~R  – Request rekey (SSH protocol 2 only)
~^Z – suspend ssh
~#  – list forwarded [...]

Read the rest of this entry »

Ubuntu 9.04 installed on my laptop

Just some notes in respect of installing Ubuntu 9.04 on the Laptop Fujitsu Amilo Pro. In particular getting the wireless card to work.
The problem is that the wireless button doesn’t do anything so whilst the hardware is detected it cannot be brought up.
The solution is in two parts.
1. Get the OS to load the fsam7400 [...]

Read the rest of this entry »

Web Tunnelling over SSH

Not new information but all the same useful for either secure traffic or bypassing web cache restrictions.
First example is a socks proxy to allow you to secure web traffic over a wifi link or just avoiding web caching filters.
From unix, linux, *BSD or MacOSX type in :
ssh -N name@ssh_server -D 9999
or from windows download plink.exe [...]

Read the rest of this entry »

Man in the middle – ARP Poisoning on OSX

At the core of all investigation in relation to a networks is the need to sniff packets. If you have a switch with SPAN port capabilities then you can listen in from where ever you wish. However if for whatever reason this is not practical a network wiretap may be the answer.
From the PC under [...]

Read the rest of this entry »

Load Balancing with Linux

Disaster had struck when both of the Arrowpoint Content Switches died with power supply faults. We needed to move them in the racks, they powered off but they didn’t power back on.
I looked at off the shelf solutions and was forced to rethink when I discovered that they come in with a price tag of [...]

Read the rest of this entry »