Techno Notes
open-menu closeme
Home
About
linkedin bluesky github rss
  • 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
    Content might be outdated

    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
  • HTTP proxy with Docker

    calendar Feb 21, 2018  · to-top Last updated: Apr 2, 2018  · Cato Aune  · 1 min read  ·
    Share on: bluesky linkedin facebook twitter copy
    docker http proxy
    Content might be outdated

    Use HTTP proxy for building Docker images
    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
  • Custom Raspberry Pi distribution

    calendar Feb 8, 2018  · Cato Aune  · 3 min read  ·
    Share on: bluesky linkedin facebook twitter copy
    linux raspbian distro raspberry pi
    Content might be outdated

    The default distribution for Raspberry Pi is Raspbian, but of course there are several other options that might suit your needs better. If you would like to use Raspbian, but you would like to do some modification, either add something or remove something (or both), there are options for building a custion version of …
    Read More
  • Partitions have now become SOA Folders

    calendar Sep 30, 2016  · Cato Aune  · 1 min read  ·
    Share on: bluesky linkedin facebook twitter copy
    soa oracle middleware
    Content might be outdated

    Have you upgraded to Oracle SOA Suite 12.2.1.1 and can't find the Partitions configuration any longer?
    Read More
  • Booting Oracle WebLogic

    calendar Dec 7, 2014  · catoaune  · 5 min read  ·
    Share on: bluesky linkedin facebook twitter copy
    weblogic wlst nodemanager middleware oracle
    Content might be outdated

    This post is related to our presentations at Oracle OpenWorld 2014 and UKOUG Tech 14. All code/configuration used during the presentations are available here.

    • The OOW presentation as a PDF file - CON3633_Sysco_Booting_Weblogic
    • The Tech 14 presentation as a PDF file - Sysco_Booting_Weblogic

    To start and stop …


    Read More
  • Wrong timezone causes TopLink warning in SOA suite

    calendar Apr 30, 2014  · Cato Aune  · 2 min read  ·
    Share on: bluesky linkedin facebook twitter copy
    weblogic jdbc timezone oracle soa
    Content might be outdated

    From time to time we discovered SOA installations that got this little TopLink warning in the SOA server log every minute:
    Read More
  • WebLogic and Database connection issues

    calendar Apr 3, 2014  · Cato Aune  · 3 min read  ·
    Share on: bluesky linkedin facebook twitter copy
    weblogic database firewall oracle
    Content might be outdated

    Database connection issues could sometimes be hard to solve for a middleware administrator. Below are three scenarios that we have run into, and that are easy to check, now that you know about them:
    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • »
    • »»

Cato Aune

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

Recent Posts

  • Get all properties from Drive.Revision
  • 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
  • Find info about connected monitor from Raspberry Pi

Categories

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

Tags

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

Copyright  CATO AUNE. All Rights Reserved

to-top