Category Archives: Tools

Record like a Rock Star – Resources

I recently gave a 2 hour workshop on how to get started with home recording, titled “Record like a Rock Star”. Here are a number of resources that I recommended to the participants.

Zoom recorders

H1: Product Site  | Buy Online: Amazon.com

H4n: Product Site | Buy Online: Amazon.com

Q3HD: Product Site | Buy Online: Amazon.com

Mac Book Pro: Apple

Recording Interfaces:

  • Avid (Protools, mBox, 003, etc)
  • Focusrite ( Saffire series)

Software:

  • ProTools (avid again)
  • Apple’s Logic Express or Logic Pro
  • Nuendo
  • Ableton Live
  • Sony Acid Pro
  • Audacity

Further Resources:

Standardized phone cap calculator

The other day I was trying to compare different phone caps across the multitude of carriers and I found the task quite daunting and difficult. The new price per unit or Standardized pricing that the supermarkets have been using is a great way to easily compare similar products. So I started thinking, why don’t we do the same for mobile phone plans? This would allow us, as customers to easily shop around and get the best deals, empowering us to make the best mobile phone plan choice that suits what we want and need.
And thus the phone cap comparing spreadsheet was born.
I now have 1 of my programmers working on turning it into something you can easily use on this site.
Watch this space over the coming weeks.

P.s I know the reason why this isn’t a popular thought, mobile phone companies like Telstra and Optus don’t want you to have the power to easily compare their plans.

What’s that connector?

Computer hardware posterIf your someone that only opens up a computer every other month, or your upgrading something from a few years ago it can be hard to work out what that connector is that your trying to interface into. Well luckily Sonic840 has put together a poster to help in such situations. Check out the full sized version over at Deviantart

Components Covered Include

Ram (Both Notebook and Desktop)
Hard Drive Connectors
CPU Sockets
Processor Card Slots
Processor Card Sockets
Power Connectors
Peripheral Cards
Motherboard Back panel ports (Audio/Video/Data)
Desktop Card Slots

Call us slow…but Hyper V Server is free…

Today we were researching VDIs in the office for a client and came across Hyper V server from Microsoft, after looking around it appears that it’s free. We are currently downloading it and will be testing it out over the course of the next week, along with CitrixXen Server and XenDesktop.

Do you have a favourite VDI or virtualization platform? Then be sure to let us know in the comments.

Microsoft Hyper V

Buy Cables in Bulk to save money [Tips]

Buy in bulk to save on computer cables.When working with computers you can almost never have enough cables. The main cables in use are

  • IEC Power cords (also known as Kettle Cords)
  • Power Boards
  • SATA drive cables
  • Molex to SATA power adaptors
  • VGA, DVI, HDMI video leads
  • USB cables

It’s rather annoying when starting on a project and you get held up because you don’t have the correct cable for the job. (You new mother board came with 2 SATA, and your trying to install 3 SATA devices). So by investing in a little bit of cash now you can save yourself time, effort and energy down the track.

I recently needed a couple of extra SATA cables for a job and some other upgrades. Instead of going to shop and buying them for $5 each I was able to pick up a bulk pack of 10 for under $7 online, with free shipping. That’s a saving of over $43, plus 1 hour of my time (remember time is worth more than gold these days) because I didn’t have to waste that 1 going to the shop.

Overkill Router for any small business (or advanced home user)

Small businesses generally have an IT budget of 0, but need the best performance that money can buy.

Most small businesses rely on their little modem/router/wireless access point combination plastic box to perform all the needed tools and utilities to get the internet around their network to all their uses. But sometimes there comes a day where the little router just doesn’t have the functions required for the expanding network. (Such as complex block lists, cache, VPN functions etc). But at the same time, any left over IT budget goes into upgrading staff machines, rather than the network infrastructure.

But you don’t have to pay a lot for these extra features. If you have an old machine lying around the office, the only major upgrade that you might have to do is spend $15 on a new PCI network card and 10 cents on a CD to turn that machine into a fully fledged Firewall/Router/Proxy Server/etc.

What we are doing is turning that old Windows 98 machine into a dedicated (i.e you can’t use it for anything else) firewall and router for your small business network.

Basically all you need is a copy of either of the following operating systems:

And a machine with 2 network cards.

*Endian calls itself a Unified Threat Management & Requires better hardware than the others listed. It can perform virus and spam scans on the data in real time as it passes though the firewall. Pretty cool ey.

Check out Episode 718 of Hak5 to see how they turned a few parts they had lying around (Motherboard with a Intel Atom processor, 2GB of ram, 250GB IDE harddrive, please note they do stress that what they are using is an overkill but the process is still the same. Ed Note: The current Firewall at the office here is a simple 133Mhz processor, with 32 mb of ram & a 3 GB hard drive, it runs 24/7 and serves upto 8 users, IPCop or Smoothwall can run on almost anything) into a dedicated router and firewall.

Once you have it setup, just plug it into your network between the modem and your switch and let it go.

Command Line Mounting and Unmounting drives/volumes – Windows

Today we came across an issue while working on a virtual server. We had created a virtual hard drive, attached it to the virtual Windows 2008 Server machine, added some files to it and wanted to unmount the virtual drive and then attach it to another virtual machine.

The virtual machine manager (XenCenter in this case) wouldn’t allow us to disconnect the drive, while the virtual guest OS was still using it.

A quick Google and we finally found this command:

mountvol

Creates, deletes, or lists a volume mount point.

That’s exactly what we needed. Heres how to use it:

Creates, deletes, or lists a volume mount point.

MOUNTVOL [drive:]path VolumeName
MOUNTVOL [drive:]path /D
MOUNTVOL [drive:]path /L
MOUNTVOL [drive:]path /P
MOUNTVOL /R
MOUNTVOL /N
MOUNTVOL /E

path        Specifies the existing NTFS directory where the mount
point will reside.
VolumeName  Specifies the volume name that is the target of the mount
point.
/D          Removes the volume mount point from the specified directory.
/L          Lists the mounted volume name for the specified directory.
/P          Removes the volume mount point from the specified directory,
dismounts the volume, and makes the volume not mountable.
You can make the volume mountable again by creating a volume
mount point.
/R          Removes volume mount point directories and registry settings
for volumes that are no longer in the system.
/N          Disables automatic mounting of new volumes.
/E          Re-enables automatic mounting of new volumes.

To unmount the drive that was in use we just used:

mountvol E:\ /D

The E:\ drive was then released from Windows and this allowed us to use and mount the disk else where.

How to: Remotely Shutdown a PC from anywhere [Tools]

Sometimes it’s useful to leave a PC running while your not at it. It is sometimes also equally useful to be able to turn it off while not at it. Luckily their are several ways of doing this.

Lifehacker recently reviewed a program called Switch Off. Its a small application that allows you to shut down (or restart, log off, lock, start VPN connections, run custom scripts) your computer based on a variety of factors. Such as on a schedule, on CPU load, or even remotely though a web interface. Which is designed for mobile devices. If you setup the correct port forwarding you can shut down your computer from anywhere in the world. For more information check out the lifehacker page

For a simple or quick one off solution you can do a time based shutdown using a built in command on any Windows XP, vista, 7, Server 2003, Server 2008 with the shutdown command.

Just open a Run window (Start – Run or Windows Key + R) Type in:

shutdown -s -t [number of seconds] -f

(The -s is for shutdown, to restart use -r. The -f is to force all programs to shut down, works 99.9% of the time)

So to turn off your PC in 30 minutes you would use the following command:

shutdown -s -t 1800 -f

Some common Seconds to Minutes conversions are:

15 minutes – 900 seconds
30 minutes – 1800 seconds
45 minutes – 2700 seconds
60 minutes – 3600 seconds
120 minutes – 5400 seconds.

This shutdown command also works if you want to shutdown a computer after using Remote Desktop Connection (RDC). When you go to shutdown after using RDC you’ll notice disconnect rather than shutdown. By using this you can shutdown the remote server (or restart) without having to go the the physical machine.

More information on Switch Off or on LifeHacker