Techno Notes
open-menu closeme
Home
About
linkedin bluesky github rss
  • Tripletex API v2

    calendar Feb 13, 2019  · Cato Aune  · 2 min read  ·
    Share on: bluesky linkedin facebook twitter copy
    tripletex go
    Content might be outdated

    Uses Swagger 2.0, but is not using operationId as a uniq identifier. Generating client code with go-swagger fails because of this. Solution: Delete every instance of operationId from the swagger file.

     


    Read More
  • Sideload apps on Wear OS clock

    calendar Nov 4, 2018  ·  · 1 min read  ·
    Share on: bluesky linkedin facebook twitter copy
    android wear os
    Content might be outdated

    How to sideload an app to a Wear OS watch
    Read More
  • Debug HTTP server in Go

    calendar Aug 29, 2018  · Cato Aune  · 1 min read  ·
    Share on: bluesky linkedin facebook twitter copy
    go debug
    Content might be outdated

    Sometimes it is useful to see what some client (browser, script) is sending to the webserver. If you don't have access to the server to debug, send the traffic to your own "debug server"

     


    Read More
  • Simple SSH client

    calendar Feb 21, 2018  · to-top Last updated: Feb 14, 2025  · Cato Aune  · 2 min read  ·
    Share on: bluesky linkedin facebook twitter copy
    go ssh

    Example ssh client - have to be improved and moved to a repo

    Connects to a remote site using ssh, run a command and print the results of the command

     


    Read More
  • Use ssh instead of https to get modules from repo

    calendar Feb 21, 2018  · Cato Aune  · 1 min read  ·
    Share on: bluesky linkedin facebook twitter copy
    go
    Content might be outdated

    When go get -v ...... gives error on version

    1export GOSUMDB=off
    2
    3Add to ~/.gitconfig to use ssh instead of https
    4[remote "origin"]
    5        url = https://github.com/user/package
    6        
    

    Read More

Cato Aune

Remind me of what I have solved/fixed/done before, and maybe of interests for others
Read More

Recent Posts

  • Unlock Custom PDF Exports from Google Sheets with URL Parameters
  • Get image urls from Slide
  • List Drive Permissions
  • Tripletex API v2
  • Sideload apps on Wear OS clock
  • Debug HTTP server in Go
  • Simple SSH client
  • Use ssh instead of https to get modules from repo

Categories

DEVELOPMENT 5 GOOGLE WORKSPACE 3 WEBLOGIC 3 ANDROID 1 LINUX 1 SOA SUITE 1

Tags

GO 4 ORACLE 4 GOOGLE WORKSPACE 3 RASPBERRY PI 3 WEBLOGIC 3 WORKSPACE 3 APPS SCRIPT 2 DOCKER 2 MIDDLEWARE 2 SHEET 2 SOA 2 UBUNTU 2 ANDROID 1 CITRIX 1
All Tags
ANDROID1 APPS SCRIPT2 CITRIX1 DATABASE1 DEBUG1 DISTRO1 DOCKER2 DRIVE1 FIREWALL1 GO4 GOOGLE WORKSPACE3 HTTP PROXY1 JDBC1 MIDDLEWARE2 NODEMANAGER1 ORACLE4 RASPBERRY PI3 RASPBIAN1 SHEET2 SHEETS1 SLIDE1 SOA2 SSH1 THINKPAD1 TIMEZONE1 TOUCHPAD1 TRIPLETEX1 UBUNTU2 WEAR OS1 WEBLOGIC3 WLST1 WORKSPACE3
[A~Z][0~9]
Cato Aune

Copyright  CATO AUNE. All Rights Reserved

to-top