Paypal Outlaw

257534082423aad3c

Caro(a) Paulo Figueiredo,

Estamos enviando este aviso porque você recebeu mais de 2.500,00 EUR em pagamentos totais em sua conta do PayPal.

O acesso à sua conta foi limitado porque não forneceu as informações que solicitamos em 2015/09/27 para manter a conformidade com as normas da UE.

Quando o PayPal limita uma conta, seus fundos podem ser retidos até confirmarmos a sua identidade de acordo com o Contrato do Utilizador.

———————————–
Para remover o seu limite de recebimento:
———————————–

logstalgia

For a long time that I’v wanted to install logstalgia….
Todays is the day!

So, we need to download Xcode 5.1.1 (Mountain Lion) from https://developer.apple.com/downloads/.

BREW
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install wget
wget https://github.com/acaudwell/Logstalgia/releases/download/logstalgia-1.0.6/logstalgia-1.0.6.tar.gz
tar -zxvf logstalgia*.gz
cd logstalgia*

brew install pkg-config glew sdl2 SDL2_image sdl SDL_image boost GLM freetype pcre
./configure
make
make install

This should do the work.

MacPorts

Other way to install is using MacPorts – logstalgia @ macports -.

Via terminal

sudo port -p -u install "nolstalgia"

Using GUI?
You can try jportsui Java based, graphical user interface to MacPorts 2.0+.

 


If you have an old GCC verion (prior to 4.6) you might get the following errors…

Unfortunately while making “make” I had an error f*ck!

cc1plus: error: unrecognized command line option "-Wno-unused-but-set-variable"
cc1plus: error: unrecognized command line option "-std=gnu++0x"
make: *** [src/logstalgia-ncsa.o] Error 1

Why?
According to some pages GCC is to old. We need GCC 4.6, mine is 4.2.1.

gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)

 

Sources / Related links

http://logstalgia.io/
http://robido.com/mac/install-logstalgia-on-mac-and-use-with-ssh-tunnels/
https://developer.apple.com/downloads/

WordPress, delete duplicate entries

I run some wordpress blogs and their posts are generated with a tool that I’v made.
Unfortunately for several reasons I got duplicated titles/posts.

1465 duplicate titles (3274 individual entries)
 I’v tried some plugins to delete this duplicated posts – keep the older ones – but the one that really worked was Fix Duplicates – Duplicate Entries.