Tag: Tutorial

  • MySQL Tutorial – Learn MySQL Fast, Easy and Fun.

    The website “MySQL Tutorial” is a comprehensive online resource that provides in-depth information and guidance on various aspects of the MySQL database management system. The tutorial is designed to help beginners as well as experienced users learn and master MySQL. The content of the website is organized into different sections, each covering a specific topic…

  • Backup to your Synology NAS with rsync – GnaX.io

    This step by step guide written bei gnax.io explains how you can perform a backup task using rsync from your external Linux server (e.g. Ubuntu VPS) to your Synology NAS automatically and on a schedule. It requires to fiddle around with SSH and changing some rights on the Synology to get it done but it…

  • How to Track Almost Anything with Google Tag Manager and WordPress with examples

    This is a very good tutorial by Daniel Lee at wpmudev with some useful examples on how to track almost anything with Google Tag Manager (GTM) in Google Analytics (GA) on a WordPress site. premium.wpmudev.org/blog/google-tag-manager/

  • Google Tag Manager v2 Tutorial Tracking Downloads in GTM Version 2 | Amazee Metrics

    In this Google Tag Manager tutorial, the good guys at Amazee Metrics will walk you through the process of setting up tracking for downloads from your website. The setup below will allow you to keep track of the number of times users download different types of files from your website. Every time a user clicks…

  • How to Setup Raspberry Pi TeamViewer – Pi My Life Up

    In this Raspberry Pi TeamViewer tutorial, the guys from Pi My Life Up will be showing you how to set up and connect to TeamViewer on the Raspberry Pi. The instructions cover both an installation on the Raspberry Pis Command Line as well as on the Desktop. pimylifeup.com/raspberry-pi-teamviewer/

  • Your First Machine Learning Project in Python Step-By-Step

    Do you want to do machine learning using Python, but you’re having trouble getting started? In this post, you will complete your first machine learning project using Python. In this step-by-step tutorial you will: Download and install Python SciPy and get the most useful package for machine learning in Python. Load a dataset and understand…

  • UniFi – Migrating Sites with Site Export Wizard

    This article will explain in detail how to use the UniFi Site Export Wizard to quickly and easily export sites from one Controller (including configuration and devices) to another. help.ubnt.com/hc/en-us/articles/115002869188

  • How to find the RSS feed URL for a Youtube Channel or Playlist

    Youtube does not provide links to official RSS feeds for Youtube channels and playlists but it is quite easy to build them yourself with the individual channelID Playlist ID and a predetermined URL. Here is how it goes: To determine the RSS feed for a YouTube channel: • Go to the YouTube channel page and…

  • Tutorial ESP8266 Daten vom BME280 über MQTT an HomeAssistant verschicken

    In diesem Tutorial zeigt zeigen Philippe von Bastelgarage.ch wie einfach ihr mit ESPEasy einen Sensor einbinden könnt und Daten übers WLAN mit MQTT verschicken könnt. www.bastelgarage.ch/index.php?route=extension/d_blog_module/post&post_id=15

  • Using a Raspberry Pi Zero W to Add a Camera to HomeKit via Homebridge | Infinite Diaries

    How to add a Raspberry Pi Zero W Camera to a Raspberry Pi Zero W and have it work as a webcam in HomeKit via Homebridge. infinitediaries.net/using-a-raspberry-pi-zero-w-to-add-a-camera-and-a-xiaomi-air-purifier-2-to-homekit-via-homebridge/

  • How to Make Money from Bitcoin Faucets

    This guide by MacObserver shows how to make money from Bitcoin faucets. What is a Bitcoin Faucet? MacObserver writes: “Bitcoin faucets pay out a few satoshis when you load a page full of ads, roll a random number generator (on a page full of ads), or play some other game (on a page full of…

  • How To Search Twitter Users by Bio

    Instructions for various ways to search for certain terms in Twitter user bios. www.searchenginepeople.com/blog/twitter-bio-search-howto.html

  • Getting Started with the Yahoo Finance API – Wern Ancheta

    The Yahoo Finance API provides a way for developers to get the latest information about the stock market. How the different stocks are doing. What’s the current buying price for a single stock. How much is the difference of the current market value to that of yesterday’s, etc. wern-ancheta.com/blog/2015/04/05/getting-started-with-the-yahoo-finance-api/

  • Tutorial ESPEasy Firmware Upload – Let’s Control It

    When you buy the ESP module it will most likely have the factory AT or NodeMCU (LUA) firmware inside. To get the ESP Easy running, you need to replace the firmware with the ESP Easy firmware first. This can be done with a special flash upload tool that uses the ESP serial interface. You can…

  • Dynamic DNS with ddclient on Raspberry Pi and Ubuntu using your Namecheap Domain

    This tutorial will show you how to configure ddclient on Raspbian and Ubuntu with your Namecheap Domain. Many tutorials don’t explain what to do if your server is behind a router, but this one will. It is the best tutorial regarding dynamic DNS for your Raspberry! > samhobbs.co.uk/2015/01/dynamic-dns-ddclient-raspberry-pi-and-ubuntu

  • Configure ESP8266 Wifi with WiFiManager

    Avoid hardwiring the settings of your ESP8266 Wifi Setup by just adding a little extra code that triggers WiFiManager allowing you to change the settings for networks easily. hackaday.com/2017/03/18/configure-esp8266-wifi-with-wifimanager/

  • Enabling L2TP over IPSec on Ubuntu 16.04

    This is a step by step guide to show how a workaround for the lacking support for L2TP over IPSec in Ubuntu 16.04 can be achieved using network-manager-l2tp. > blog.z-proj.com/enabling-l2tp-over-ipsec-on-ubuntu-16-04/

  • Quick Start to Nodemcu (ESP8266) on Arduino IDE

    Crash Course on NodeMCU (ESP8266) on Arduino IDE – complete Setup and Testing Procedure. > www.instructables.com/id/Quick-Start-to-Nodemcu-ESP8266-on-Arduino-IDE/

  • Tutorial for Installing Django, Python, Apache, mod_wsgi and PostgreSQL in Raspbian Jessie

    This guide by Ben Croston to install Django, Python, Apache mod_wsgi and PostgreSQL on a Raspberry Pi running Raspbian Jessie Lite. It is intended as a guide to getting everything installed and configured, not as a tutorial in actually using Python, Django etc. The toolchain is suitable for a fairly heavy duty production environment. >…

  • Python Scraping for WordPress | Zach Adams

    Python Scraping for WordPress Tutorial by Zach Adams. > zach-adams.com/2015/04/python-scraping-wordpress/

  • Free Python Beginner Tutorial by Chris Hawkes – YouTube

    This free Python tutorial series by Chris Hawkes covers everything from the basics of Python to much more advanced concepts like classes and sub-classing. Please subscribe for more tutorials like these. > https://www.youtube.com/playlist?list=PLei96ZX_m9sWS2gm1zGqGq6ZzU9T5QSg7

  • How to build an open source community – OSSWATCH

    Community is vital to an open source project. An active and supportive community is the heart of the project. However, having an open source licence is not enough to bring users and developers to your project and build a community. This document – written by Matthew Mascord – looks at what makes a successful open…

  • How To Deploy WordPress Plugins With GitHub Using Transients – Smashing Magazine

    This tutorial will show you how to set up a GitHub repository to push updates to your plugin, wherever it resides. Example files are available on GitHub (link at the end of the tutorial). > www.smashingmagazine.com/2015/08/deploy-wordpress-plugins-with-github-using-transients/

  • Automating iOS: How Pythonista Changed My Workflow – MacStories

    Detailed instructions on using Python via Pythonista on iOS to automate task. www.macstories.net/stories/automating-ios-how-pythonista-changed-my-workflow/