I am more excited than usual for the release of Quantal Quetzal. Holy CRAP. Just got done installing 12.10 on my Lenovo Z570; this is the first time in years that I haven’t had to log back in and reflag…
Lenovo Z570 phy0 hard blocked solution
If you’ve had issues with wireless being grayed out and you’re unable to enable it on your Lenovo Z570 or any other box, there is a simple solution. You must reset your bios. There’s an oddity in the bios for…
How to read from the Assets folder in an Eclipse Android application
Seeing errors like these? java.io.FileNotFoundException at android.content.res.AssetManager.openAsset(Native Method) at android.content.res.AssetManager.open(AssetManager.java:315) at android.content.res.AssetManager.open(AssetManager.java:289) The problem is that Eclipse isn’t finding your file, because you may not be using AssetManager to retrieve plain-text files from the assets folder. Here’s how to fix…
Which JSON library should I use in my Android and Java projects?
JSON.org is where you start; this is the prepackaged JSON found in Oracle and Open Java Development Kits. The home page is a useful resource to see all the different JSON libraries out there for all different languages. GSON is…
Apache Virtual Hosts with SNI and SSL on Ubuntu 12.04 in Rackspace
Here’s a little howto: I was having the devil of a time earlier today configuring an SSL cert for a site Lorraine and I are working on right now. My problem is that I’ve never configured an SSL cert before,…
How To Build A Ruby Server With RVM On Kubuntu 12.10
So I’m building a Ruby server right now for the first time. I’m going to list out here the resources I used as a skilled web dev to get this up and running right away. These links do assume that…
Vegan Tab with Viewsonic gTablet
I’ve obviously been busy for the last month, and the posts concerning the LadyCoders Kickstarter will appear on the ladycoders.com site. I’d really rather get back to the fun of reviewing a hardware/OS combo. About three weeks ago, I got…
How to get the microphone working in Skype with Kubuntu 12.04 (and likely with previous versions)
I have had this problem perpetually since starting to use Skype. I had to boot into my Windows partition for this single task in order to have conference calls via Skype. I finally put together a howto and a script…
HOWTO: set up a cloud server with WordPress at Rackspace
You’re probably here because you are finally at the point where you need root access to your web server so that you can install applications like MediaWiki or WordPress or Joomla or any other CMS. If you have a website…
HOWTO: Always know your home computer’s IP address from anywhere using Dropbox
To always know what your home machine’s IP address is (and while I’ll assume that you’re running Kubuntu, this can be adapted using the following bash script to any machine). Apt-get ‘kcron’. Open Task Scheduler and set the following bash…