Skip to main content

Posts

Showing posts with the label :: desktop

:: How to enable Java on Google Chrome in Linux Debian

:: How to enable Java on Google Chrome + Installing Java on Linux Debian # aptitude install sun-java6-jre sun-java6-plugin + Create 'plugins' directory # mkdir /opt/google/chrome/plugins + Soft-link the plugins file # ln -s /usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/amd64/libnpjp2.so /opt/google/chrome/plugins/ :: Links + Google + SuperUser

:: 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

how to disable / enable popups pidgin messenger

:: how to disable / enable popups pidgin messenger 0. open plugins menu: Tools - Plugins 1. disable libnotify popups :: links + googlelinux + vavai

:: how to enable tcp/ip forwarding on windows xp

:: how to enable tcp/ip forwarding on windows xp 0. open regedit.exe start - run - regedit 1. go to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters 2. set the following registry value: Value Name: IPEnableRouter Value type: REG_DWORD Value Data: 1 3. quit regedit and reboot your computer. :: links + googlemicrosoft + microsoft

:: how to install google talkplugin on blankon / ubuntu

:: whatis google talk-plugins please take a look this :: how to install google talk-plugins 0. download google-talk_plugins package on http://www.google.com/chat/video/download.html 1. just open your google-talkplugin and click Install 2. restart your browser if you got error, like: Error: Dependency is not satisfiable: libglew1.5 (>= 1.5.0dfsg1) please enable, extract packet of repository: 0. System - Administration - Synaptic Package Manager 1. Setting - Repositories - [ check/enable ] Community-maintained (extras) 2. Reload 3. installing google-talkplugin :: links + googlelinux

:: login terminal server on console mode

:: error remote login on w2k3 if you connecting w2k3 and got error: "the terminal server has exceeded the maximum number of allowed connections" you can login to the server with console mode. :: how to login terminal server on console mode # linux / rdesktop [ linux: ~ ]$ rdesktop -0 -u administrator -p adminpassword 10.10.10.10 # windows c:\> mstsc -console 10.10.10.10 :: links + googlelinux + geegwithblogs + man rdesktop

:: installing blankon linux on pc

:: whatis blankon linux BlankOn is a Linux Distribution developed by Yayasan Penggerak Linux Indonesia (YPLI) and BlankOn developers, which aims to build a linux distribution according to the needs of Indonesian computer users. -[ http://www2.blankonlinux.or.id/english/ ]- :: how to install blankon on pc 0. download file .iso blankon linux on this 1. burn on the cd (livecd) or run it on liveusb 2. booting blankon linux in the pc and click "install blankon" 3. follow instruction on the screen :: links + googlelinux + blankonlinux

:: install googleearth on linux opensuse

:: what is please take a look this :: how to install google earth on linux opensuse 0. download googleeartlinux.bin on google earth download 1. run googleearthlinux.bin [ linux : ~ ]# sh GoogleEarthLinux.bin 2. enjoy :: links + googlelinux + opensuse