Purplecarrot
Home
Containers
Development
Linux
Links icon
GitHub QuickRef
About
  • Getting Along with the OpenShift Machine Config Operator

    Dec 19, 2021 · 13 min read · Kubernetes OpenShift Linux
    Getting Along with the OpenShift Machine Config Operator

    When I'm working with the Machine Config Operator (MCO) in OpenShift, and frequently typing oc describe mcp and oc get mcp, I'm often reminded of the MCP (Machine Control Program) in the film Tron. I like the idea behind the MCO, and when it's working it's great, but perhaps this association in my mind is not only …

    Read More
  • Breaking into your OpenShift Cluster

    Oct 30, 2021 · 4 min read · Kubernetes OpenShift Linux
    Breaking into your OpenShift Cluster

    Of course, this really shouldn't happen right? You're a responsible IT professional, and your OpenShift cluster is configured with multiple authentication methods, and a secure backup of a kubeconfig file with the system:admin user certificates for passwordless login? Except sometimes it does. In my day job, we have a …

    Read More
  • Does Alpine resolve DNS properly?

    Sep 4, 2021 · 5 min read · Kubernetes OpenShift Linux
    Does Alpine resolve DNS properly?

    To anybody who has ever used containers, Alpine is a well known base operating system layer to many popular and widely used container images in use today. By design, it's a cut down minimal OS layer using the excellent busybox and musl libc C library. By using these alternatives to GNU Coreutils and GNU glibc C …

    Read More
  • Generating a RPM changelog using git log

    Nov 19, 2015 · 2 min read · Python Linux
    Generating a RPM changelog using git log

    I use python setuptools bdist_rpm to build RPMs from the code in my git repositories and today I updated my automated build script (a wrapper around python setup.py to run pre-requisite functions) to generate an RPM changelog from the git log of the repository hosting the package and then automatically include this in …

    Read More
  • Fedora 22, Wayland and Multiple Monitors

    Sep 24, 2015 · 2 min read · Linux GNOME
    Fedora 22, Wayland and Multiple Monitors

    By default, a new Fedora installation or a fedup upgrade on my dual monitor machine will result in GDM displaying the list of users and login screen on my left hand monitor. But I want it on my right hand monitor... Up until now, I simply logged in and set up the configuration I wanted using Settings -> Displays. …

    Read More
  • PKI Certificate Encoding Formats and File Extensions

    May 22, 2015 · 2 min read · Linux
    PKI Certificate Encoding Formats and File Extensions

    There are many different file formats and file extensions for storing certificates. It seems each time I come around to renewing a cert, I have forgetten what all the files and extensions mean. So for next time... Certificates are generally encoded in either Base64, PEM, or DEM formats. Base64 (.cer) Originally …

    Read More
  • Mass In Place Editing of Linux Configuration Files

    Jan 14, 2015 · 1 min read · oneliners Linux
    Mass In Place Editing of Linux Configuration Files

    Generally, if I have 100 files that I need to edit and make changes in, I tend to write a perl or python script to make them (if I have 3 files, I just open them in VIM and make them manually!) Yesterday however, a colleague who doesn't code had to change 2 consecutive lines in about 400 similar files and wanted a …

    Read More
  • Minecraft GNOME Desktop Icon

    Oct 7, 2014 · 1 min read · Linux
    Minecraft GNOME Desktop Icon

    I had an email about the minecraft.desktop file in the config file in a previous post. My kids love to play Minecraft, and installation of this simple GNOME .desktop file gives them the launcher icon on their desktops. 1cat << EOF > /usr/share/applications/minecraft.desktop 2[Desktop Entry] 3Version=1.0 …

    Read More
  • Configuring GNOME 3 Desktop and Shell

    May 13, 2014 · 2 min read · Linux GNOME
    Configuring GNOME 3 Desktop and Shell

    When it comes to customising GNOME, its config has always confused me - gconf, dconf, gconf-edit, gconftool - what are they all for? The furthest I've ever delved into them was copying and pasting some tips (give me my minimize and maximize buttons back!). My Linux work is almost exclusively with headless servers …

    Read More
  • OpenSSL Command Line Quick Reference

    Apr 24, 2014 · 2 min read · Linux oneliners Security
    OpenSSL Command Line Quick Reference

    Is there anybody in the IT industry that wasn't doing something with openssl in April? I don't use the openssl command line utility that often, but last week it reminded me that openssl command line tool is pretty comprehensive and has some nice features. I thought on this occasion I'd record the most useful ones so …

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

Featured Posts

  • Getting Along with the OpenShift Machine Config Operator
  • Breaking into your OpenShift Cluster
  • Does Alpine resolve DNS properly?
  • Practical Tekton

Recent Posts

  • Getting Along with the OpenShift Machine Config Operator
  • Breaking into your OpenShift Cluster
  • Does Alpine resolve DNS properly?

Categories

DEVELOPMENT 14 LINUX 14 CONTAINERS 4 MISC 3

Tags

LINUX 17 PYTHON 10 DEVELOPMENT 3 GIT 3 GNOME 3 KUBERNETES 3 ONELINERS 3 OPENSHIFT 3 HARDWARE 2 OPENSTACK 2 SECURITY 2 BASH 1 INDEX 1 ONELINER 1
All Tags
BASH1 DEVELOPMENT3 GIT3 GNOME3 HARDWARE2 INDEX1 KUBERNETES3 LINUX17 ONELINER1 ONELINERS3 OPENSHIFT3 OPENSTACK2 PIPELINES1 PYTHON10 REGEX1 SECURITY2 SUBVERSION1 TEKTON1
[A~Z][0~9]
Purplecarrot

©purplecarrot.co.uk