Home
Archives
Training icon
Nanodegree
Development icon
Flutter Go JavaScript Python
Cloud icon
Google Cloud
Links icon
Flutter and Dart Cookbook Hands-On Serverless with Google Cloud LinkedIn Medium Twitter/X
About
  • Node Rest API

    Jun 12, 2021 linux node JavaScript

    A REST API is super useful and can present a simple way to efficiently access information. This blog post is dedicated to the folks who want to create an API. It seems like a lot of folks are in this boat by the amount of comments over on sites like Reddit. Lets get started by building a GET/POST API in Node.js. …

    Read More
  • Install X2Go

    May 12, 2021 ssh linux remote desktop

    Overview

    x2Go enables you to access a remote machine over SSH. The wiki entry provides the following overview:

    "X2Go enables you to access a graphical desktop of a computer over a low bandwidth (or high bandwidth) connection. X2Go is a Remote Desktop solution, which some vendors vaguely call Remote Control. This …

    Read More
  • Imagemagick Transparent

    May 3, 2021 linux imagemagick

    A quick tutorial on using Imagemagick to remove a background colour from images. The image file format needs to support transparency e.g. PNG.

    NOTE: JPG doesnt support transparency, so it would be necessary to convert the file.

    Remove background color

    1. Set the input file
    1input="old-white.png"
    
    1. Set the output …

    Read More
  • Imagemagick Shadow

    May 2, 2021 linux imagemagick

    A quick tutorial on using Imagemagick to add a background shadow to images. For the best result, ensure the original image has a transparent background. It is also useful to observe consistent sizes for the images.

    Add a shadow

    1. Set the name of the input image - for example
    1input="old.png"
    
    1. Set the name of …

    Read More
  • Convert JSON to CSV with JQ

    Mar 5, 2021 linux jq json csv

    Convert JSON to CSV with JQ.

    jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text.

    Being able to move between different file format is quite a common task, so I was delighted to find a quick and …

    Read More
    • ««
    • «
    • 2
    • 3
    • 4
    • 5
    • 6
    • »
    • »»

Rich Rose

This elixir mister got a maze in Vista
Read More

Recent Posts

  • Git Pre-Commit Hook
  • Artifact Registry IAM
  • Nix Firebase
  • Nix Golang
  • Using Patch
  • Using diff
  • Using heredoc
  • Access Firebase site id

Tags

LINUX 34 EXAM 17 GOOGLE 16 CHROMEOS 15 GOOGLE CLOUD 15 DEVELOPMENT 14 HOSTING 6 CSV 5 JQ 5 JSON 5
All Tags
AUTOMATION1 BASH1 BLOG2 BUILDPACKS1 CAREER2 CHROMEOS15 CLOUD BUILD3 CLOUDFLARE1 CNCF3 CONTAINER1 CONTAINER REGISTRY1 CONTAINERS2 CORS1 CSV5 DART2 DEBIAN1 DEVELOPMENT14 DIFF1 DNS1 DOMAIN1 EXAM17 EXCEL1 FIREBASE2 FIRESTORE1 FLUTTER2 GCS4 GIT3 GITHUB1 GO4 GOOGLE16 GOOGLE CLOUD15 HEREDOC1 HOOKS1 HOSTING6 HTML3 HUGO4 IAM1 IMAGEMAGICK4 JAVASCRIPT4 JQ5 JSON5 KUBERNETES1 LINUX34 MERGE1 METADATA1 NANODEGREE5 NGINX1 NIX4 NODE4 NODEJS2 OS1 PASS1 PATCH1 PCA1 PCD1 PDBE1 PDE1 PDF3 POLICY1 PRIVACY1 PRODUCTIVITY5 PROXY1 PSE4 PWA1 PYTHON1 PYTHON31 REGISTRY1 REMOTE DESKTOP2 RPI2 SECURITY1 SED1 SHEETS1 SSH2 STORAGE3 TMUX1 UDACITY5 UDEMY1 UML1 VIM2 WATERMARK1 WEB3 WEBSITE2 WORKTREE1 WRANGLE1
[A~Z][0~9]

Copyright 2016- Rich Rose. All Rights Reserved