Posts Tagged ‘Open Source’

Moving To FlipHost

0

This site now sits on a server at FlipHost. I got a Storage250 server from them and added some RAM, and here we are. It’s really a pretty nice setup.

Pretty much everything I’ve setup I’ve done according to guides from Linode. Most of the guides in the Linode Library should apply at least somewhat to FlipHost.

This site was previously on Dreamhost, but there’s been a LOT of downtime there recently, a whole lot. Yah, I just linked to 6 posts from dreamhoststatus.com that were posted from May 12 through May 17. Crazy.

FlipHost wooed me on twitter and so far I’m really, really glad that they did.

I’ve already canceled the one VPS that I had at Dreamhost. May keep the shared account around for some other sites, but may end up moving absolutely everything to FlipHost. I haven’t really decided yet.


How-To: Install/Update Custom Recovery on Nexus 4 (Mako)

0

I use TWRP (Team-Win Recovery Project) as a custom recovery. It’s easy to use and, as the name suggests, has a nice touch interface. TWRP supports a bunch of devices, including the Nexus 4 (Mako).

Here’s the full description straight from the TWRP site:

Team Win Recovery Project 2.4, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. We started from the ground up by taking AOSP recovery and loading it with the standard recovery options, then added a lot of our own features. It’s a fully touch driven user interface – no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.

 

Installing TWRP on your Google Nexus 4 is pretty simple. The TWRP site has good instructions, but I always forget how to update when a new version is released. And checking the actual TWRP site was something I didn’t think of doing, because I thought I had installed TWRP through a separate tool (which I did).

So, the suggested method for installing TWRP to your Google Nexus 4 (and the method I use) is really straight forward. You’ll need root.

  1. Install GooManager from the Play Store and open it up (grant it root permissions).
  2. Select the menu and then tap “Install OpenRecoveryScript”, then tap “Yes”.
  3. Make sure the filename says “mako” in it somewhere, this ensures you’ll get the Nexus 4 recovery.
  4. Tap “Yes” again.
  5. That’s it, TWRP will be downloaded and installed automatically.

Below are some TWRP2 screenshots, taken straight from the TWRP website. If you’re interested in contributing to TWRP, you can check out their project on Github.


MySQL Workbench on Debian Squeeze 6.0.6

1

I spent about an hour compiling MySQL Workbench from source earlier today. After about 20 newly satisfied dependencies and an hour of actual building, I fired it up and discovered I wasn’t able to connect to any MySQL server through an SSH tunnel, which I have to be able to do.

I was able to find a deb package, mysql-workbench-gpl-5.2.39-1ubu1004-i386.deb, that seems to work quite well on Debian Squeeze 6.0.6. The package was mentioned in this forum post at debian.net. The package itself was the MySQL-provided deb for Ubuntu 10.04.

After I installed that deb, MySQL Workbench was able to connect to a MySQL server through an SSH tunnel. I must, must remember this for future Debian Squeeze installs.


Post navigation