wiki.getshifting.com

--- Sjoerd Hooft's InFormation Technology ---

User Tools

Site Tools


start

SHIFT-WIKI - Sjoerd Hooft's InFormation Technology

This WIKI is my personal documentation blog. Please enjoy it and feel free to reach out through blue sky if you have a question, remark, improvement or observation. See below for the latest additions, or use the search or tags to browse for content.


Boot Solaris x86 Into Single User Mode

Summary: How to boot solaris into single user mode.
Date: Around 2014
Refactor: 20 February 2025: Checked links and formatting.

During testing with AD LDAP Authentication for Solaris I managed to get myself locked out of the system, because of errors in the pam.conf file. I used this method to boot into single user mode so I could undo the changes in the configuration file:

  1. At the “GRUB” boot menu where you get the boot options press “e” to edit the boot line before the prompt times out.
  2. Use the arrow keys to highlight the line that starts with “kernel”
  3. Press “e” again to edit the line.
  4. Add “ -s” to the end of the line and press <ENTER>
  5. Press “b” to boot

This wiki has been made possible by:

2025/06/01 11:59

Booting From VHD

Summary: How to boot directly from a VHD, a virtual hard disk.
Date: Around 2019
Refactor: 21 February 2025: Checked links and formatting.

This page is the first in a small series about Windows Server 2012 and Hyper-V 3. The end goal is to have a functional Hyper-V 3 server on my own laptop. To have that working I will use a technology that will allow me to boot directly from a VHD.

→ Read more...

2025/06/01 11:59

Bicep Module for Azure App Configuration

Summary: This is a bicep module that deploys a dashboard to monitor Azure App Configurations.
Date: 9 January 2025

Check here for a previous post for modules on deploying and configuring an Azure App Configuration Store.

→ Read more...

2025/06/01 11:59

Bicep Module for Azure App Configuration

Summary: This is a bicep module that I use to deploy Azure App Configurations, a cloud service I use to store variables.
Date: 4 January 2025
Refactor: 9 January 2025: Added deployment information and an additional module to assign roles.

Read the post to learn more about Azure App Configuration and:

  • How to deploy an Azure App Configuration Store using a Bicep module
    • How to set the name and sku based on the environment parameter
  • How to deploy a private endpoint for an Azure App Configuration Store using a Bicep module
  • How to set permissions on the Azure App Configuration Store using a Bicep module
    • Permissions are set on an array of teams which are defined in a separate parameter file
Check here for an additional post for a dashboard to monitor the Azure App Configuration Store.

→ Read more...

2025/06/01 11:59

<< Newer entries | Older entries >>

This wiki has been made possible by:

start.txt · Last modified: by sjoerd