python -c “print ‘SGVsbG8gcGxhbmV0IQ==\n’.decode(’base64′)”
quadrispro | July 2, 2008Hi guys, that’s my first post on Planet Ubuntu!
I’m Alessio and this is “Everybody lies“, my personal blog (yes, I’m an House M.D. fan) where you should find any kind of information about me and my projects.
For more information about my activities in Ubuntu, visit my wiki homepage.






Cool title. Welcome.
Lucian | July 2, 2008 | 4:17 pmCool title. Welcome.
[Reply]
vadi@ubuntu-laptop:~$ python -c “print ‘SGVsbG8gcGxhbmV0IQ==\n’.decode(’base64′)” bash: syntax error near unexpected token
Vadim P. | July 2, 2008 | 4:21 pmvadi@ubuntu-laptop:~$ python -c “print ‘SGVsbG8gcGxhbmV0IQ==\n’.decode(’base64′)”
bash: syntax error near unexpected token `(’
vadi@ubuntu-laptop:~$ python -c “print ‘SGVsbG8gcGxhbmV0IQ==\n’.decode(’base64′)”
bash: syntax error near unexpected token `(’
vadi@ubuntu-laptop:~$ python -c “print ‘SGVsbG8gcGxhbmV0IQ==\n’.decode(’base64′)”
File “”, line 1
print ‘SGVsbG8gcGxhbmV0IQ==\n’.decode(’base64′)
^
SyntaxError: invalid syntax
vadi@ubuntu-laptop:~$ python -c “print ‘SGVsbG8gcGxhbmV0IQ==\n’.decode(’base64′)”
Hello planet!
vadi@ubuntu-laptop:~$
[Reply]
Vadim, you can't just paste the thing, you have to
Eddie | July 3, 2008 | 3:30 pmVadim, you can’t just paste the thing, you have to fix the quotes, wordpress gets it wrong. Protip: replace all quotes which are typographic to normal ascii ones.
>Alessio wrote: Hello planet!
Hello man, I want more python posts
[Reply]