Kenjun

April 2, 2008

How Does DRBD work?

Filed under: Linux, MySQL, Systems Administration, Unix — kenjun @ 3:21 pm

How Does DRBD work?

Each device (DRBD provides more than one of these devices) has a state, which can be ‘primary’ or ’secondary’. On the node with the primary device the application is supposed to run and to access the device (/dev/drbdX). Every write is sent to the local ‘lower level block device’ and to the node with the device in ’secondary’ state. The secondary device simply writes the data to its lower level block device. Reads are always carried out locally.

July 3, 2007

SSH Client on MacOSX…

Filed under: MacOSX, SSH, Unix — kenjun @ 7:56 am

This is the first SSH client running on MacOSX I’ve seen that operates along the lines of SecureCRT, Putty or Poderosa but on a Mac.

http://www.abraxor.com/products/sshconnections/

The trial version I tried lets you create bookmarks so you can connect directly to the server of your choice. Very neat!

Blog at WordPress.com.