Tag Archives: Terminal

[Pre] Re-Enable Full App Catalog in Europe

The European Update 1.3.1

On Monday European Palm Pre users were just happy to eventually have the 1.3.1 update that has already been provided to U.S. customers two weeks earlier.

Sadly the smiling in our faces didn’t last long. European customers rapidly found out that their App Catalog had been crippled. PreCentral explains why this technically happened, but they cannot explain the marketing logic behind this move.

Luckily there is a strong European community of developers, that Palm should be listening to more carefully, since many of us are iPhone switchers.

The workaround for Europeans

A guy going by the nick Dleira from Switzerland found a way to re-enable many more (all?) applications for European Palm Pre friends aswell. It has been confirmed to be working, but anyway: do this at your own risk. We did not test it yet. This workaround requires root access to your Pre.

Link

» PreCentral Forums: Re-Enable App Catalog in Europe by Dleira

[MacOS] Switcher’s Hints 1001: Moving Cursor in Terminal

Mac OS has the wonderful feature that it’s got a BSD compatible Unix enviroment called Darwin as the basis. You can get to it by simply starting the terminal. Once getting used to it you even install Cygwin to your Microsoft Windows installation because it simply is a powerful way of controlling your computer.

Anyway typos and forgotten parameters is pita once you entered some longer commands. Going back to the beginning of the line is real pain, using the right/left cursor arrows takes forever. But there are workarounds…

The following list shows some of the most common commands that help to use the terminal more effectively – derived from the old unix days btw.

Key
Function
Ctrl-A jump to beginning of the line
Ctrl-E jump to end of the line
Esc-F jump forward word by word (requires to hit Esc every time again!)
Esc-B jump backword word by word (requires to hit Esc every time again!)
Tab completes the names of folders and files

BTW: Did you consider our sponsors yet, they really got the coolest offers. Thanks for helping us maintaining this page free.

[MacOS] Switcher’s Hints 1001: Change the Dock to 2D

You don’t like the Dock in 3D? You like it in 2D but sadly this is available only if you put the Dock to the left or the right side of the screen? There is a simply command that can help you :-)

Changing the Dock to 2D

Just open a terminal and do the following:

  • myUser$ defaults write com.apple.dock no-glass -boolean YES
  • myUser$ killall Dock

Et voilà, it looks like this:

Changing the Dock back to 3D

In case you want to change it back to 3D for whatever reason, do this:

  • myUser$ defaults write com.apple.dock no-glass -boolean NO
  • myUser$ killall Dock

And it looks again like default:

If this article helped, consider our sponsors, they may help you aswell – at least they help us maintaining these pages, that help you. Got it? Thanks :-)