Archives
- September 2019 (1)
- October 2017 (1)
- December 2016 (1)
- October 2014 (1)
- June 2014 (1)
- December 2013 (3)
- November 2013 (1)
- April 2013 (1)
- October 2012 (1)
- May 2012 (2)
- January 2012 (1)
- November 2011 (1)
- May 2011 (3)
- April 2011 (1)
- May 2010 (1)
-
Recent Posts
Author Archives: taliz
Hiding Apple-folders from XBMC
I’m browsing my mediashare via CIFS/SMB, and also from my Mac. The Mac creates some temporary folders and files everywhere, which aren’t visible on the Mac but are there when I browse in XBMC. Quite annoying. Removing them won’t help … Continue reading
Posted in XBMC
Tagged afp, afpd, appledb, appledouble, htpc, mac, netatalk, network trash folder, os x, osx, temporary items, xbmc
Leave a comment
Flashing a dreambox via telnet/ftp
If you don’t have a nullmodem cable available this is an easy and fast way to install a new image on your dreambox. This method will only work with a .img image file.
Home automation part II – location & day/night triggering
In part one I went through the setup of the Tellstick and controlling it via a browser and/or mobile phone app. In this part I’ll try to explain how to make it trigger based on your location and time of … Continue reading
Posted in Android, Automation, Tellstick
Tagged android, automation, day & night, gps, home, locale, location, mobile, remotestick, tasker, telldus, tellstick, trigger, wifi
1 Comment
Making suspend & wakeup work on an ION board with Ubuntu, XBMC & MCE remote
Mostly for my own reference, but it might be useful for you too. Most of the problems and solutions I found via google was related to bugs in the 2.6 kernel, and the solution was often to downgrade. I am … Continue reading
Posted in Automation, Linux, XBMC
Tagged ir, linux, mce remote, microsoft media center, suspend, ubuntu, wakeup, xbmc
2 Comments
Automating your home – it’s easy!
Ever thought about how nice it would be to be able to power on, or off, everything in your home via your cell phone, or the internet? Just imagine one click on a button on your Android or iPhone and … Continue reading
Posted in Automation, FreeBSD, OSX, Tellstick
Tagged android, automation, freebsd, home automation, ios, iphone, mobile power control, osx, plug, power, remote power plug, remote power plugs, remotestick, remotestick-server, tellcenter, telldus, telldusd, tellstick, windows
Leave a comment
Setting UTF8 as default in FreeBSD shell & screen, useful for irssi
This is mostly for my own reference. Running irssi with UTF8 will produce garbage characters unless screen, shell and terminal(not documented here, most terminals use utf8 nowadays though) is also set to UTF8. The commands below will fix it, assuming … Continue reading
Create a report of your Virtual Machine inventory in VMware vSphere with PowerCLI
Here’s a short Powershell script that outputs your virtual machine inventory to a csv-file. Replace VCip with the ip of your vCenter server. Replace VCuser and VCpass with, preferably, a read-only user with access to your vCenter environment. Save the … Continue reading
Posted in PowerCLI, VMware
Tagged esx, esxi, powercli, powershell, vcenter, vmware, vsphere
4 Comments
Transcoding a stream from a Dreambox on FreeBSD using VLC
Do you want to watch your TV channels from home at work? Do you have a Dreambox? If so, continue reading. Streaming the raw output from a Dreambox over the internet usually makes it stutter. So transcoding it first to … Continue reading
Setting up FreeBSD as a fileserver and Time Machine target in Mac OS X
Couldn’t find a post that was up to date, the closest one I found was this: http://thomas.pelletier.im/2010/01/time-machine-freebsd-and-afp-are-on-a-little-boat But it recommends Howl, which is deprecated. I decided to replace it with avahi. I based the avahi setup on these posts: http://www.kremalicious.com/2008/06/ubuntu-as-mac-file-server-and-time-machine-volume/ … Continue reading
Posted in FreeBSD, OSX
Tagged avahi, backup, fileserver, freebsd, lion, mac, macos, netatalk, os x, osx, time machine, timemachine
5 Comments
Finding ISOs mounted by Virtual Machines in vSphere
Well, I’ve never really gotten around to find a good answer on how to find which virtual machine has an ISO mounted. This has been problematic whenever moving the ISO storage, since it will just fail without telling you which … Continue reading