Thursday, March 29, 2012

Renungan - reflection


renungan
"Syaitan telah BERPUTUS ASA untuk menyesatkan kami dalam PERKARA BESAR maka berjaga2lah kamu supaya tidak mengikutinya dalam PERKARA2 KECIL. Syaitan akan puas jika kamu sekalian melakukan perbuatan tercela. Oleh kerana itu hendaklah kamu menjaga agamamu dengan baik" - amanat terakhir Rasulullah SAW-

reflection
"Satan has given up in order to lead us in the BIG ITEMS that you should not follow in  SMALL ITEMS. Satan will be satisfied if you all do such actsreprehensible. Therefore you must keep your religion well" - the last message the Prophet-


translated using google translate.

Tuesday, March 27, 2012

it crm [open source]

manage jobs, work orders, invoice
store for future use.


Demonstrations


Test drive MyIT CRM now to find out if this software suits your business needs. Were sure it will and if not, we will do all we can to help you
Demos
out.
The PHP version Demos are updated to the latest releases up to versions
Login with :
Username: admin
Password: password

Monday, March 19, 2012

another text to ASCII

http://patorjk.com/software/taag/


              _    __ ______ 
             (_)  /_ |____  |
   __ _ _ __  _ ___| |   / / 
  / _` | '_ \| / __| |  / /  
 | (_| | |_) | \__ \ | / /   
  \__,_| .__/|_|___/_|/_/    
       | |                   
       |_|                 

this convert text into ascii

my previous entries convert image into ascii

Sunday, March 18, 2012

nginxcp pythonfix [solved]

http://nginxcp.com/forums/Thread-installation-error?page=2

easy_install Pyyaml==3.09
rm /usr/lib/python2.4/site-packages/PyYAML-3.10-py2.4-linux-i686.egg

nginxcp tells about pythonfix
Note:
You may needed to run pythonfix script if you are installing it in first time.

before:

Traceback (most recent call last):
  File "/usr/local/src/publicnginx/nginxinstaller2", line 9, in ?
    import createvhosts
  File "/usr/local/src/publicnginx/createvhosts.py", line 2, in ?
    import yaml
  File "/usr/lib/python2.4/site-packages/PyYAML-3.10-py2.4-linux-i686.egg/yaml/__init__.py", line 26
SyntaxError: 'yield' not allowed in a 'try' block with a 'finally' clause

After:
 Reading Apache Configuration
 updating Apache configuration
 ****************************************************
 *               Installation Complete              *
 *run /etc/init.d/httpd restart to start Nginx Admin*
 ****************************************************
Done! :)

Friday, March 16, 2012

configure memcache php centos


wget http://pecl.php.net/get/memcache-2.1.2.tgz
tar -xvf memcache-2.1.2.tgz
cd memcache-2.1.2
phpize && ./configure --enable-memcache && make

Thursday, March 08, 2012

USB pin assignment


We can get 5V DC power from USB connector using pin 1 (-ve) and pin 5 (+ve). power supply will enough to charge your mobile phone while your phone out of power supply.

Monday, March 05, 2012

cpanel send email from another server

http://www.thecpaneladmin.com/changing-exims-sending-ip/

http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/EximDifferentIps

this guide working

To configure a smart host, create
PHP Code:
/etc/exim.conf.local  
and add the following lines. 



Be sure to change to the hostname or ip of the smart host server:


PHP Code:
 @ROUTERSTART@
            
smart_route:
                
driver manualroute
                domains 
= !+local_domains
                transport 
remote_smtp
                route_list 
= * host.name.of.smart.host.server  

Next run
PHP Code:
/scripts/buildeximconf  
Then run
PHP Code:
/scripts/restartsrv_exim  


http://www.underhost.eu/forums/tutorials-how-cpanel-whm/480-how-configure-exim-cpanel-server-use-smart-host.html


Related Posts Plugin for WordPress, Blogger...