06.19.08
Posted in Linux at 10:07 by Arkham
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”
Permalink
05.30.08
Posted in Linux at 15:20 by Arkham
cd
su
rm -i .recently-used*
chattr +i .recently-used.xbel
Permalink
Posted in Linux at 14:42 by Arkham
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
Permalink
05.15.08
Posted in Linux at 11:59 by Arkham
Warning: array_keys() [
function.array-keys]: The first argument should be an array in
/home/.annapurna/ark/ark.asengard.net/blog/wp-content/plugins/wp-syntax/geshi/geshi.php on line
1827
Warning: Invalid argument supplied for foreach() in
/home/.annapurna/ark/ark.asengard.net/blog/wp-content/plugins/wp-syntax/geshi/geshi.php on line
1827
Warning: Invalid argument supplied for foreach() in
/home/.annapurna/ark/ark.asengard.net/blog/wp-content/plugins/wp-syntax/geshi/geshi.php on line
2180
Warning: Invalid argument supplied for foreach() in
/home/.annapurna/ark/ark.asengard.net/blog/wp-content/plugins/wp-syntax/geshi/geshi.php on line
3025
Warning: implode() [
function.implode]: Argument must be an array in
/home/.annapurna/ark/ark.asengard.net/blog/wp-content/plugins/wp-syntax/geshi/geshi.php on line
3077
Warning: array_keys() [
function.array-keys]: The first argument should be an array in
/home/.annapurna/ark/ark.asengard.net/blog/wp-content/plugins/wp-syntax/geshi/geshi.php on line
3108
Warning: Invalid argument supplied for foreach() in
/home/.annapurna/ark/ark.asengard.net/blog/wp-content/plugins/wp-syntax/geshi/geshi.php on line
3108
Warning: array_keys() [
function.array-keys]: The first argument should be an array in
/home/.annapurna/ark/ark.asengard.net/blog/wp-content/plugins/wp-syntax/geshi/geshi.php on line
3151
Warning: Invalid argument supplied for foreach() in
/home/.annapurna/ark/ark.asengard.net/blog/wp-content/plugins/wp-syntax/geshi/geshi.php on line
3151
Warning: array_keys() [
function.array-keys]: The first argument should be an array in
/home/.annapurna/ark/ark.asengard.net/blog/wp-content/plugins/wp-syntax/geshi/geshi.php on line
3292
Warning: Invalid argument supplied for foreach() in
/home/.annapurna/ark/ark.asengard.net/blog/wp-content/plugins/wp-syntax/geshi/geshi.php on line
3292
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:
cp -r /var/abs/extra/ettercap-gtk ~/builds
pacman -U ettercap-gtk-NG_0.7.3-2-i686.pkg.tar.gz
Permalink
04.28.08
Posted in Linux at 20:50 by Arkham
Today, out of the blue, my system freezed.
So, once for all, I decided to enable Magic SysRq keys.
echo "1" > /proc/sys/kernel/sysrq
If my system would ever freeze again, I will start raising skinny elephants…
R -> put the keyboard in raw mode
S -> sync the disk
E -> terminate all processes gracefully
I -> kill all processes
U -> umount all filesystems and remount them read only
B -> reboot the system
In a sentence:
Raising
Skinny
Elephants
Is
Utterly
Boring
Permalink
« Previous entries