LlamaByte

Ramblings of a man named Bill

  • About
  • Contact Me
  • Photo Gallery
    • DroidLockBox
    • Indy GiveCamp 2011
    • Mazdaspeed 6
      • Speed6 – Audio
      • Speed6 – Speakerbox Build

VirtualBox image won’t boot on Ubuntu Server

Posted by Howler on March 21, 2012
Posted in: Linux. Leave a Comment

VirtualBox Server inside a server

Recently, I was trying to import a VirtualBox virtual machine on to my Ubuntu headless server. This particular virtual machine was also Ubuntu Server. Since both machines are server installs with no GUI (or even monitor attached), the only connection I had to either of them is ssh.

Importing and Starting

The VirtualBox image imported pretty flawlessly. The only thing I really had to change was the location of the virtual disk, because I want all of my images to use a shared directory.

After starting the virtual machine with:
VBoxManage startvm MyNewFancyServer --type=headless

I would wait for a few minutes and try to ssh in to the server. No good. The DHCP server wasn’t even issuing an IP address to MyNewFancyServer.

Continue Reading

Windows 7 access denied

Posted by Howler on February 2, 2012
Posted in: Windows. Leave a Comment

Access denied to my own files

Recently, I recieved an access denied message while trying to access some of my own files. I was using an administrator account, so this confused me greatly.

I was trying to clean up some files on my Windows 7 drive, when I came across a directory with a ‘lock symbol.

Directory with a lock symbol

It was a randomly generated name, so I assumed it was an update directory that I no longer needed. Not thinking anything of it, I went to browse the directory.

When I tried to go into the ‘update’ sub directory, I received a “You don’t currently have permission to access this folder. Click Continue to permanently get access to this folder.” message.

Continue Reading

Indy GiveCamp 2011

Posted by Howler on October 22, 2011
Posted in: GiveCamp. Tagged: Indy GiveCamp. 1 comment

This past weekend, I participated in Indy GiveCamp. I wanted to share some of my experiences over the weekend, and how everything turned out.

What is Indy GiveCamp?

GiveCamp is an event where web designers, developers and database administrators get together donate their time to provide software or web sites for charities. This allows charities to not have to worry about getting their website updated or trying to figure out how to pay someone to do it.

Indy GiveCamp contained around 40 volunteers. We were able to help 7 different charities.

  • Child Advocates
  • Heart in Education Teacher Outreach
  • Lillian Davis Foundation
  • My Sister’s Place
  • Rich Recovery Services
  • VSA Indiana
  • Women in Insurance and Financial Services
We were assigned to our teams around 8pm on Friday. The goal was to have a brand new website ready to “hand over the keys” by 2pm Sunday.

Continue Reading

Upgrading to Gitolite from Gitosis

Posted by Howler on May 20, 2011
Posted in: Linux, sendmail. Tagged: git, gitolite, linux, ubuntu. Leave a Comment

Git

I have been using git as source control for all of my projects for a little while now. Now that I am getting used to git, I like it a lot. It’s a bit of a different style than other source control management systems, but it seems to work well. I am starting to store lots of things in source control. Not only my programming projects, but also my random helper scripts and configuration files that I write. Basically, anything where in the past I would simply rename the file to “File.old”, it makes more sense to add it to source control instead. That way I can go back as many versions as I need to (without having an .oldX) and also see exactly what I have changed.

Gitosis vs Gitolite

I started off using Gitosis for repository management on my server. I wanted to be able to clone repositories and commit updates easily. While Gitosis works; I have decided that I want to migrate to Gitolite for a few reasons:

  • Gitolite is still being maintained — Gitosis is not
  • Better user management of repositories. Allow different users different access. I.E. I can do everything, but a friend is unable to delete files permanently.
  • Multiple keys per user. I have a few different machines that I develop on, and each machine has its own ssh key. Gitolite allows a nice format where one user can have multiple keys without cluttering up the config file.
  • I don’t like how I have to use MyRepository.git when cloning with Gitosis. Gitolite allows simply a clone of MyRepository.
  • Easier to create new repositories.

Continue Reading

Sendmail Masquerading

Posted by Howler on April 18, 2011
Posted in: Linux, sendmail. Tagged: config, linux, masquerade, sendmail, ubuntu. Leave a Comment

I got tired of having my sendmail server send mail from user@Pulsar.NotLlamabyte.com instead of user@NotLlamabyte.com. I went on to research how to change this. I found sendmail masquerading that would do exactly what I wanted.

Continue Reading

Posts navigation

← Older Entries
  • Connect

    • RSS Feed
    • Facebook
    • Twitter
    • LinkedIn
    • Google+
  • Meta

    • Register
    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org
  • Galleries

    Indy GiveCampSpeed6 - SpeakerboxSpeed6 - Audio InstallDroidLockBox
  • Recent Posts

    • VirtualBox image won’t boot on Ubuntu Server
    • Windows 7 access denied
    • Indy GiveCamp 2011
    • Upgrading to Gitolite from Gitosis
    • Sendmail Masquerading
Proudly powered by WordPress Theme: Parament by Automattic.