09.20.08
Wild Card

(00:10) [jeroenimo] : - *
(00:13) [n3Cre0] shit a wildcard smiley
(00:13) [n3Cre0] now we will never know what he wanted to express
From #aicrack-ng
Where Doves Kill & Ravens Die.

(00:10) [jeroenimo] : - *
(00:13) [n3Cre0] shit a wildcard smiley
(00:13) [n3Cre0] now we will never know what he wanted to express
From #aicrack-ng
Nautilus “Open with” option and Mplayer don’t seem to behave correctly when the file we want to open contains spaces. The dirty hack to solve it is:
su vi /usr/share/applications/mplayer.desktop
And replace “Exec=gmplayer %U” with “Exec=gmplayer %F”
cd su rm -i .recently-used* chattr +i .recently-used.xbel
I just installed firefox3 beta and I realized that the little icon in upper right corner of the application (the titlebar) had just disappeared leaving a pretty sad spot in my eyesight.
After symlinking a hundred of different images in $FIREFOX_DIR and /usr/share/pixmaps I finally discovered the right one:
cd /opt/mozilla/lib/firefox-3.0/ mkdir -p chrome/icons/default/ cp icons/default.xpm chrome/icons/default/default.xpm
If the same problem happens while you’re using the normal Firefox just change /opt/mozilla/lib/firefox-3.0 into /usr/lib/firefox
Yes, it’s broken.
arkham ~ $ ettercap-gtk ettercap-gtk: error while loading shared libraries: libltdl.so.3: cannot open shared object file: No such file or directory
ABS Solution:
mkdir -p ~/builds
cp -r /var/abs/extra/ettercap-gtk ~/builds
cd ~/builds/ettercap-gtk
makepkg -cpacman -U ettercap-gtk-NG_0.7.3-2-i686.pkg.tar.gz