Η Cordella είναι η 1η και μοναδική online λίστα δώρων στην Ελλάδα που επιτρέπει σε ζευγάρια και καλεσμένους να επιλέξουν ανάμεσα σε μία μεγάλη ποικιλία δώρων γάμου & βάπτισης, με χιλιάδες προϊόντα, δώρα εμπειρίας, αλλά και τη δυνατότητα κατάθεσης χρημάτων 🎁💕
Category: Web development Page 1 of 3
Serverless: How to create and serve a static React site directly from Cloudflare’s CDN using Workers
In this tutorial, we use Wrangler and Cloudflare Workers to deploy and serverless serve a static site developed in React.
This article is a quick how-to create a Bootstrap subtheme for Drupal 7, as described here and here, to be able to work with the Sass CSS preprocessor. If you don’t know what Sass is and does, read this introductory guide.
Note: This article is old and the information is obsolete. Please use Let’s Encrypt to get Free SSL/TLS Certificates.
This how-to describes the process to obtain 100% free, signed SSL Certificates from StartSSL.com and configure Apache in Debian to use these SSL certificates in your virtual domains, so that people can access your site(s) through https (i.e. https://example.com) without ever having the browser tell them the scary “this site isn’t trusted” anymore.
Before you start, you will need:
- One or more of your functional domains which point to a server you own and have root access to. In this tutorial I’ll be using my wife’s supersyntages.gr as testbed.
- A browser, for this tutorial Chrome, although you might prefer Firefox (see below why).
- Root access to your server with Debian and Apache installed, with the above domains configured as VirtualHost.
- The openssl package installed in your computer.
- One of the following emails configured in each of the domains you want to include in the SSL certificates:
[email protected]
[email protected]
[email protected]
One of the daily routines administrators do is to monitor their web server logs for various interesting things: response codes (i.e. 500), attempts to access restricted pages, user-agents, ips, popular pages, even image hotlinking from other sites. In Linux servers, this can be easily done through shell one-liners involving various tools (tail, awk, sort, cut etc). Here is a bash script I use which automates apache monitoring for a given website.