www.toradex.com | www.employment.toradex.com | www.developer.toradex.com
SEOMySQLrootpasswordApacheSSLHTTPSPHPUbuntucURL

Setting up SSL: Ubuntu and Apache 2

By Tuan Phan | June 26 2012 | Tags: PHP, Apache, SSL, HTTPS | 1 comments
Important Note! This steps were verified with Ubuntu 10.04 LTS, but this will be my last Ubuntu SSL how-to. I've switched to Debian -- Ubuntu's Unity interface is just plain silly on the desktop. So please refer to my Debian document in the future.This document requires that you've got a signed server.crt and a server.key file available. You may have just gone through page Creating Certificate Authorities and self-signed SSL certificates. If not, go there first and follow the

Creating Certificate Authorities and self-signed SSL certificates

By Tuan Phan | June 26 2012 | Tags: SSL, Apache | 0 comments
Following is a step-by-step guide to creating your own CA (Certificate Authority) -- and also self-signed SSL server certificates -- with openssl on Linux. Self-signing is the simpler route to take, but making one's own CA allows the signing of multiple server certificates using the same CA and involves only a few extra steps.After using openssl to generate the necessary files, you'll need to integrate them into Apache. This process differs between Linux distros and versions of

Install Setup PHP cURL on Ubuntu

By Tuan Phan | April 16 2012 | Tags: PHP, Ubuntu, cURL | 3 comments

If you use PHP, you may need to use cURL, which is one of the most popular extension. PHP CURL functions are available through the use of libcurl, a library created by Daniel Stenberg, and allow you to connect and communicate with web servers using many different types of protocols.

10 Ways to Increase Your Site Crawl Rate

By Tuan Phan | March 30 2012 | Tags: SEO | 751 comments

Regular and frequent visits by the crawler is the first sign that your site appeals to Google. Thus the most efficient way to get frequent and deep crawls is to develop a website that search engines see as important and valuable.

Reset MySQL root password

By Tuan Phan | March 22 2012 | Tags: MySQL, root, password | 0 comments

If you are looking for How to reset your MySQL root password then here is the solution

Archives