Configure Trackpoint scrolling permanent in Fedora 17, Fedora 18, Fedora 19, Fedora 20

Posted on Fri 04 January 2013 in Fedora • Tagged with Fedora, thinkpad, Trackpoint

I used gpointing-device-settings tool to configure my trackpoint scrolling but the changes where not persistent and so I had to configure it manually.

Create /etc/X11/xorg.conf.d/01-trackpoint.conf:

Section "InputClass"
 Identifier     "Wheel Emulation"
 MatchIsPointer "on"
 MatchProduct   "TrackPoint"
 Option         "EmulateWheelButton" "2"
 Option "EmulateWheel" "on"
 EndSection

After restarting X …


Continue reading

Build i3 improved tailing wm version 4.4 package for Fedora 17

Posted on Tue 01 January 2013 in Fedora • Tagged with Fedora, i3, i3status, rpm

While I tried to build the new i3 version 4.4 for Fedora I came over the problem that cairo seems to be build without xcb support in Fedora 17. I built a version of cairo with xcb enabled and a i3 4.4 rpm file for Fedora 17. You …


Continue reading

E17 window manager with Fedora 17

Posted on Tue 01 January 2013 in Fedora • Tagged with e17, enlightenment, window manager

The E17 project released a stable version of its window manager. If you plan to use it with Fedora you have to use the repository provided via the OpenSuSE buildservice. While the first versions of the packages didn't work on my Fedora 17 box they now do. This instructions should …


Continue reading

Add mp3 support for Fedora 17

Posted on Wed 14 November 2012 in Fedora • Tagged with Fedora, mp3, rpmforge

Because of licensing reasons there are is no codex for the mp3 format included in Fedora by default.  If you want to play mp3 files you need the following additional packages:

gstreamer-plugins-ugly gstreamer-plugins-bad gstreamer-ffmpeg

This packages are available in the RPMForge repository. Install this two RPMForge repositories:

rpm -Uvh http …

Continue reading

PDF and AI rendering problem with Centos 6 and Typo3

Posted on Sun 11 November 2012 in CentOS • Tagged with ghostscript, GraphicsMagick, typo3

It took me some time to fix a problem regarding the PDF and AI rendering in my typo3 instance. The install tools showed me that every image calculation was working  except PDF and AI. Next to the test within the install tool there is the command shown which worked fine …


Continue reading

Add button to Finder for open iTerm or Terminal here

Posted on Mon 08 October 2012 in Mac, Tools • Tagged with cdto, Mac, shell, Terminal

A very useful addon for Finder on Mac OS X is the cdto application. It's a very basic gadget which helps you open a terminal in the current opened folder. When I am navigating through my filesystem for example browsing a folder of sourcecode or reviewing an extracted tarball you …


Continue reading

Wireshark with XQuartz on Mac OS X Moutain Lion

Posted on Tue 18 September 2012 in Mac • Tagged with wireshark, x11, xquartz

Since Apple removed the X11 support you may faced some problems with X11 based applications. Wireshark is one of those applications which made trouble on my mac. To fix the problem you need to install XQuartz.

Download the lates Wireshark version and run it. It should come up with and …


Continue reading

First very basic MQTT Mac App

Posted on Sun 22 July 2012 in IoT • Tagged with Mac, MQTT

Since I had to bring my self up to speed with all this fancy M2M stuff our developers doing right now I started a small project by my own to learn something about MQTT and M2M communication.

My application is a very basic Objective-C application for Mac based on the …


Continue reading

Install Eclipse C/C++ Juno on Mac OS X

Posted on Sat 07 July 2012 in Mac • Tagged with C++, Eclipse, Mac, mac os x, programming

Description

This tutorial will explain how to install and use Eclipse C/C++ with Mac OS X. I wrote a tutorial for Windows 7 some time ago because you need to install some additional software to be able to compile your programs. With Mac OS X this should be more …


Continue reading

Boxer a dos emulator for Mac OS X

Posted on Sat 07 July 2012 in Mac • Tagged with boxer, emulator, games

These days I stumbled over a nice DOS emulator for Mac OS X to play some retro games called boxer.

It's free and most of the games you know from the 90's are free downloadable from the internet now.

For example I found the shareware battleship I knew from my …


Continue reading