Posts

Showing posts from October, 2015

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