Quick tutorial on how to send emails using Python and smtplib. Sendgrid Sendgrid offers 100 free outbound emails per day, sign up with them via sendgrid.com/free, create a API Key and save your credentials in a safe place.
Get Blogpost Titles Links and Tags from a RSS Link using Python Feedparser
I wanted to get metadata from my other blog sysadmins.co.za, such as each post's title, link and tags using the RSS link. I stumbled upon feedparser, where I will use it to scrape all the posts details from
Using IAM Authentication with Amazon Elasticsearch Service
Today I will demonstrate how to allow access to Amazons Elasticsearch Service using IAM Authenticationi using AWS Signature Version4. Elasticsearch Service Authentication Support: When it comes to security, Amazons Elasticsearch Service supports three types of access policies: Resource Based Identity
Ruby Tutorial Series Setup and Variables
This is the second post from our Ruby Tutorial Series In this post we will setup our Ruby environment, then start printing out values to the console and will also be touching on variables. Ruby Environment: I have a Docker
Ruby Programming Tutorial Series
Welcome! This will be a multi post ruby tutorial programming series, as I am on a mission learning ruby. Outline of the Series: This may change, but the path will look like this: Setup, The Terminal and Variables Arrays Data
Hello World Web App with Java Springboot and Maven
In this post we will setup a Java Hello World Web App, using Maven and SpringBoot on Ubuntu 16. I will create all the needed files in this tutorial, but you can head to start.spring.io to generate the
Hello World Ruby on Rails App Tutorial using Mac
In this tutorial, we will setup a basic ruby on rails web app, that consists of a /hello_world and a /status controller. The hello_world controller will return Hello, World and our /status controller will return a HTTP 204
Capture Geo Location Data with Python Flask and PyGeoIP
With the PyGeoIP package you can capture geo location data, which is pretty cool, for example, when you have IOT devices pushing location data to elasticsearch and visualizing the data with Kibana. That will be one example, but the possibilites
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!