Evernote and Nix/NeverNote on Ubuntu 10.04

Evernote is a great tool. I absolutely love it. The only con, is thatit’s nto available natively for Linux. So I have to run it under theWindows Emulator or wine. The installation is fairly simple. wgethttp://evernote.s3.amazonaws.com/win4/public/Evernote_4.5.0.5229.exe wine Evernote_4.5.0.5229.exe Obviously not running natively there is a slight performance lag. Thismay be attributed to my 5 year old laptop. Although it’s still usable,the slow synchronization soon becomes tiresome.

Read More →

Cisco console from Ubuntu 10.04

It’s pretty easy to set-up Cisco serial console connectivity on Ubuntu10.04. The usual way is to use minicom. The serial ports usuallycalled COM1-4 usually have the following address range; COM1 - 3E8 COM2 - 2F8 COM3 - 3E8 COM4 - 2E8 To complete the setup first determine the address used for COM1 (orwhichever serial port you wish to use) on your machine query the kernelbuffer ring using the dmesg command, then install and configure theminicom, modem emulation tool.

Read More →

KeePass on Ubuntu 10.04

KeePass is a very popular password management software. One of my clientuses this for their systems and I was given a copy of their database.Since I mostly use linux when I am working, I needed a way to get thisworking on Ubuntu 10.04. Instructions are widely available, but againfor my benefit, I have documented them here as step-by-step guide formyself. At the time of this blog post the 2.

Read More →