• Partner Project 6: Pimp My Youtube Channel


    Make your Youtube Channel more attractive by adding really cool pre-made themes to it.

    http://www.pimpmychannel.com

  • How To Download and Install Windows 8


    Preview the next version of Windows by downloading it or free and installing it on Virtualbox. This will let you install it and use it without screwing up the rest of your computer.

    Download:
    Windows 8 – http://msdn.microsoft.com/en-us/windows/apps/br229516
    Virtualbox – http://www.virtualbox.org
    MetroController – http://winaero.com/download.php?view.15
    Windows 8 Start Menu Toggle – http://solo-dev.deviantart.com/art/Windows-8-Start-Menu-Toggle-258422929

  • What is hacking?


    What do you think of when you hear the word “hack”? Do you know what it means to really be a hacker? This video tries to help shed some light on hacking.

    Hacker Manifesto:

    http://www.mithral.com/~beberg/manifesto.html

    How to become a hacker:

    http://catb.org/~esr/faqs/hacker-howto.html

  • Partner Project 2: What’s your idea?


    In part two of this series, find out how to research your idea to find out how to make it better. Also learn some tools that will help you find your niche and organize your data. For discussions and help with your project, please visit:

    http://www.tinkernut.com/partnerproject

  • Partner Project 1: Getting Started


    Follow me as I start from scratch making a new YouTube series and see what it takes to be a successful YouTube partner.

    http://www.tinkernut.com/partnerproject

  • How to set up a Minecraft Server


    Description:

    Minecraft is a super popular games among the geek community. So in this episode, I’ll show you how to set up your own Minecraft game server.

    You can download the server software here:
    http://www.minecraft.net/download.jsp

    If you have a mac, use the command line to launch the server software:
    java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui

    Here’s the contents of the server.properties file:
    level-name=world
    hellworld=false
    spawn-monsters=true
    online-mode=true
    spawn-animals=true
    max-players=10
    server-ip=
    pvp=true
    level-seed=
    server-port=25565
    white-list=false