Blogs

New User Registration Procedures Implimented

We have recently implemented a new User Registration process which should help filter out improper user requests.


If you have signed up for an account in the past and did not get approved please try signing up again! If you still find an issue please contact the administrator.

-admin

Building Your Open VPN Server (with OpenVPN)

Background

I need a VPN server of my own to can get into my home network when away from home. I happen to have a sheevaplug server which should handle running OpenVPN, put the two together and I get my own VPN Server! More background information:

Sheevaplug Info:

  • Model: Original Sheevaplug
  • Distro: Debian GNU/Linux 6.0
  • Kernel: 2.6.32-5-kirkwood #1 Mon Oct 3 16:55:04 UTC 2011 armv5tel GNU/Linux

Installation

A simple "sudo apt-get install openvpn" should do the trick.

Setup TV Tuner in MythTV

This article shows how to set up MythTV on a computer running any linux distro that supports MythTV.

Background

This article uses the Pinnacle PCTV HD Pro Stick USB ($20) TV Tuner (see the Setup USB TV Tuner on Linux for more info); however, the content is relatively agnostic in regards to the tuner. I also purchased a RCA ANT751 ($35) outdoor antenna from Amazon and tuned it according to http://antennaweb.org.

Setup USB TV Tuner on Linux

I've recently added a  to my  based HMC (home media center).

This article shows how to add a Pinnacle PCTV HD Pro Stick USB TV Tuner to a Neuros (ubuntu based) computer to add Live Over the AIr (OTA) media viewing to a HMC (home media center).

Standard Conky Setup

I typically setup and use conky on most of my linux computers. This article show's my typical conky setup along with the items / addons used to achieve the setup. I've also attached my .conkyrc file for reference or use but please note that you may want to adjust it (for example, the keymap list will be useless to you).

The Linux Minimalist's App List

The following list represents my "must have" applications on any linux desktop I use, be it RHEL at the office, Crunchbang on the work laptop, or Debian, LMDE, Ubuntu, etc. on various home computers.

Resizing Existing/Used Partitions in Linux

Resizing partitions is often a necessary task with any computer. The need may arise for a variety of reasons, from adding or moving disks to shrinking less used partitions and growing more frequently used partitions. Luckily, several commonly available tools (gparted and/or partition magic) make this task easy, even with a complicated disk layout.

Adding Local Apps to an Applauncher (dmenu)

I've wrote before about a dmenu - a minimalistic applauncher. This article shows how to add locally installed apps (or apps/commands of any sort) to dmenu. It should also be noted that this article is not necessarily dmenu specific, most applaunchers index binaries (or links to binaries) in common places such as /usr/bin and /usr/lib along with the user's binary location, typically ~/bin. If you do not have a ~/bin directory simply create one.

SSHFS Mount Permission Problems

When mounting a drive via SSHFS (SSH), I've ran into an issue where the directory will mount; however, the mountpoint will be inaccessible. For example, if the /home/user/tmp/tshare directory is owned by user1 and is of the user1 group, you then mount a remote directory to this directory, I get the following results:

Syndicate content