Techno Notes
open-menu closeme
Home
About
linkedin bluesky github rss
  • Unlock Custom PDF Exports from Google Sheets with URL Parameters

    calendar Apr 20, 2025  · Cato Aune  · 4 min read  ·
    Share on: bluesky linkedin facebook twitter copy
    Google Workspace Workspace Sheets

    Generating a PDF from a Google Sheet is easy using the standard File > Download > PDF menu. But what if you need to export the same specific range or a customized view frequently? Doing it manually over and over can be tedious.

     


    Read More
  • Get image urls from Slide

    calendar Feb 16, 2025  · Cato Aune  · 2 min read  ·
    Share on: bluesky linkedin facebook twitter copy
    Google Workspace Workspace Slide Sheet Apps Script

    If you ever wanted to get a list of all image urls in some presentation, this little AppsScript can be helpfull.

     


    Read More
  • List Drive Permissions

    calendar Feb 15, 2025  · Cato Aune  · 2 min read  ·
    Share on: bluesky linkedin facebook twitter copy
    Google Workspace Workspace Drive Sheet Apps Script

    If you ever wanted to get an overview of the sharing permissions of the files in your Google Drive, this little AppsScript can be helpfull.

     


    Read More
  • 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
  • How to disable touchpad on Thinkpad (Ubuntu)

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

    1synclient TouchpadOff=1
    


    Read More
  • Switch back from full screen Citrix on Ubuntu

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

    1CTRL+F2
    2ALT+TAB
    


    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

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