Tag: Howto
-
Step-by-Step Guide to Migrate Your WordPress Site to a New Host and a New Domain
Moving your website to a new host can be a daunting and stressful experience, but it doesn’t need to be like this. It is especially challenging when you migrate to a new server and to a new domain at the same time. These instructions from WPExploer show the important steps to migrate your WordPress site…
-
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/
-
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…
-
GitHub – pageauc/rclone4pi: rclone4pi
Easy Install of rclone to Raspberry Pi Computer with automated folder sync demo github.com/pageauc/rclone4pi
-
Integration of MQTT, SONOFF (Tasmota) and OpenHAB 2
Good instructions on how to integrate MQTT (Mosquitto) with Sonoff (Tasmota) flashed devices and OpenHAB 2. It is still a lot of manual work… domoticsduino.blogspot.de/2017/09/home-automation-system-mqtt-sonoff-and.html
-
UV4L Installation for ARM (Raspberry Pi)
> The following instructions explain how to install UV4L on the official Raspbian Linux distributions available for any model of the Raspberry Pi boards: Zero, Zero W (Wireless), 1, 2, 3, Compute Module 1, Compute Module 3. > www.linux-projects.org/uv4l/installation/ > >
-
Turning a Raspberry Pi 3 into an iBeacon | Andrew’s Memory Blog
Quick instructions by Andrew on how to turn a Raspberry Pi 3 running Raspbian Jessie into an iBeacon. andrewmemory.wordpress.com/2016/03/29/turning-a-raspberry-pi-3-into-an-ibeacon/
-
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
-
Set Up Your Own Private VPN with Streisand | Big Medium
Good instructions on how to set up a private VPN service with Streisand Open Source software on a VPS server. bigmedium.com/ideas/private-vpn-streisand.html
-
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/
-
From HBR to Mashable: How to Be a Guest Writer on 11 Popular Sites
Guest blogging is a wonderful and mutually beneficial relationship between writer and publication. It’s great for the writer, of course, who might be looking to get her name out there as a thought leader and industry expert while also helping grow her own readership. At the same time, it’s great for the folks at media…
-
How to earn an invite on Product Hunt – Quora
This article from Quora has a lot of good details how to use Product Hunt for marketing. > www.quora.com/How-do-I-earn-an-invite-on-Product-Hunt
-
The Unauthorized Version: Make a Clonezilla Live USB Stick for Mac
This tutorial shows how to create a Clonezill Live USB Stick on the Mac. > dthatcher.blogspot.de/2015/09/make-clonezilla-live-usb-stick-for-mac.html
-
How to Create Custom User Roles in WordPress – ManageWP
One of the key features in WordPress that is often overlooked is that there are a number of different user roles available. These user roles can help make insure that only the people have access to just the areas they need and also helps minimize the chances of any accidents happening that could potentially bring…
-
Pokémon GO – Request and create new Pokestop
You can request a new pokestop at your home, your city or any other place right through this form at the Pokémon Go official website. support.pokemongo.nianticlabs.com/hc/en-us/requests/new
-
WordPress Development for Intermediate Users: Building Plugins – WPMU DEV
WPMUcDEV on how to develop WordPress Plugins including best practices. > premium.wpmudev.org/blog/wordpress-development-intermediate-building-plugins/?utm_source=WPMU+DEV+Blog&utm_campaign=239bef4fc2-RSS_Daily_Mailchimp&utm_medium=email&utm_term=0_591b793ca5-239bef4fc2-…
-
Root-Zugang mit Synology DSM 6.0 Beta › Linux und Ich
Tutorial zur Erstellung eines Root-Zugangs via SSH für das Synology Diskstation NAS unter DSM 6. linuxundich.de/gnu-linux/root-zugang-synology-diskstation-dsm-60/
-
Raspberry Pi Remote Wake/SleepLAN Server | JeremyBlum.com
This tutorial will show you how to run a simple mobile-friendly website from your Raspberry Pi that will allow you to remotely wake up your power-hungry computer, so you can remotely access it. When you’re done, just put it back to sleep from within the remote desktop service (or use the mobile app plus a…
-
Mount A Network Share On Linux / Ubuntu – Linhost.info
This tutorial shows the steps necessary to mount a network share in Linux making use of the cifs-util suite including creation of mount point, mounting and mount of a network share at boot. linhost.info/2012/05/mount-a-network-share-in-linux-ubuntu/
-
How to upgrade Ubuntu 14.04 LTS to Ubuntu 16.04 LTS?
With the release of Ubuntu 16.04 LTS you may feel that it is time to update the older Ubuntu 14.04 LTS to the latest version. If you do not get automatically notified by the Software Update Manager on Ubuntu 14.04 LTS, you can manually trigger the Upgrade to Ubuntu 16.04 LTS by entering the following…
-
Selling Premium WordPress Plugins: An Expert’s Guide – ManageWP
WPManage on what is required to enter the Business of selling your own WordPress Plugins. > managewp.com/selling-premium-wordpress-plugins
-
Creating a Child Theme for WordPress Twenty Fifteen
The more you deal with WordPress Themes and the more functionalities you find in Premium WordPress Themes, the more refreshing it can be in some simple blog-projects just to stick to the basic Twenty Fifteen standard Theme that comes as a default with a regular WordPress Installation. When it comes to customizing the basic Twenty…
-
Tutorial: How to Create a WordPress Child Theme by WPMU DEV
This WordPress Tutorial by WPMU DEV explains how a Child Theme can be made for every WordPress Theme and why you should always do that. Child themes allow you to modify an existing theme without touching its code. This enables you to update the parent theme without losing your changes. Once you have created your…