Crack MD4, MD5 and NTLM with GPU

Read this article in english Diesen Artikel auf Deutsch lesen

CUDA-Multiforcer is a really great tool, we can use to try to crack MD4, MD5 or NTLM with Brute Force by using our Graphics processing unit (GPU). We can use this tool in Linux such as in Windows or MacOS, we just need to fullfill some requirements, as for example we need to have an Nvidia video card of the G8X series or more, with all its drivers installed and working correctly. For mor specific information you can visit the creaters Website.

Read the rest of this entry »

Download from rapishare and megaupload by command shell

Read this article in english Diesen Artikel auf Deutsch lesen

If you are looking for a download manager for Ubuntu, we recommend Plowshare, one of the best download managers for Ubuntu.
Plowshare is a Software that makes it possible to download and upload files by using the command shell. The most popular servers are supported, as there are Megaupload, Rapidshare, 2Shared, Badongo, Mediafire, 4Shared, ZShare and DepostFiles.
To install the download manager, first we'll need to install teh right codecs by executing the following command:

sudo apt-get install curl librecode0 recode tesseract-ocr tesseract-ocr-deu tesseract-ocr-eng imagemagick

Now, we could visit the authors homepage, to see which is the lastest version available (today it's 0.8.1). Than we execute the following command (if we are installing a later version, we'd need to replace it):

wget http://plowshare.googlecode.com/files/plowshare-0.8.1.tgz
tar xvzf plowshare-0.8.1.tgz
cd plowshare-0.8.1
sudo bash setup.sh install

Once Plowshare is installed, we can download files by using the command shell using the command plowdown and upload using the command plowup.
Here some examples:

plowdown http://rapidshare.com/files/289304031/ubuntu-blog.tar
plowdown listaDeLinks.txt
plowup nombreDelArchivoASubir megaupload

Solution to Wiki-Lyrics on Amarok 1.4

Read this article in english Diesen Artikel auf Deutsch lesen

While trying to execute the Wiki-Lyrics script, you probably stumbled on the following error message:

We are sorry...
You need QtRuby, RubyGTK or TkRuby to execute this program.

To solve this problem, we'll need to install the libgtk2-ruby package, executing the following command in a terminal:

sudo apt-get install libgtk2-ruby

Dalle | Tool to put splitted files together

Read this article in english Diesen Artikel auf Deutsch lesen

According to the author, Dalle is a set of utilities to work with splitted files in various formats. But, not only we can put splitted files together, Dalle also allows us to split files in several parts.

Logo Dalle

The supported formats are:

  • Astrotite
  • Axman 3
  • Easy File Splitter
  • File Splitter
  • Genérico
  • Hacha (1, 2 y Pro)
  • KamaleoN (1 y 2)
  • MaxSplitter
  • SplitFile
  • Zip

We can download the software as a deb package from the download section of the Sourceforge Website.

Once installed, we can start the programm by executing the following command:

dalle-gtk

Show in Pidgin what you’re listening on Spotify

Read this article in english Diesen Artikel auf Deutsch lesen

Because of a comment we received from Silverwolf, in which he asked us, how to show what you are listening on Spotify, we started a research... and we found a plugin to get it done in Pidgin... (we are still looking for a solution to show what you're listening to on emesene)

Logo Pidgin

Read the rest of this entry »