Skip to main content

Posts

Showing posts with the label debian

:: curl-config on debian

:: curl-config: not found If during installing Git you get error like: [ root: git-1.7.5.4 ]# make configure /bin/sh: curl-config: not found make: `configure' is up to date. You can fix that issue with : # aptitude install libcurl3-gnutls-dev libcurl3-openssl-dev :: Links o Google

:: install thunderbird 3.1.10 on linux

:: download thunderbird 3.1.10 email client # wget http://mozilla.cdn.leaseweb.com/thunderbird/releases/3.1.10/linux-i686/en-US/thunderbird-3.1.10.tar.bz2 or you can download on thunderbird download page :: installing thunderbird from source on linux # tar -xjf thunderbird-3.1.10.tar.bz2 -C /usr/local/ :: open / running thunderbird 3.1.10 $ /usr/local/thunderbird/thunderbird :: add thunderbird shortcut on gnome-panel 0. right-click gnome panel and select Add to Panel.. 1. select Custom Application Launcher.. 2. add value on Add Louncher, like: Type: Aplication Name: thunderbird Command: /usr/local/thunderbird/thunderbird 3. click OK button :: links + google + thunderbird

:: error while loading shared libraries: libgtk-x11

:: if you running thunderbird / firefox and get error like: /usr/local/firefox/firefox-bin: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory or /usr/local/thunderbird/thunderbird: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory :: how to fix error libgtk-x11 on linux debian / ubuntu # aptitude install ia32-libs ia32-libs-gtk :: links + google

:: how to create debian live usb on linux

|| whatis debian please take a look this || how to create debian live usb on linux | checking usb pendrive device # fdisk -l | dd debian file iso to pendrive device # dd if=debian-6.0.0-i386-xfce+lxde-CD-1.iso of=/dev/sdd * /dev/sdd is your pendrive device not the partition for your usb device. || links | googlelinux