Archives: February, 2010
Feb 19 2010
How To Share Dialup Internet Connection On Ubuntu Server
This article explain how to share your dialup internet connection on ubuntu linux. Just to share with the other. Here you are. 1. Change your statict network interface. In this example is eth1. # vim /etc/network/interfaces auto eth1 iface eth1 inet static address 192.168.0.254 netmask 255.255.255.0 broadcast ...
Feb 15 2010
How to recover images from formatted memory card
A few days ago, My friend's SD card accidentally formatted. While in the SD card is a memorable photographs of the birth of their first son. To restore these photos I recommend to use the recovery tool. To find the ...
Feb 15 2010
Simple WordPress Themes
Simple is my next WordPress themes. Simple WordPress Themes consist of only 2 files, index.php and style.css. Simple WordPress themes is Valid CSS and Valid XHTML 1.0 Transitional. As the previous themes, Simple WordPress Theme is released under a Creative Commons ...
Feb 13 2010
How to add Breadcrumbs without plugins on WordPress
Most of the blog with SEO considerations using breadcrumbs. In this article I am going to show you how to do proper, full breadcrumbs in including nested categories and nested pages. Breadcrumbs are a pretty standard design pattern and can ...