Straight to the point. Although there’s a wide-spread monkey’s audio DEB installation file hanging around on the web, it was compiled on some old version of ubuntu and no longer works on ubuntu 11.10 (oneiric ocelot). So I compiled my own deb with a slightly modified version of the mac author’s source code.

get it here!

oh, it’s for 32 bits by the way.

Basically, the only modification I made to the source code was to remove the functionality of the overriden function void CAPELink::ParseData(const char * pData, const str_utf16 * pFilename) located at /src/MACLib/APELink.cpp

bye

Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Twitter

Invader en un artista urbano parisiense que se ha dedicado a “invadir” distintas ciudades del mundo colocando afiches hechos de cerámica de distintas figuras del famoso juego de los 70s “space invaders”. Estos afiches son ubicados estrategicamente, por lo general, en zonas con alta circulación y visibilidad, aunque también se pueden encontrar en zonas con poca afluencia. En Montpellier, al sur de Francia, la distribución de la invasión se realizó de manera tal que se formaba una figura a gran escala en el mapa.

La identidad de Invader es desconocida públicamente puesto que su trabajo es considerado una forma de vandalismo por autoridades… y parte de la población civil. En la opinión de invader, su trabajo solo es una alternativa artística a la enorme cantidad de carteles publicitarios y anuncios espectaculares que, de por si, ya han invadido la mayoría de las ciudades actualmente.

Lo cierto es que el trabajo de invader le ha valido como publicidad personal al grado de colocarlo como un artista urbano conocido mundialmente. Sus trabajos están exhibidos en galerías de importantes ciudades como Paris, Londres, Nueva York y Tokio. En su sitio web ya se pueden encontrar mapas turísticos con las ubicaciones de sus diferentes figuras así como libros que documentan sus invasiones, además de playeras, zapatos… etc, ughhh!

Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Twitter

WEP encryption is a joke, it takes about 5 minutes to crack any wireless network’s password using this type of encryption. All you need is a computer with a wireless card that supports packet injection, and some Linux distro (Ubuntu live CD will do just fine).

In this guide I’ll be using Ubuntu Maverick Meerkat 10.10 (but any version/Linux distro should do) and WepCrackGUI, a GUI based on mono (c#) developed by criser, it uses the popular aircrack-ng suite. You could do the same from a terminal with the aircrack-ng suite alone, but this way is a lot easier since you don’t have to remember any command lines nor copy mac addresses.

Please remember that cracking other people’s wireless networks is illegal and you should only use this to test you own network security.


1.

If you don’t have Ubuntu installed, boot your computer with the Live CD.


2.

Install the aircrack-ng suite and macchanger:

sudo apt-get install aircrack-ng macchanger


3.

Download the latest version of WepCrackGui (.tar.gz) from here and extract it’s content anywhere in your filesystem.

Optionally, if you want the capability of discovering hidden networks, you should install mdk3.
Download the latest version of mdk3 from here, uncompress it, open a terminal in the same folder, and type

make

then

make install

All set, now open a terminal, go to the folder you extracted the files to and run wepcrack:

sudo ./wepcrack

It will automatically disable network manager and start scanning APs


4.

Select the target network and Click on “Test Injection”:

After the test is complete, click on Start Monitor.

Note: if this test fails (shows 0% or N/A) you should patch your network card’s driver to allow injection. A good place to start with this process would be: http://www.aircrack-ng.org/doku.php?id=patching.


5.

Now click on the Authentication tab and click “Start Authentication”. If the signal is strong enough (over 30%), you should see the “wpa_state=COMPLETED” message in a few seconds.


6.

Click on the attack tab, leave all types of attacks checked and press “Attack”. Wait a few minutes for packet injection/recollection to begin.


7.

Click on the crack tab and press “crack”.

If there’s enough IV’s recollected (sometimes as little as 10K is enough, but usually 80K) you should see the AP password, otherwise wait a bit longer and try again.

That’s it, I bet you one dollar that the next thing you’ll want to do is to change your AP’s encryption to WPA.

A couple of useful links:

Criser’s wepCrackGui @ aircrack-ng forum
WepCrackGUI @ sourceforge

Bye

Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Twitter

To me, there’s a few look glitches in the new ubuntu release (maverick meerkat)… 4 little things were bothering me in particular to a point that I decided to spend some time and get them tweaked to my taste.

Here’s a quick view of the things I’ve changed:

1.

In the radiance and ambiance themes, the top panel’s background image does not stretch when you make the panel bigger. I personally don’t care much about the background image as I like my top panel to be transparent, but there’s a problem with that too: the original bg-image is shown in some portions of the top bar even after changing the background from “system theme” to “solid color”.
So, if you want to make the taskbar transparent do this:

First copy the Radiance theme to your .themes directory, this way you won’t have to modify the theme system wide.

cp -R /usr/share/themes/Radiance ~/.themes/

Now edit the gtkrc file

gedit ~/.themes/Radiance/gtk-2.0/apps/gnome-panel.rc

Note: if you have ubuntu 10.04 you should edit this file instead:

gedit ~/.themes/Radiance/gtk-2.0/gtkrc

Find this line

bg_pixmap[NORMAL] = "panel_bg.png"

Comment out the line by adding a # at the beginning

# bg_pixmap[NORMAL] = "panel_bg.png"

Finally restart the panel by entering

killall gnome-panel

If you don’t care about transparency, but still would like to make the top panel bigger, there’s no option for now but to manually edit and resize the background images located at:

~/.themes/Radiance/gtk-2.0/apps/img

2.

The Rhythmbox status icon (in the notification area) is ugly, too big and… yellow!, it doesn’t match all the other monochrome icons.

in order to get this yellow icon replaced by a monochrome one you’ll have to replace the icons named “rhythmbox.png” located at:
/usr/share/icons/hicolor/16×16/apps
/usr/share/icons/hicolor/22×22/apps
/usr/share/icons/hicolor/24×24/apps
/usr/share/icons/hicolor/32×32/apps
/usr/share/icons/hicolor/48×48/apps
(That should be enough unless your top panel is bigger than 48 pix)

For the radiance theme, I used the monochrome icon located at /usr/share/icons/ubuntu-mono-light/apps/24/rhythmbox-panel.svg

So the quickest way to do it is to become super user and open the desired icon with gimp:

sudo gimp /usr/share/icons/ubuntu-mono-light/apps/24/rhythmbox-panel.svg

scale it to the proper size (starting with 16×16) and save it as /usr/share/icons/hicolor/16×16/apps/rhythmbox.png replacing the previous icon.

You’ll have to repeat this process for all the folders for the different icon sizes: 22×22, 24×24, 32×32, 48×48 etc.

Please note you’ll have to restart session a few times before the new icons show up in the status bar.

3.

In maverick meerkat, the broom icon to clear the search field in rhythmbox (and banshee) was replaced with some ugly X icon.

If you want the broom back you could change the icon set to “gnome”, but to keep the “humanity” icon set and still have the broom, do this:

Download the broom icon in SVG format from HERE.

Rename the icon to edit-clear.svg and copy the file to /usr/share/icons/Humanity/actions/16 (you’ll need root permissions; sudo nautilus)

4.

Title bar transparency

Title bar looks a lot cooler with transparency :P

in a terminal run

gconf-editor

go to apps → gwd and change metacity_theme_active_opacity to your desired alpha value (1 = 100% opaque, 0.6 = 60% opaque and so on)

Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Twitter

The easiest way is to install Network Time Protocol (NTP) as a daemon (ntpd). It will continuously calculate the drift of your system clock and adjust it in small increments.

sudo apt-get install ntp

Once installed, you should check it’s up and running

sudo /etc/init.d/ntp status

If it’s stopped, try restarting the service

sudo /etc/init.d/ntp restart

If you wish to manually update the clock via ntp do this:

ntpdate ntp.ubuntu.com

For more info and other options go here

cheers

Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Twitter

If you ever get the “#2002 – The server is not responding (or the local MySQL server’s socket is not correctly configured)” error when accessing phpmyadmin on a ubuntu server, there are several things you can do, this page has a good summary of possible causes and solutions. However there’s an easier way…

Open a terminal (on the server of course) and type this:

sudo dpkg-reconfigure -plow phpmyadmin

hit enter and reconfigure phpmyadmin following the simple steps. You’ll get it up an running in no time. If i had this info before tragedy, it would have saved me half a day of ugly config.ini.blahblah file editing

Cheers

Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Twitter

To begin with, a hotlink is when someone links any kind of file from an external site to your server. The link can be targeted to an image, a video, a pdf document, a zip file, etc, etc. There’s nothing wrong about this except for two possible reasons:

  • You have private files you don’t want to be accessed by everyone
  • Your hosting service provides a limited bandwidth (and so you don’t want to become a file hosting service).

The best way to block hotlinking on your site is by editing .htaccess and configure the RewriteCond. The .htaccess is nothing but a plain text file located on your www folder (and/or a subfolder) which tells your apache server what access restrictions apply to the files in the folder it is located at; The RewriteCond is a “command” which rewrites the URL of your site, is used for a lot more things than just blocking hotlinks. For example to change the .php extensions from your web pages, or to show the URL as a permalink. It’s php voodoo as some say.

In order to use the RewriteCond, the mod_rewrite.so needs to be enabled in your apache2 configuration. In ubuntu, this module is not loaded by default in a standard repository-based apache install, and the process to enable it a slightly different from the process – wide spread on google first results – followed in other apache installs (older versions, different linux distros, etc etc). Moreover, .htaccess directives are not enabled by default. But let’s not worry too much, all this can be solved in a few steps… let’s get it working

First thing to do is to get straight to the action and create an .htaccess file and test to see if it works. If it does work you can be happy right away, if it doesn’t, you will have to follow step 3 to get it working.

Step 1. Creating the .htaccess file

Open a new text editor and paste this:

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yourdomain.com [NC]
RewriteRule \.(jpg|jpeg|png|gif|zip|rar|docx|xlsx)$ - [NC,F,L]

You should replace”yourdomain.com” with… your domain name, duh, and the file tipes you want to block from hotlinking.

Let me explain what this lines mean:

First line will enable the RewriteEngine.
Second line will allow blank referers, this is usually enabled because some firewalls block the HTTP_REFERER data, so if someone have a strong antivirus + firewall thing enabled, he might be unable to download a file or see an image even when its not a hotlink.
Third line will block any referrer that is not your own domain, with or without the www and case insensitive ([NC]).
Fourth line will block all file types specified inside the brackets, case insensitive [NC] and will show a the “403 forbbiden” [F] message, The [L] means “Last Rule”, no more rules will be proccessed if this one was successful.

There are a lot of sites that will help you generate all this lines for you, here’s one.

save this file and name it .htaccess (starting with a dot). The rules in .htacces will apply to the folder it is located at and all it’s subfolders. So if you want to protect all your sites you should place .htaccess in your web server root folder (usually /var/www).

Step 2. Testing

First of all, load your own site from a browser and see if it works, if you see some “misconfiguration error” thing, rename the .htaccess file you’ve just created to anything else and everything will be back to normal, we’ll get back to it later. This error points that you don’t have the rewrite_mod enabled in your server, and you have to enable it by following step 3.

On the other hand, if no error is shown, copy any image *location* (right click, copy image location) from your site and send yourself an email with the link. CLEAR YOUR BROWSER’S CACHE and then try to click the link. You should see the 403 forbidden page.
Also, this page has a hotlink testing tool, remember to clear your browser’s cache each time, otherwise the image may show up directly from your computer’s HDD.

If everything worked you are done, you can be happy now, no need to do anything else…
if not, go to step 3.

Step 3. Enable mod_rewrite.so and AllowOverride in ubuntu (only if step 1 didn’t work)

To enable this module in ubuntu, first you’ll need to copy

/etc/apache2/mods-available/mod_rewrite.so

to

/etc/apache2/mods-enabled/mod_rewrite.so

Now, in order to allow the .htaccess policies to apply, you need to edit this file

etc/apache2/sites-enabled/000-default

And make the proper changes to the sections shown here:
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order deny,allow
allow from all
</Directory>

And finally restart apache

sudo /etc/init.d/apache2 restart

Done!, now go back to step 2 and test that everything works. Remember to rename back the .htaccess file.

Cheers

Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Twitter

77 million paintings is the title of the most recent Brian Eno’s video-installation. It can be described as a conception machine which produces an ever-evolving visual metamorphosis based on the random combination of a set of hand-made graphical work painted by Brian Eno himself. The resulting images are formed by the use of superposition and fading among the original graphic work, and are proyected over a variety of sites and surfaces. Each “light-painting” lasts only for a brief lap of time until it evolves into a different one.



photo by dailymail.co.uk

Even when the artist has a certain control over the input images and the time they last, the resulting image is unpredictable and thus the name Autogenerative Art. With 77 million possible combinations, the probability of seeing the same painting (or sequence) twice is the same as the probability of one person to win the lottery and get struck by a lightning, in the same day.


The  background music is also a random combination of a set of samples and electronic ambient sounds, very characteristic of Brian Eno. Although the music blends really well, in my opinion, the sonic diversity is not as vast as the graphic work.

A plus is that this installation can be – to a certain point – experimented by anyone with a minimum of electronic gear. This is because the software with the original artwork used during this installation was released by Brian Eno in a DVD… ed2k link.

photo by Scott Beale

Here’s a video of Brian Eno’s presentation during an instalation of 77 million paintings

Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Twitter

Lessons of Darkness – Werner Herzog 1992

This is a magnificent work by Werner Herzog about the aftermaths of the most stupid thing ever invented by men: the war. This film is a mixture of documentary and sci-fi with footage of real post-war scenarios on the kuwait desert, although the film never mentions any relevant political or geographical information.

The music included in this film is a excellent selection on classical pieces from big symphonies and operas and it plays a fundamental role in the film. It transforms a real life post apocalyptic scenario into a powerful and strangely cautivating visual symphony with in-location sound recordings as interludes along with werner’s own voice narrations and interviews.

This is a fragment of the film, the music is Wagner’s Sigefried’s funeral march:

Sountrack

  • Edvard Grieg – Peer Gynt Suite No. 1, Op. 46 (Death of Aase)
  • Gustav Mahler – Symphony No. 2
  • Arvo Pärt – Stabat Mater
  • Sergei Prokofiev – Sonata No. 2 Op.56
  • Franz Schubert – Notturno op. 148
  • Giuseppe Verdi – Messa da Requiem – Recordare (begins at minute 37:24)
  • Richard Wagner – Das Rheingold
  • Richard Wagner – Parsifal
  • Richard Wagner – Götterdämmerung

eMule  (ed2k link) – Lektionen in finsternis

Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Twitter

The second beta release of Ubuntu 10.04 LTS (Long-Term Support) is out! Here’s a quick view of the new exciting features it comes with:

  • A dramatic look and feel overhaul with the new radiance and ambience themes.
  • The task panel comes with renewed indicators and provides integration with instant messaging (empathy), email (evolution) and social networks integration (Gwibber).
  • Active Directory authentication and server support has been improved with the new “likewise-open” release.
  • The latest version of GNOME desktop comes with the new GNOME bluetooth module… now you can pair your phone and connect to the internet through bluetooth.
  • A renewed software center along with the latest open source software catalogue… there’s a new “featured software” section and the ratting stars are back!
  • Faster boot time and a new boot experience

Some screenshots:

I love the new login screen, clean and simple… less is more

This is the new radiance theme and the Gwibber integration, right from the task panel

Here you can see software center’s featured applications and the new ambience theme

The installation process is just beautiful, after 4 configuration questions, a few “next” buttons and a 10 minute wait you get the new system up and running

Boot from the ubuntu CD…

Try or install?

Where are you?

Confirm keyboard layout

Prepare your disk, if you have windows installed you’ll see a dual boot option

Who are you?

Ready to install

Installation process…

Done, restart your system.

You can download this beta release from here. Remember, this is still a beta version and should not be installed on production systems. The final Lucid Lynx 10.04 LTS should be released on april 29th.

Cheers!

Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Twitter



Page 1 of 512345