Feeds:
Posts
Comments

Error apt-get update

Error:

W: GPG error: http://ftp.us.debian.org lenny Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY AED4B06F473041FA
W: You may want to run apt-get update to correct these problems

Ssolution:

#apt-get install debian-archive-keyring

Chat Server Local

Server –> Openfire
IM Client –> Spark

Database –> Postgressql/Mysql

Smarty

PHP Template programming & application

 

Struktur library :

libs/

  smarty/

     internals/

     plugins/

     Config_File.class.php

     debug.tpl

     Smarty.class.php

     Smarty_Compiler.class.php

include/

   configs/

presentation/

   templates/

   templates_c/

Xampp:

  • Edit C:\xampp\apache\conf\httpd.conf
  • Cari Listen 80 ganti ke Listen 8080 (atau port yg didinginkan)
  • Testing Http://localhost :8080

Alias web di Apache

Xampp:

  • Edit C:\xampp\apache\conf\httpd.conf
  • Masukan baris alias sbb:

<IfModule alias_module>
     # …
     # Konfigurasi web alias
     Alias /webproject01/ "C:/webproject01/"
     Alias /webproject01 "C:/webproject01"
</IfModule>
<Directory "C:/webproject01">
    Options Indexes FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>

Test PHP

<?php phpinfo(); ?>

Grant Priviledge di MySQL

GRANT ALL PRIVILEGES ON db_baru.* TO dhani@’localhost’ IDENTIFIED BY ‘katakunci’ WITH GRANT OPTION;

  1. Download & Install DirectVobSub : http://www.free-codecs.com/DirectVobSub_download.htm
  2. Samakan nama Subtitle dengan nama video file.
  3. Done

Referensi : Link

test blog

test upload blog from Windwos Live Writer

Trouble : Cannot Uninstall Norman
Solution : download tools = delnss7

referensi : http://forum.norman.com/viewtopic.php?f=16&t=3992

Older Posts »

Follow

Get every new post delivered to your Inbox.