Posts

Showing posts from 2015

How to migrate magento live site to localhost or another server.

Here is the step on how to migration live magento site to local : 1. Copy all the file from server and paste in root local server. 2. Export the database from phpmyadmin. 3. Create a database in local with the same name with live server database and import the database. Note : after we installed magento site , it will create one local.xml file , with contain configuration of host and database ( host,data base name , and password ). For this case in file we have copied from server is installed side, ofcourse it has local.xml file. 4. Open the local.xml file , check username and password. 5. Add user to database in phpmyadmin contain user and password according to local.xml 6. Delete Var folder from root. 7. Flush cache magento with :    a. add a file .php named : flush.php       contain : <?php  require_once 'app/Mage.php';  $app = Mage::app();   echo "<pre>";   if($app != null) {        echo "The app was initialized.\n";        $cache

Bootstrap Theme

http://ilovethisfame.com/ http://webapplayers.com/inspinia_admin-v2.3/

What-i've-learn-so-far

1. Limesurvey 2. Drupal - CiviCRM - Civibooking 3. OpenERP 6 4. Odoo 8 - Odoo 9 5. Apache Cordova - Ionic Framework - Gimbal Beacon - Django - SQLite (Not to mention AngularJS, Python, Java, SQL, REST API)

What is Cache, Cookies, and History

What is Cache, Cookies, and History? Each time you access a file through your web browser ( Internet Explorer, Firefox, Chrome , etc), the browser caches (i.e., stores) it so it doesn't have to keep retrieving the same files or images from the remote web site each time you click Back or Forward . You should periodically clear the cache to allow your browser to function more efficiently. A cookie is a file created by a web browser, at the request of a web site, that is stored on a computer. These files typically store user-specific information such as selections in a form, shopping cart contents, or authentication data. Browsers will normally clear cookies that reach a certain age, but clearing them manually may solve problems with web sites or your browser. A browser's history is a log of sites that you visit. When you press a browser's Back button, you are moving back one entry in the history log. Browsers will normally clear history at regular intervals,

NGINX redirect configuration

http://bojanweb.com/nginx/2014/12/04/nginx-ssl-non-www-configuration/ http://www.nginxtips.com/nginx-redirection-www/ https://www.digitalocean.com/community/tutorials/how-to-redirect-www-to-non-www-with-nginx-on-centos-7 http://stackoverflow.com/questions/7947030/nginx-no-www-to-www-and-www-to-no-www https://rtcamp.com/tutorials/nginx/www-non-www-redirection/ https://bosnadev.com/2015/06/26/how-to-redirect-www-to-non-www-and-vice-versa-with-nginx/ http://serverfault.com/questions/634415/nginx-https-www-to-non-www-redirect-issue http://serverfault.com/questions/624848/redirect-non-www-to-www-over-ssl-with-nginx http://serverfault.com/questions/35955/how-to-get-nginx-to-redirect-from-www-to-non-www-domain

How to setup a VPS using Ubuntu 14.04

https://chubbable.com/build-a-virtual-private-server-using-ubuntu-14-04

SSL Tutorial - Amazon - Ubuntu Server 14.04

How To Install an SSL Certificate from a Commercial Certificate Authority https://www.digitalocean.com/community/tutorials/how-to-install-an-ssl-certificate-from-a-commercial-certificate-authority How To Set Up Apache with a Free Signed SSL Certificate on a VPS (StartSSL) https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-with-a-free-signed-ssl-certificate-on-a-vps Creating and installing a SSL certificate on Amazon EC2. https://rickchristianson.wordpress.com/2013/11/17/creating-and-installing-a-ssl-certificate-on-amazon-ec2/ How To Generate & Install SSL Certificate In Apache Web Server On Ubuntu http://opensourceholic.com/2014/05/31/how-to-generate-and-install-ssl-certificate-in-apache-web-server-on-ubuntu-linux-servers/ How To Create an SSL Certificate on Nginx for Ubuntu 14.04 (DO) https://www.digitalocean.com/community/tutorials/how-to-create-an-ssl-certificate-on-nginx-for-ubuntu-14-04 How To Create a SSL Certifi

How to create your own mail server

https://www.digitalocean.com/community/tutorials/why-you-may-not-want-to-run-your-own-mail-server https://www.digitalocean.com/community/tutorials/how-to-configure-a-mail-server-using-postfix-dovecot-mysql-and-spamassasin https://www.digitalocean.com/community/tutorials/how-to-run-your-own-mail-server-with-mail-in-a-box-on-ubuntu-14-04

What is a self signed SSL?

What is a self signed SSL? A self-signed SSL certificate is an identity certificate signed by its own creator; however, they are considered to be less trustworthy. Self-signed certificates cannot be revoked, which may allow an attacker who has already gained access to spoof an identity if a private key has been compromised. CA signed certificates (such as the ones provided by HostGator) have the ability to revoke a compromised certificate, which prevents further use. Because of the security risk, we recommend that you use the shared SSL that comes automatically with your shared or reseller account. Otherwise, we suggest that you purchase a secure SSL certificate, instead of using a self-signed certificate. On a VPS or dedicated server, you are welcome to install your own self-signed certificate, although we still do recommend that you install a CA signed certificate instead.

Certificate Signing Request (CSR) Generation Instructions using cPanel - SSL - FREESSL

https://www.freessl.com/ NOTE: To generate a CSR, you will need to create a key pair for your server. These two items are a digital certificate key pair and cannot be separated. If you lose your public/private key file or your password and generate a new one, your SSL Certificate will no longer match. NOTE: All certificates that will expire after October 2013 must have a 2048 bit key size. To generate a Certificate Signing Request (CSR) file using cPanel 11 follow the steps below: Step 1: Generate Private Key (KEY)      1.    Login to the cPanel 'Control Panel'     2.    Click SSL / TLS Manager under the Security section.     3.    Click on the Generate, view, upload, or delete your private keys link.     4.    When the page loads, locate the "Generate a New Key" section. Select the domain name            from the pull-down menu, or type the domain name into the Host field     5.    Select the key bit-length as 2048 .     6.    Click the Generate bu

How to globally boost your career

Step # 1 : Improve Your English Language Skills. Di era yang kian global ini, kecakapan bahasa Inggris mungkin harus menjadi skill yang mutlak wajib kudu mesti dikuasai, apalagi jika ingin bekerja di multi national companies atau di negara Asean. Step # 2 : Improve Your Functional Competency. Anda harus benar-benar jago dalam bidang pekerjaan yang Anda tekuni sekarang. Kalau kerja di bidang HRD, Anda harus punya kompetensi human capital management kelas dunia. Kalau bidangmu marketing, Anda harus expert dalam bidang marketing, branding and digital marketing strategy. Kalo anda programmer, miliki excellent programming skills.

Front end web development framework

Uikit Bootstrap Zurb Framework

Comparison of modern database management system : SQLite, MySQL, PostgreSQL

Introduction Relational databases have been in use for a long time. They became popular thanks to management systems that implement the relational model extremely well, which has proven to be a great way to work with data [especially for mission-critical applications]. In this DigitalOcean article, we are going to try to understand the core differences of some of the most commonly used and popular relational database management systems (RDBMS). We will explore their fundamental differences in terms of features and functionality, how they work, and when one excels over the other in order to help developers with choosing a RDBMS. Glossary 1. Database Management Systems Relational Database Management Systems Relations And Data Types Popular And Important Relational Databases 2. SQLite SQLite's Supported Data Types Advantages of SQLite Disadvantages of SQLite When To Use SQLite When Not To Use SQLite 3. MySQL MySQL's Supported Data Types Advantages of