Monthly Archives: March 2013

Painobarfly

If you don’t know what it is Pianobarfly is a terminal interface to Pandora. If you want to know more about it listen here:
http://www.podnutz.com/lftrou123

Grab the git from here:
https://github.com/ghuntley/pianobarfly

When you grab the zip from the github you will need to make install the source. Before you do that make sure you have the dependencies installed first. On my current Ubuntu install I ran:

sudo apt-get install libao-dev libao-common libfaad-dev libmad0-dev libtagc0-dev libjson0-dev libgnutls-dev libaudid3tag-dev libid3tag0 libid3tag0-dev

I got most of the install commands from a site but I added the id3tag libs to it. You may need to add or remove things depending on your distro. The site reference is here:
http://erikimh.com/pandora-on-linux-pianobar-and-pianobarfly/

After you make install just run ./pianobarfly from the directory you have it installed in. It is handy to have terminator installed and you can run pianobarfly with your terminal split into vertical views.

Terminator Cheat Sheet

There are some keyboard shortcuts for the super awesome terminal Terminator.

Ctrl-Shift-E: will split the view vertically.

Ctrl-Shift-O: will split the view horizontally.

Ctrl-Shift-P: will focus be active on the previous view.

Ctrl-Shift-N: will focus be active on the next view.

Ctrl-Shift-W: will close the view where the focus is on.

Ctrl-Shift-Q: will exit terminator.

Ctrl-Shift-X: will focus active window and enlarge it

How To Properly Mount Android 4.0+ Devices In Ubuntu Using Go-mtpfs ~ Web Upd8: Ubuntu / Linux blog

How To Properly Mount Android 4.0+ Devices In Ubuntu Using Go-mtpfs ~ Web Upd8: Ubuntu / Linux blog.

I had a problem mounting my Galaxy Nexus to the current Ubuntu 12.10 laptop. After it’s installed mount it by entering in the terminal:

go-mtpfs /media/MyAndroid

To unmount it use:

fusermount -u /media/MyAndroid

Terminal Cheat Sheet Background

I like to give credit where credit is due. I found the terminal cheat sheet background while do the usual google image search. I have used a similar one as my laptop wallpaper for a while but this one has many more commands. Go grab it for yourself if you would like.

http://www.diegor.it/2012/09/15/howto-linux-terminal-cheat-sheet/

INXI Hardware Info Script

If you didn’t notice the header for this site is the output of “inxi -Fz” from the terminal on my Laptop. I have been using inxi for a while now to get hardware info on my computers. Some distros don’t have it preinstalled but it is real easy to install it.

Basically what INXI does is to give the output of commands like lshw or parts of lspci and dmidecode. Granted you can get insanely detailed info using something like dmidecode but using inxi you can get it in a nice human readable format. Depending on what options you use with inxi you can easily narrow your results down for what you need.

You can find the everything you need at the:

http://code.google.com/p/inxi/

I made a forum posting with a screenshot at the Podnutz forums:

http://www.podnutz.com/forums/viewtopic.php?f=40&t=9759

The Beginning of it All…. again

Yet again I have WordPress installed here. I have had WordPress, Jooomla and Drupal. This has been a playground for and not much of a site. Well WordPress is back and maybe I will keep it this time.

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!