TheKSmith (About That…) Hobbies, Life & Random Goodies

22Dec/112

installing Linux Mint 12 inside a virtual machine running on Windows 7 64-bit using the free VMware Player (and configuring VMware Tools)

i’ve been playing with several Linux distros lately, running them as virtual machines with Windows 7 64bit as my host OS. my first attempts at getting the latest Ubuntu (11.10 “Oneiric Ocelot”) and then Linux Mint 12 “Lisa” installed and fully working with VMware tools were a little chaotic. so i thought i would document the process for any other VMware/Linux newbies.…

Read the full post…

20May/110

HowTo: Website icons for all browsers/devices (favicon, apple-touch-icon, etc)

the favicon.ico

works in Firefox, IE, Safari, Chrome (and others). also works in Windows when dragging a shortcut to the desktop.

  • at the minimum create an 8-bit 16×16 .ico format iconĀ file
  • name the file favicon.ico and put it in the root of your website
  • add this code between the <head> and </head> tags of your html:
    <link rel=”shortcut icon” type=”image/x-icon” href=”/favicon.ico”>

if you windows desktop support, embedd a 32×32 and 48×48 pixel version in the same .ico file

if, like most people, the art if tiny icon creation is baffles you – the simplest solution is to use one of the many web tools that take a normal picture and create the .ico for you.…

Read the full post…

18May/110

HowTo: install Sun/Oracle Java SDK on Ubuntu

if you Google “ubuntu java sdk install” you’ll see i’m not the only one that wasn’t sure the “right” way to get the official Sun/Oracle Java SDK onto Ubuntu. Ubuntu has it’s own “standard” JDK and that just confuses things if you’re after the Sun version.

you can of course download a file directly from Oracle.…

Read the full post…