Archive

Archive for the ‘Mac’ Category

Mac: How to ‘remove’ the WD SmartWare CD

February 22nd, 2010 André No comments

Having bought my second Western Digital MyBook 1TB, I faced an annoying issue: I couldn’t get rid of the virtual CD. This may seem a small problem, but I dislike when I have to deal with stuff, I didn’t ask for in the first place.

My first thought was to delete the part of my hard drive that contains the files. That didn’t work out well, not to say not at all. Not even my beloved gParted could get rid of it.

Step two was the visit of Western Digital’s website for more information. (Only a geek would understand why this wasn’t my first step. ;) ) I ended up here but wasn’t happy with that solution. Yeah I know, I’m difficult.

My final solution was the cleanest in my opinion and includes typing the following into the terminal:

sudo sh -c "echo UUID=`diskutil info /Volumes/WD\ SmartWare/ | grep 'UUID' | awk '{print $NF}'` none hfs rw,noauto 0 0 >> /etc/fstab"

After a restart there’s nothing but a clean desktop and my Finder isn’t unnecessarily cluttered either.

Mac: How to add a spacer to your dock

January 23rd, 2010 André No comments

Seems that I’m in a spacer / blank icon mood lately, but they really help if you’d like to cluster your apps and therefore ‘unclutter’ your working space. (I just wrote an article on how to add a spacer for iPhones here.)

Here are the few steps it takes to achieve this:

1) Go to Applications -> Utilities -> Terminal

2) Type or copy/paste the following:

defaults write com.apple.dock persistent-apps -array-add ‘{tile-data={}; tile-type=”spacer-tile”;}’

3) Press enter and type or copy/paste this:

killall Dock

4) Once you pressed enter, you will realize that you have just created a spacer.

5) Repeat as you wish (restarting the dock in-between isn’t necessary) and exit the session by typing:

exit

6) Now the Terminal can be closed. The icon(s) can be treated like normal ones (moving and deleting).

Enjoy your new found tidiness.

Mac: Setup for a non-Apple-mouse (Logitech G9 in my case)

December 21st, 2009 André No comments

Since I started using a Mac, my mouse (Logitech G9) didn’t work as well as I was used to when I was still using a PC. The reason was the inability to use and / or configure the mouse buttons. I tried to install Logitech’s driver but that didn’t end up well. (Maybe because there isn’t a dedicated driver for this mouse.) Directly after I restarted my machine, I had the feeling that it isn’t running smoothly. I uninstalled the software and lived without features such as going back one page by clicking a mouse button within Firefox.

Luckily I found an app called SteerMouse. This fine piece of software allowed me to set the mouse buttons up the way I like them to work. Now I can not only go forth and back within Firefox, I can also zoom in and out. This finally allows me to use my mouse the way I was used to and even gives me features (zooming, switching between apps) that I wasn’t used to, but that make my daily life a lot easier.

This should work with most mouses  (or mice – to find out more about that topic read this) and help you to get all the features you would expect from a mouse that has all those buttons that await to be used. ;)

Mac: Clean up your Mac

December 20th, 2009 André No comments

During my pre-Christmas cleaning I decided to sort my Mac mini as well. I really like it clean and fast. A nice article at lifehacker.com may also help you if you find your Mac sluggish, or if you simply are a neat ‘freak’ like me. :)

The article describes how you can find programs that take a lot of your system resources, and how you can make your Mac start faster by disabling programs that start automatically when you switch on your system. On top of that, software that will delete unnecessary left-overs from uninstalled apps and system checks is introduced to you. While the article isn’t the newest, the hints offered are still up-to-date.

Online: How to enable Wifi with Alice DSL and Time Capsule (AirPort Extreme)

December 2nd, 2009 André 2 comments

I bought a Time Capsule (an AirPort Extreme is essentially the same, just missing the harddisk) and it’s working flawlessly, after a little work on setting it up. The following article should make it clear how to  set up the router (Siemens) that is provided by the German DSL provider Alice (Hansenet).

To set up the TC, simply follow the explanation given in the setup guide. If you can’t be bothered to read that – and I assure you I know that feeling ;) – just plug in your ethernet cable and install the software that came with your device, as weird as that may seem. I didn’t install it in the first place but was warned that I have an older version currently running. After installing it, I went to:

Applications -> Utilities -> AirPort Utilities

Just click yourself through the process. If you should encounter issues or have questions, this may help (and eventhough it’s quite old, it sure helped me). The most important thing to set up is DHCP. Even if you have PPPoE in mind, just use the suggested option. Now your internet should be up and running (because you Mac will still connect via your entered PPPoE network settings, as the cable is still attached).

Now log in to your Siemens router that Alice sent you, by visiting the following IP with your preferred web browser:

192.168.1.1

Then set up your login details:

Username: YourTelephoneNumber@alice-dsl.de

Password: YourBirthdate (ddmmyyyy)

While you’re at it, set up a password for your router, if you haven’t done so already. ;) Nothing is worse than setting up a secure network and leaving the router open for others to change the passwords.  Simply save your configuration and you’re basically good to go. Basically. You will also need to log in to your own, just created wireless network with your Mac. Now you can plug out your ethernet cable if you made the initial backup already. Otherwise I’d suggest leaving it plugged in until you finished that. I then restarted my Mac, but it should work without doing so.

As you can see, there isn’t much to it. I expected it to be either really difficult or impossible, after reading many discussions about this online. If you still encounter problems setting it up, or if you have further questions, please leave a comment and i’ll get back to you a.s.a.p.

Mac: Create iTunes compatible mp3-files

November 5th, 2009 André No comments

Using iTunes as my main – and most likely only – media player started off quite badly. Not only that I had to change every single video I have into a *.mov-file, I also found *.mp3-files that would neither play on my iPod nor within iTunes. Trying to add these files via iTune’s automatic adding function would move them to the not added folder instead.

The MP3 Validator for Mac OS X neatly solved this issue for me. Just download the software and open it, before you can simply drag-and-drop your mp3-files into the program. It will show which failure persists and repair it. Just checked my whole library and found quite a lot of failures on files which I didn’t suspect in the first place.

PS: Windows-user might be happy to read that MP3 Validator is doing the same for them. :)

PS:PS: Thanks to Trevin Chow for this helpful piece of information.