How To quick generate openssl certificate signing request
If anyone need to install a GoDaddy multi-domain certificate. I did the following when I created the CSR. It seems to be working on our
life notes and experience
If anyone need to install a GoDaddy multi-domain certificate. I did the following when I created the CSR. It seems to be working on our
Posted two new repositaries on github yandex and google maps api integration with search by address location
This procedure keeps security in mind. The idea is to turn on screen sharing while you need it, and then turn it off when you’re
Best of Vim Tips by zzapper 15 Years of Vi + 7+ years of Vim and still learning
The only reason I am writing this is that I have spent many evening trying to fix it!
Although the scheme below is not recommended for new installations and is not standards-compliant, sometimes it becomes necessary to share one 4-pair cable between two
If you have a list of ordered ids and you want to turn them into an ordered result set you can use FIELD() in mysql:
Where NoSQL comes from:
Fcgiwrap is a simple server for running CGI applications over FastCGI. It hopes to provide clean CGI support to Nginx (and other web servers that
There are two basics algorithms for this both described by Knuth. The more well known Knuth/Fisher-Yates shuffle is O(n) but requires destructive updates. The shuffle