Posts

Showing posts from September, 2015

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