The Rise of Machines: Real World Applications of AI
Umelá inteligencia nie je v budúcnosti, je tu priamo v súčasnosti V tomto blogu si prečítajte, ako aplikácie umelej inteligencie ovplyvnili rôzne sektory.
Let's Encrypt is a certificate authority service that offers free TLS/SSL certificates. The process of installation is simplified by Certbot, a software client that automates most of the installation process. This tutorial shows how to install a Let's Encrypt SSL certificate on the One-Click Wordpress app.
This tutorial assumes that you have already deployed a One-Click Wordpress app, have a domain name pointing to your server, and have logged in as root.
The first thing to do is to update your server name in the Nginx site configuration files. Stop the Nginx service.
service nginx stop
Edit the wordpress_http.conf and wordpress_https.conf Nginx configuration files. Find server_name _ and replace the _ with your domain name.
nano /etc/nginx/conf.d/wordpress_http.conf
# Replace the underscore "_" after server_name to your domain name.
server_name example.com www.example.com
nano /etc/nginx/conf.d/wordpress_https.conf
# Replace the underscore "_" after server_name to your domain name.
server_name example.com www.example.com`
Since Certbot does not come installed with Ubuntu 16.04, you need to obtain a copy of the Certbot package.
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
sudo apt-get install python-certbot-nginx
The certbot package will be downloaded and installed.
Certbot automates the process of obtaining certificates by providing an interactive installer. Run the Certbot installer, specifying Nginx as your webserver.
certbot --nginx --redirect
Enter your email address when prompted. This will be used to send you notices regarding renewal and security. Enter "A" to agree to the terms of service. Select whether you want to share your email with the Electronic Frontier Foundation. This is optional. Press "Enter" when asked for which names you would like to activate HTTPS.
In order to force the usage of HTTPS, you will need to edit the wordpress_http.conf configuration file.
nano /etc/nginx/conf.d/wordpress_http.conf
Add the following lines to the server block.
if ($scheme = http) {
return 301 https://$server_name$request_uri;
}
Save the file and start the Nginx server.
service nginx start
Your Wordpress website will now be secured with a Let's Encrypt SSL certificate.
Let's Encrypt issues SSL certificates with a validity of 90 days. In order to avoid certificate errors, you must renew the certificate before it expires. Certbot also automates the renewal process.
certbot renew
This will renew your certificate for another 90 days.
Umelá inteligencia nie je v budúcnosti, je tu priamo v súčasnosti V tomto blogu si prečítajte, ako aplikácie umelej inteligencie ovplyvnili rôzne sektory.
Ste aj vy obeťou DDOS útokov a máte zmätok ohľadom metód prevencie? Ak chcete vyriešiť svoje otázky, prečítajte si tento článok.
Možno ste už počuli, že hackeri zarábajú veľa peňazí, ale premýšľali ste niekedy nad tým, ako môžu zarábať také peniaze? poďme diskutovať.
Chcete vidieť revolučné vynálezy od Google a ako tieto vynálezy zmenili život každého dnešného človeka? Potom si prečítajte na blogu a pozrite si vynálezy spoločnosti Google.
Koncept samoriadených áut vyraziť na cesty s pomocou umelej inteligencie je snom, ktorý máme už nejaký čas. Ale napriek niekoľkým prísľubom ich nikde nevidno. Prečítajte si tento blog a dozviete sa viac…
Ako sa veda vyvíja rýchlym tempom a preberá veľa nášho úsilia, zvyšuje sa aj riziko, že sa vystavíme nevysvetliteľnej singularite. Prečítajte si, čo pre nás môže znamenať singularita.
Prečítajte si blog, aby ste čo najjednoduchším spôsobom spoznali rôzne vrstvy architektúry veľkých dát a ich funkcie.
Spôsoby ukladania údajov sa môžu vyvíjať už od zrodu údajov. Tento blog sa zaoberá vývojom ukladania údajov na základe infografiky.
V tomto digitálnom svete sa inteligentné domáce zariadenia stali kľúčovou súčasťou života. Tu je niekoľko úžasných výhod inteligentných domácich zariadení o tom, ako robia náš život, ktorý stojí za to žiť, a ktorý zjednodušujú.
Spoločnosť Apple nedávno vydala doplnkovú aktualizáciu macOS Catalina 10.15.4 na opravu problémov, ale zdá sa, že táto aktualizácia spôsobuje ďalšie problémy, ktoré vedú k blokovaniu počítačov Mac. Prečítajte si tento článok a dozviete sa viac