We’re busy testing our apps on rails 2.2 now that it’s out.
Things are going very well. We’re here to help you with yours if you need us, send an email to support@imapenguin.com
We’re busy testing our apps on rails 2.2 now that it’s out.
Things are going very well. We’re here to help you with yours if you need us, send an email to support@imapenguin.com
As most of you know, Ubuntu 8.10 is set to be released next week.
As usual at Ubuntu upgrade time, we’re here to help with questions and issues.
Drop us a line at support@imapenguin.com anytime.
Ever wonder what the mystery behind Logical Volume Manager is on your Linux box? Linux.com has a primer on LVM that’s worth 2 mins of your time.
Had this question a couple of times this week so we decided to do a quick screencast. In this setup, there are 3 SCSI drives:
sda = 20GB
sdb = 40GB
sdc = 40GB
The OS will be installed on the sda as / and the 2 40GB drives will be setup as RAID 1 and mounted as /vmware
Need help with your setup? Email us at support@imapenguin.com.
We’re still playing with the resolution settings on Vimeo, the source video will be available for download soon…

Nate Clark is right. The risk of the recently announced Ruby vulnerabilities may or may not be high, but let’s not take any chances.
He’s done a quick and good how to on upgrading Ubuntu servers. Check it out. Nate Rules.
Mid June we’re going to launch Imapenguin Screencasts. We’re in post production of the first few now.
The short short version of the service is: Learn something really interesting and useful from an expert for $9. They’ll be about an hour and cover topics like:
Check back with us at Imapenguin.com soon!
Apple uses the tightvnc protocol for remote desktop. So install tightvnc:
sudo apt-get install xtightvncviewer
Then update your default programs to use it instead of what’s included in Ubuntu Desktop:
sudo update-alternatives --set vncviewer /usr/bin/xtightvncviewer
That’s it. In ubuntu’s RDP client, select the vnc protocol when connecting to a mac.
This is more information on why you’d ever need, but I like to hear Linus talk.
You’ve got port 3306 (MySQL) firewalled off and you want to use a MySQL GUI every once in a while (or maybe a bunch).
This is a snap with ssh.
On your local Linux/BSD/Mac/Unix machine (works in cygwin too) edit your .ssh/config file and add:
Host somemysqlserver Hostname server.mydomain.com #your mySQL server FQDN or IP User bob #replace with your valid ssh server username LocalForward *:13306 localhost:3306
Now do:
ssh -f -N somemysqlserver
You can now connect to your localhost port 13306 and it will forward to your MySQL server’s port 3306.
Plus, it’s free and probably already installed on your systems.
Need help? support@imapenguin.com
]]>
I just upgraded my IBM T41 to Ubuntu 7.10 by doing:
update-manager -c
from the command line. This forces a dist-upgrade check and runs through a pretty slick upgrader. 20 mins and 1 reboot later and she’s back and running without any issues at all.
Very sweet. I love it when things just work.
]]>