The lovechild of technology and mayhem!
Posts tagged fedora
Enable MP3 Playback on Fedora 16
Nov 19th

I always struggle with quickly enabling MP3 playback on a fresh install of Fedora. There are legal reasons (which I’m not interested in) as to why Fedora doesn’t ship with MP3 support right out of the box. So; that’s what third-party repositories are for. Simply install the RPM Fusion repository and then install the “Ugly” GStreamer Plugin.
Setup Android SDK Starter Package on Fedora 16
Nov 17th

Can a man’s love for the command line blossom like a rose or age like good wine? I do believe the answer to my rhetorical question is a resounding YES! Recently I’ve found myself choosing gnome-terminal to execute things rather than clicking in a series of menus on my desktop. Don’t get me wrong; a GUI is nice thing to have, but the efficency of the CLI is unmatched. Through a series of unfortunate events I’ve setup my Linux environment for Android development (aka how trying to fix a bricked phone). I’m working with a fresh install from Fedora 16 Live. What that means is A LOT of packages/libraries are not installed. Just the bare minimum to get me going.
More >
Enable SSH on Fedora 15
May 25th

Good ol’ Secure Shell or SSH — who would want to live without them!? To give you a text-book definition; SSH is a network protocol that allows data to be exchanged using a secure channel between two networked devices. Now that we’ve gotten that out of the way, let get down to business. You’ve got a fresh install of Fedora 15, with that wonky GNOME 3 desktop, and need to figure out how to enable SSH. This article is simply a barebones way of getting started. There’s a better method to make the SSH session more secure, but I haven’t researched that yet.In order to run some of the commands you’ll need to have the root account’s password.
More >
Adding User Account to Sudoer File
May 1st

Ever wanted to run a command normally executed by the root user account, but didn’t want to log in as root? Hell ya! I know I have. The easiest solution to this problem is to add your user account to a file located at /etc/sudoers and you’re good to go. In this example I’m running Fedora 14 x86_64 (Gnome desktop) in a non corporate environment. The catch is you need to already have root access.

Whatcha’ Say!?