6 ways to improve decisiveness as a leader Learn how you can improve decisiveness as a leader. These 6 ways to improve decisiveness as a leader will help you grow to lead your people more effectively.
leadership 6 tips to improve your integrity as a leader Learn how you can improve your integrity as a leader. These 6 tips will help you become a better leader in the field of integrity.
leadership 6 ways to improve vision as a leader Learn how you can improve your vision as a leader. These 6 ways to improve vision as a leader will help you grow to lead your people more effectively.
leadership 6 ways to improve empathy for a leader Learn how you can improve your empathy skills to become the leader you want to be. Empathy is one of the crucial traits to become a successful leader.
leadership 7 principles for successful leadership Learn about the 7 principles for successful leadership in your organization: vision, integrity, empathy, decisiveness, adaptability, collaboration, and inspiration
Automation Robotic Process Automation and Hyperautomation transforming businesses today Using Robotic Process Automation (RPA) and Hyperautomation to transform your business and use your data effectively is the boost your business needs!
Automation Power Automate efficiently Filter Array with an OR criteria Learn how to filter an array efficiently in a Power Automation Flow
Automation Power Automate Filter Array with an OR criteria - the odd way Learn how to apply an OR filter to an array in a Power Automate flow.
development Dockerize a Svelte App with routing Learn how to make routing work in a dockerized Svelte App with an NGINX.
development Encrypt/Decrypt folders on Linux using Openssl to securely backup your files In my previous two posts I have introduced how to encrypt and decrypt a string and files in Linux using Openssl. I have expanded the script to encrypt and decrypt folders in Linux using Openssl which you can use to e.g. securely backup your files You can get the
development Encrypt/Decrypt files on Linux using Openssl In my previous post I have introduced how to encrypt and decrypt a string in Linux using Openssl. I have expanded the script to encrypt and decrypt files in Linux using Openssl You can get the source for this on Github: https://github.com/terencejackson8000/encrypt_decrypt. The script extension
development Encrypt/Decrypt a string on Linux using Openssl In this blog post I am going to show you how you can use Openssl to encrypt and decrypt a string on the command line in Linux. Prerequisites The prerequisite is that you have Openssl installed. Please read through this blog post on how to do this: https://www.howtoforge.
node Upgrade Node.JS on a Rasperry Pi When I wanted to upgrade my Ghost instance to the newest version I stumbled upon that my Node.JS version was too old: I was still using version 12. I did the standard apt update && apt upgrade to get the newest version of Node.JS on my Raspberry
Microsoft Flow Microsoft Flow schedule to post content to social media automatically In my previous posts I have shown you how to schedule posts to a Teams channel. You can use the same flows to post content automatically to social media, in this case to LinkedIn. As of now this is only possible for a company update and you should quickly check
Microsoft Flow Microsoft Flow post multiple messages to a Teams channel In my last post I have show how to post one message per day to a Teams channel. In this post I am going to show you how you can enhance the Microsoft Flow to send out multiple messages at the same time. The flow is basically the same as
Automation Microsoft Flow/Power Automate: Post to Teams channel Posting automatically to a Teams channel can help you increase efficiencies big time. E.g. if you want to update your colleagues or friends on a daily basis about certain events or you want to use an event based trigger like when a new deal is closed this can help
development SuiteCRM V8 API Wrapper in Python get relationships As described in my previous post I have written a small Python wrapper for the SuiteCRM V8 API. You can find the source code on Github. The initial version is now extended to be able to fetch data for relationships. E.g. if you have an opportunity there are (typically)
Microsoft Graph API: Insufficient privileges to complete the operation. I was playing around with Django and django-allauth to use existing authentication providers and do not need to hassle with my own user management. When trying to implement a Microsoft login, I was getting the following error: Insufficient privileges to complete the operation. Sometimes you are not getting the actual
Automation Openhab 3.2 on Docker: no monotonic clock was available When I was updating my Openhab version to Openhab 3.2 on Docker I was getting the following error: OpenJDK Client VM warning: No monotonic clock was available - timed services may be adversely affected if the time-of-day clock changes This lead to not being able to start Openhab 3.
development Cockpit CMS docker container I am running Cockpit CMS for quite some time and I still love it for being an open source and easy to use headless CMS. Unfortunately I could not find an actual docker image to run Cockpit CMS in a docker environment. Hence I decided to put this image together
InvoiceNinja5 Run InvoiceNinja 5 behind a reverse proxy with a Let's encrypt SSL/TLS certificate In this post I am showing you what you need to do to setup InvoiceNinja 5 behind a reverse proxy and using a Let's encrypt SSL/TLS certificate to secure it. In my last two blog post I have described you how to setup InvoiceNinja 5 using the
InvoiceNinja5 Run InvoiceNinja 5 Docker installation with a SSL/TLS certificate In this post you will learn how to secure your InvoiceNinja 5 docker installation with a SSL/TLS certificate. This will securely encrypt the communication between the client and the server part of InvoiceNinja 5 and is hence a key part if you're running this on a public
InvoiceNinja5 Install InvoiceNinja 5 as a docker image Fast, easy and straight forward: Learn how to setup InvoiceNinja 5 as a docker image using docker compose. What is InvoiceNinja? InvoiceNinja is a free and open source invoicing, expense and time tracking tool. It has the following functionalities and is very easy to use: * Invoices & Auto-Billing * Online Payments
development SuiteCRM V8 API Wrapper in Python I have started to work on a SuiteCRM V8 API Wrapper written in Python. In the past I have always used a direct database access to get the data from SuiteCRM. But given the table structure the queries could get quite long and also not very easy to read. Hence
Automation Read the Raspberry Pi CPU temperature and display it in Openhab via MQTT Learn how to monitor Raspberry Pi CPU temperature and display it in OpenHAB with this easy-to-follow tutorial on Raspberry Check CPU Temperature. Follow our step-by-step guide to ensure your Raspberry Pi is running at optimal temperature.