Skip to content

Instantly share code, notes, and snippets.

View vegaasen's full-sized avatar
🤠
Howdy

Vegard Aasen vegaasen

🤠
Howdy
View GitHub Profile
@vegaasen
vegaasen / oim-without-authwl-jaas.md
Created February 16, 2018 12:30
Configuring OIM without any authwl.conf-file

OIM with no JAAS-file

Background

This is quite simple.

Most likely, you will be having a similar configuration to this defined in your authwl.conf-file:

@vegaasen
vegaasen / npm-quirks.md
Created February 8, 2018 08:50
NPM quirks cheatsheet (angular, bootstrap, redux and the like)

NPM Quirks and the like

Introduction

Problems

Depending on node-sass within a firewall'd office

@vegaasen
vegaasen / autofs-and-nfs-sweetspot.md
Last active January 30, 2018 18:13
automount (autofs) and nfs playing nicely together

Automount (autofs)

Introduction

This is a simple and small guide on how to set up an Automount mapping and feature on RHEL 6.x. It basically covers:

  • Installing autofs
  • Configuring autofs to target the NFS defined mount point
@vegaasen
vegaasen / apache-24-angular-5-plus.md
Last active January 24, 2018 16:37
Simple Apache 2.4 and Angular 5+ configuration

Apache 2.4 w/ Angular 5+ configuration

HTTPD Configuration

Virtual host configuration

Example-configuration for Angular 5+ with Apache 2.4. Quite simple configuration, really

     <VirtualHost *:80>
@vegaasen
vegaasen / web-frontend-environment-separation.md
Last active January 5, 2018 07:45
Environment separation for Angular, WebPack and TypeScript

Introduction

This is a simple overview on how to build to various environment. Note: This does not solve a CD way of doing this, however, its a pointer to how to solve it.

Components

  • Angular 5
  • WebPack 3
  • TypeScript
@vegaasen
vegaasen / upload-document-confluence-octopus.md
Created December 23, 2017 10:54
Documentation generation that uses Scroll Pdf plugin for confluence. Used in Octopus.
#!/usr/bin/env bash
# Triggers, verifies and downloads the User Guide from ITDoc
# Requires the following variables to be defined:
# jobUsername, jobPassword
# ^----- these relies on variable credentials being supplied by Jenkins variable (See "Bindings" => Username/Password) components
#
# @author vegaasen
# @since 13.12.2017
# @version 13.12.2017@IAM-1231
@vegaasen
vegaasen / artifactory-2-nexus.md
Last active December 4, 2017 11:51
Artifactory to Nexus conversion

Artifactory to Nexus

Exporting from Artifactory

Select the option in Artifactory as an administrator user. Choose to export everything with all options enabled. Choose somewhere on the server to store the files and copy these to a required location.

Importing to Nexus

In order to import stuff in to Nexus, trigger the following commmand from the base-folder where the files were exported to (e.g .m2/*).

@vegaasen
vegaasen / log-archive.sh
Last active December 7, 2017 17:40
LogArchiver2000: Simple archiver file that grabs files based on filenames and compresses them.. or something like that :-P
#!/bin/bash
#
# @description This script will simply just archive files which is of age month-1->n.
# @author vegaasen
# @since 16.12.2014
#
# Configuration
ARCHIVE_FOLDER_ID='logs-archive';
@vegaasen
vegaasen / junit4-junit5-conversion.md
Last active August 21, 2019 08:59
Junit 4 => Junit 5 conversion

Junit 4 -> Junit 5 conversion

Introduction

This is not ment to be a complete guide on how to actually convert your application from Junit 4 to Junit 5.

Important

This is just my own findings and ramblings, and the list is by far complete. Despite that; I hope that it may help on the way to converting your Junit 4 application to a Junit 5 application.

@vegaasen
vegaasen / weblogic-wtfs-how-fix.md
Last active November 14, 2017 11:01
WebLogic: List of WTFs and how to fix them

WebLogic: List of WTFs and how to fix them

Error: EnterpriseManager and CredentialsStore: o.s.j.s.c.CredentialAccessPermission

Problem

Preface:

  • Oracle Enterprise Manager > Credential Store used
  • Created our own store with the map "my.awsome.credential.map" with the key "sysadmin"