http://www.instructables.com/id/Plot-a-Hike-on-Google-Earth/
Category Archives: Howto
Sitecore – howtos and useful links
Sitecore Content Delivery Role:
On this page you will find all related to howto configure the servers:
https://doc.sitecore.net/sitecore_experience_platform/82/setting_up_and_maintaining/xdb
This page has a summary about the scalability options. It is useful to understand why we split Sitecore into CM and CD:
https://doc.sitecore.net/sitecore_experience_platform/82/setting_up_and_maintaining/xdb/platform/scalability_options
Here is the full explanation about how to configure a CA server:
https://doc.sitecore.net/sitecore_experience_platform/82/setting_up_and_maintaining/xdb/configuring_servers/configure_a_content_management_server
Here is the full explanation of how to configure a CD server. It’s quite complex:
https://doc.sitecore.net/sitecore_experience_platform/82/setting_up_and_maintaining/xdb/configuring_servers/configure_a_content_delivery_server
So, if you don’t want to spend several days applying all configuration manually, this is the solution:
https://github.com/sitecore/sitecore-configuration-roles
In fact, this easy way works so well, that Sitecore took it and implement it on SC9 as an out-of-the-box feature. You can see it in the official SC9 documentation:
https://doc.sitecore.net/developers/server-role-configuration-reference/core-roles/content-delivery.html
Sitecore + Solr in cluster:
This is the official documentation that Sitecore provides:
https://doc.sitecore.net/sitecore_experience_platform/setting_up_and_maintaining/search_and_indexing/walkthrough_setting_up_solr
This blog explains it in a detailed way (disclaimer: I don’t have Solr skills to check this blog):
Sitecore on Solr Cloud: Part 2 – Setting up Zookeeper and Solr
Sitecore on Solr Cloud: Part 3 – Creating Your Sitecore Collection
Here is another blogs:
https://sitecore-community.github.io/docs/search/solr/Install-and-configure-SolrCloud/
Unicorn:
Official source and documentation about it. The process to implement it in CI is on this page:
https://github.com/kamsar/Unicorn
About how to use Transparent Sync:
https://kamsar.net/index.php/2015/10/Unicorn-Introducing-Transparent-Sync/
As a Plan-B, don’t forget you have Sitecore Ship to push item packages to different environments:
https://github.com/kevinobee/Sitecore.Ship
2004 Volvo XC90 Oil Change Procedure – 2.5T Engine
Oil – 5W30, 6.1 quarts or 5.8l
Oil drain plug torque: 38Nm / 28 lb/ft
Oil Filter Housing – 25 Nm / 18 lb/ft
Step by Step instructions:
http://volvoxc90site.com/2004-volvo-xc90-oil-change-procedure-25t/
Video:
Super Easy RetroPie Gaming Install w/ 3000+ Games!!!
https://www.youtube.com/watch?v=759AWWchIdE&feature=youtu.be
An easy way to generate a self-signed certificate online
You can generate a self-signed certificate online here:
http://www.selfsignedcertificate.com/
This will generate a two files – a certificate and a key.
If you are using IIS server you need to convert these to .pfx. For this you can use the SSL Converter here:
https://www.sslshopper.com/ssl-converter.html
IP Masquerading using iptables
http://billauer.co.il/ipmasq-html.html
The Beginner’s Guide to iptables, the Linux Firewall
https://www.howtogeek.com/177621/the-beginners-guide-to-iptables-the-linux-firewall/
Tutorial: Installing OpenVPN on Ubuntu 16.04
https://blog.ssdnodes.com/blog/tutorial-installing-openvpn-on-ubuntu-16-04/
To configure iptables look here:
https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-16-04
How to Configure OpenVPN Access Server to Tunnel Traffic
https://linode.com/docs/networking/vpn/configure-openvpn-access-server-to-tunnel-traffic/
Install OpenVPN Access Server on Linux for Secure Communications
https://linode.com/docs/networking/vpn/install-openvpn-access-server-on-linux/