linux

ubuntu: authentication is required to create a color profile/managed device

This is a solution I found at https://devanswers.co/how-to-fix-authentication-is-required-to-create-a-color-profile-managed-device-on-ubuntu-20-04-20-10/ while trying to solve this annoying problem. Save it! “… Now reboot Ubuntu and try logging in again over RDP / Windows Remote Desktop and the popups should be gone ….“

gitlab · linux · power · ppc64le

ppc64le: building GitLab Runner

To build GitLab Runner for ppc64le you can run the following steps in a x86_64 machine with Ubuntu 20.04:

container · go · linux · ppc64le

linux: building and executing containerd on Power

containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability [1]. In this tutorial we are going to build and execute it on Power. Before we get started building it, we need to get a Power VM. Ask for a FREE account at http://openpower.ic.unicamp.br/minicloud/. Once you get it, you can start… Continue reading linux: building and executing containerd on Power

cloud · container · docker · IBM Cloud Private · kubernetes · linux · ppc64le

ppc64le: easily installing a single cluster of IBM Cloud Private 3.1.2

Willing to try the latest version of IBM Cloud Private? Try out this simple bash script that helps you on installing either EE or CE versions. Enjoy!

container · docker · linux · macos · x86_64

ubuntu: Err:1 https://dl.yarnpkg.com/debian stable InRelease

I was updating the docker image I use to do Linux stuff within a macOS Mojave and during the update, this error message appeared: To fix it, I had to import the the public key for that repository: With that, everything worked as expected:

cloud · docker · kubernetes · linux · x86_64

x86_64: Installing Minikube

Minikube is a tool that makes it easy to run Kubernetes locally. Minikube runs a single-node Kubernetes cluster inside a VM on your laptop for users looking to try out Kubernetes or develop with it day-to-day [1]. This is a step-by-step installation guide that puts togheter in a single page all required steps to install… Continue reading x86_64: Installing Minikube

cloud · IBM Cloud Private · kubernetes · linux · openstack · power · ppc64le

linux: Installing IBM Cloud Private CE

Wondering to install IBM Cloud Private Community Edition 3.1.0 as a single node? Take a look at this video and learn how easy it is:  

cloud · IBM Cloud Private · kubernetes · linux · power · ppc64le

linux: IBM Cloud Private with GlusterFS

You can easily configure and install an IBM Cloud Private Cluster with GlusterFS for data persistence. See how it can be done by watching the video below:

cloud · linux · power · ppc64le

cloud: IBM Cloud Private CE Installation

This is a footage of the installation progress of IBM Cloud Private CE  2.1.0.1 on Ubuntu 16.04 ppc64le.

docker · linux · power · ppc64le · travis

ppc64le: creating a Docker image for travis-build on ppc64le

Travis Build is a library that Travis Workers use to generate a shell based build script which is then uploaded to the VMs using SSH and executed, with the resulting output streamed back to Travis. In worker to use it on ppc64le it is necessary to make some adjustments in the Dockerfile so the right packages are… Continue reading ppc64le: creating a Docker image for travis-build on ppc64le