Learning On Demand Learning anything from anywhere

Archive for the ‘Blog’ Category

Cheap web hosting for you

08.24.2008 · Posted in Blog

Do you want to have your own web hosting?. Well, nowadays as many people will more rely on the technology and information, I think website can be one and main source for any aspect of our life. To follow this craziness, you should also have some website where you can put anything about your life, ...

Step by step guide to upgrade your wordpress blog

08.21.2008 · Posted in Blog, Step By Step

Yes, another latest release of wordpress hit the blogosphere. In my dashboard I see announcement : WordPress 2.6.1 is available! Please update now. With wordpress automatic upgrade installed I see other companion above that reminder By clicking ‘Click Here’  or by click link ‘Automatic Upgrade’ I’ll upgrade my blog. First screenshot after click the plugin. ...

Step by Step install wordpress automatic upgrade (wpau)

08.19.2008 · Posted in Blog, Step By Step

Upgrade blog engine is one of the most boring job. Thats why I make an account in wordpress.com to give me freedom from that job, I just make post and concentrate to other job. In exchange I just see my friend who install wordpress in their host can show their activities with plurk or twitter ...

Hide your plurk karma using css

08.08.2008 · Posted in Blog

I forgot the source of css code I get from browsing activity, this code can hide your plurk karma and other attribute. Here’s the code : #dash-stats h3{ opacity:0.0;filter:alpha(opacity=0); height:0; margin:0; padding:0; font-size:0; } #dash-stats a.link_arrow { opacity:0.0;filter:alpha(opacity=0);height:0;margin:0;padding:0;font-size:0; } Just drop a comment for the source and I’ll update this post Basically I like this ...

FreeBSD snapshots for July 2008 Is Out

07.27.2008 · Posted in Blog

My bad I just know that after visit FreeBSD snapshots page. For 6.3, 7.0 and 8 with many version supported. Visit their page for download latest release. ...

Install wordpress theme and Install Plugin easily with WP Easy Uploader

07.14.2008 · Posted in Blog

This wordpress plugin is very time saving for daily life of blogging. WP Easy Uploader Yes, this wp plugin can do more than install theme and plugin but for the sake of spread the word I make little expalanation on how to install wp theme and wp plugin using wp easy uploader . This steps ...

SEO and WordPress Permanent Link

06.26.2008 · Posted in Blog

Its common sightseeing for me to see wordpress permalink untouch or  customized. In my opinion permalink provided by wordpress really help in the eye of search engine. For demonstration purpose I take a few blog from Wongkito Community : >> Default 1st example : Take IT Or Leave IT When I click the title, I’ll ...

Linux for Windows User

05.30.2008 · Posted in Blog

Is that hard to install linux? I don’t wanna loose my windows, can I try linux in save way? I wanna learn linux, have idea where I must start? Well, I’ll start with this option : 1. Live CD, using live CD what you need just make sure you choose to boot from CD-ROM or ...

auto and eth

05.28.2008 · Posted in Blog

Linux dns 2.6.15-26-server #1 SMP Thu Aug 3 04:09:15 UTC 2006 i686 GNU/Linux dnspct@dns:~$ # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth1 iface eth0 inet static address 172.88.1.6 netmask 255.255.yyy.0 network 172.88.1.0 broadcast 172.88.17.yyy iface eth1 inet static address 222.124.4.xxx netmask 255.255.255.xxx network 222.124.4.xxx broadcast ...

change wordpress password manually

05.21.2008 · Posted in Blog, PHP

Reset wordpress password using provided link not work, sadly no phpmyadmin available Fortunately I have shell access which is enough, using built in md5 function to generate and update the password, here’s the steps: 1. Creating md5 - Using shell Just type : md5 -s your chosen password - Make php script with this content ...