JLinX – Blog

Weblog von Jan Linxweiler

How to Use Boost Signals and Qt Together

Filed under: Development — Jannis at 4:01 pm on Tuesday, January 15, 2008

I came across troubles using Boost signals together with Qt.

It is a well known problem that is described in the boost FAQ.

You may also have a look at the article A Deeper Look at Signals and Slots.

For general information on boost signals and examples visit the Boost.Signals documentation.

Apple Stores Down

Filed under: Apple & Mac OS X — Jannis at 3:42 pm on Tuesday, January 15, 2008

We are awaiting this years keynote of the Macworld and all the new gadgets that are announced… (-;

It’s only another 2,5 hours away…

Remote Control Leopard with Screen Sharing

Filed under: Apple & Mac OS X — Jannis at 10:28 am on Tuesday, January 15, 2008

How you you can enhance the screen sharing functionality of Leopard is described here.

You can easily control your Mac even from Windows with a VNC client.

Leopard Power Tweaks

Filed under: Apple & Mac OS X — Jannis at 9:19 am on Tuesday, January 15, 2008

lifehacker released a list of power tweaks for Mac OS X 10.5.

It addresses:

  • Enhancements for the desktop and dock
  • Quick Lock
  • Time Machine
  • Finder
  • External Drives
  • Firewall

Addition:

Here is another entry at lifehacker with more power tweaks.

New Design

Filed under: Ohne Kategorie — Jannis at 11:54 pm on Monday, January 14, 2008

The page has again a new design.

I use the Blue Horizon theme from Kaushal Shet know.

I hope you like the new look. Reminds me a little bit of Windows… (-;

Mac OS X – Startup Keys – Boot Options

Filed under: Apple & Mac OS X — Jannis at 1:20 am on Sunday, January 13, 2008
Combination Effect
Command-S Boot into Single User Mode
Command-V Boot using “Verbose� mode (shows all kernel and startup console messages)
X Reset startup disk selection and boot into Mac OS X Server
Shift Boot into “Safe Boot� mode, which runs Disk First Aid. A reboot will be required afterward.
Option Boot into Open Firmware to select a boot device
Command-Option-Shift-Delete Bypass internal harddrive on boot
T Boot into Firewire target disk mode
C Boot from the internal optical drive
N Start from the Network (NetBoot)
Command-Option-P-R Reset Parameter RAM (PRAM) and non-volatile RAM (NVRAM)
(mouse button) Eject (internal) removable media

Zitat des Tages

Filed under: Zitate — Jannis at 1:07 am on Sunday, January 13, 2008

“Wissen ist Macht: die Macht, wiederkehrende
Probleme schnell zu lösen”

How to Use "rm" Together with "find"

Filed under: Linux — Jannis at 9:37 pm on Friday, January 11, 2008

How to delete several directories (or files) that you discovered with the find command?

find . -iname “dir name” -print0 | xargs -0 rm -r

How to Search for Files Under Linux

Filed under: Linux — Jannis at 11:38 am on Thursday, January 10, 2008

find . -iname “expression

« Previous Page