Thursday, September 22, 2011

Super Hidden files

In here i will share tips for superhidden files.
I will hide privacy file to a image file.


1. First, setting windows to showed extension file. Click Organize-Folder and search option.

2. Second, uncheck Hide extensions for known files types


Add Like Facebook Button for blogger entries

With this button, your facebook friends will see and will click post which you like only with a click.
Example :


the steps are :
1. Open Blogger
2. And then click DEsign-Edit Html
3. checklist ad 'expand Widget templates'
4. Find code  <data:post.body/> with press CTRL+F on the keyboard
5. You will find two codes and wich first.
6. Copy this code bellow  and paste under code<data:post.body/> if you want facebook button under your posting and yo wants the like facebook button above your post, paste this code above code<data:post.body/>


<iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=standard&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=arial&amp;colorscheme=light&quot;' frameborder='0' height='30' scrolling='no' style='border:none; overflow:hidden; '/>

7. And save your template.

thank you

How to add Clock on your Blog

I will share to you How to add clock gadget on your blog.

the steps are :
1. First,open link www.clocklink.com
2. Second Gallery.
3. Select your Clock Gallery up to you.
4. And then view html then Accept

Wednesday, September 21, 2011

How to make animated title bar on Blog

forexample :




the steps to How to make animated title bar on Blog are :

  1. Login to your Blogger..
  2. Select menu Design- Edit html
  3. Find code </head>
  4. And copy this code and paste above </head>


Tuesday, September 20, 2011

DNS and Web Server with Debian

Setting  your ip with command #nano /etc/network/interfaces

Allow-hotplug eth0
iface eth0 inet static
address 192.168.10.24
netmask 255.255.255.240
network 192.168.10.16
broadcast 192.168.10.31
gateway 192.168.10.24

Activated ip forward with command #nano /etc/sysctl.conf
Find #net.ipv4.ip_forward=1
delete '#' 
Then  restart interfaces with command #/etc/init.d/networking restart
After that, edit file #nano /etc/resolv.conf