DreamOn (Dreambox Remote) Update

Pulse-O-Meter released an update for DreamOn (DreamOn is an Dreambox Remote App for iOS) and they added support for the iPad. I think this is one of the best iOS apps for a Dreambox.

Here some Features:

  • Full featured remote control
  • Electronic Program Guide (EPG) for all services
  • Zapping (support for User-Bouquets)
  • Timer management (Create, Edit, Delete)
  • Movielist (View or delete recorded movies)
  • SMS (Send shortmessages to the TV-Screen)
  • Control the Dreambox (Standby, Reboot etc.)
  • Manage configuration of several dreamboxes
  • iPad Support

Here some Screenshots iPhone:

Posted in Apple, Fun, Hardware, Home, IT, iOS, iPad, iPhone | Tagged , , , , , , , , , , | 2 Comments

My Bumper arrived

iPhone 4 Bumper

My iPhone 4 Bumper just arrived. I didn’t really like iPhone cases and things like that. I used my iPhone, my iPhone 3G and my iPhone 3GS without any cases, but the Apple Bumper for the iPhone 4 looks nice.

Posted in Apple, Home, IT, iPhone | Tagged , , , , , , , , , | Leave a comment

GForge gets support for iOS

Good news for GForge users. GForge gets mobile support for iPhone and iPad. This was something I missed for a long time. This will make working with GForge even better.

Gforge

Here is the Blog post:

We are currently developing a client GForge Application for one of the most popular mobile devices platforms, iPhone and iPad. GForge mobile application will have the following features:

  • User management
  • Project Browser
  • Tracker Browser
  • Tracker Item View and Modification
  • Tracker Item Creation

Fast communication and information sharing are the keystones of GForge tools. Today’s mobile devices and smart phones provide a new way to take these two features to a higher level, allowing people to stay in touch even while they are on the road or away from a regular computer.

Since GForge Community opinions and feedback has been always very important for us we would like to know what other cool features you would like to see on this release.

Posted in Apple, IT, Software, Web, Work, iOS, iPad, iPhone, iPod | Tagged , , , , , , , , , , , , , | Leave a comment

How to create a Powershell v2 Module

Powershell Header

If you need some functions a lot in different scripts you create maybe external function files. This is a good way to clean up your code. To get this functions running in your mainscript.ps1 you can call this other file “dotsourced”:

. C:\PSscript\output\sayhello.ps1

If you have more than one external function you have to call each file:

. C:\PSscript\Modules\Output\sayhello.ps1
. C:\PSscript\Modules\Output\saygoodday.ps1
. C:\PSscript\Modules\Output\saybye.ps1

In Powershell v2 you can create your own modules, which you can call by:

Import-Module C:\PSscript\Modules\Output

Now how can you create this output module?

  • First you create a directory for the all modules, called Modules
  • Secound you create a directory for the Output module, called Output
  • Than copy all of your Powershell Scripts (.ps1 files) in to this folder
  • Now create a file called Output.psm1. Its important that this file has the same name as the folder
  • In this file write the following code (for each file in this folder):
    . ./Modules/Output/sayhello.ps1
    . ./Modules//Output/saygoodday.ps1
    . ./Modules//Output/saybye.ps1
    

Now you can use the Import-Module to import your own module called output.

There are a lot of other things you can use to make everything a little bit easier, like system variables for the module and script paths.

Posted in IT, Microsoft, Powershell, Software, Windows Server, Work | Tagged , , , , , , , , , | Leave a comment

Still love my iPad

iPad

I still love my iPad. Now I really start to work with it. It keeps my life simple and easy.

First I start with a daily briefing with my todos (Things) and events for today. I also read a lot of news with my Google Reader app (Newsrack) which also syncs with my iPhone, so I always see whats new around the tech world.

Through the day I need it to get quick information about tech or other stuff. I also use it for social networks like facebook, twitter and so on.

iPad iTap RDP

With Apps like iTap RDP I can use it to control Windows Server in our Datacenter and create and read notes with Evernote. There is also a pretty cool Powershell Guide for the iPhone and the iPad called iPowershell.

iPadAt home I use it as a Remote Controller for iTunes, my Dreambox and other things. And if I have a moment i don’t need it, I use it as a Picture frame.

Important to note, the iPad does not replace my notebook or my iPhone, but there are a lot of new things, I never thought about I could do this way.

Posted in Apple, Fun, Hardware, Home, IT, Microsoft, Powershell, Software, Web, Windows Server, Work, iPad, iPhone | Tagged , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Reinstalling my Mac Mini Server

photoReinstalling my Mac Mini Server


New photo added to Virtual Home.


Posted in Pictures | Tagged , , , , , , | Leave a comment