Skip to main content

Posts

Showing posts from September, 2010

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

:: wordpress theme reset to default

:: whatis wordpress WordPress is an open source CMS, often used as a blog publishing application powered by PHP and MySQL. It has many features including a plugin architecture and a templating system. -[ http://en.wikipedia.org/wiki/Wordpress ]- :: reset themes wordpress to default # with cli [ linux: ~ ]$ mysql -u user -p mysql> use dbwordpress; mysql> UPDATE wp_options SET option_value = 'default' WHERE option_name = 'template'; mysql> UPDATE wp_options SET option_value = 'default' WHERE option_name = 'stylesheet'; # share hosting / cpanel / phpmyadmin 0. login on cpanel / phpmyadmin 1. select db for wordpress 2. select SQL tabs and run this command: UPDATE wp_options SET option_value = 'default' WHERE option_name = 'template'; UPDATE wp_options SET option_value = 'default' WHERE option_name = 'stylesheet'; 3. click GO 4. open your site, if you still get blank screen, you can login on admin page

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

:: how to fix error: failed to convert frame to gd image

:: error gd image on ffmpeg-php Fatal error: failed to convert frame to gd image in blahblabhblah :: how to fix failed to convert frame to gd - make sure your php supported gd ( compiled with gd ) [ linux: ~ ]# php -i | grep gd - install re2c [ linux: ~ ]# zypper in re2c - download and install ffmpeg lasted version [ linux: ~ ]# svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg [ linux: ~ ]# cd ffmpeg [ linux: ffmpeg ]# ./configure --disable-mmx --enable-shared --enable-gpl --enable-pthreads --disable-static --disable-demuxer=v4l --disable-demuxer=v4l2 --enable-libx264 --enable-gpl --enable-libmp3lame --enable-libfaac --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-nonfree --enable-version3 --enable-swscale [ linux: ffmpeg ]# make && make install you can get more detail on this - download and install ffmpeg-php to lasted version [ linux: ~ ]# svn co https://ffmpeg-php.svn.sourceforge.net/svnroot/ffmpeg-php ffmpeg-php [ linux: ~ ]# cp -rf ffmpeg

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