Customizing GitHub Gists / Coder’s Block

GitHub Gists let you save and share snippets of code. They’re popular with people who write about code, since you can embed them right into your articles Source: Customizing GitHub Gists / Coder’s Block


MySQL Performance: MySQL/MariaDB Indexes | Liquid Web

As you can imagine, searching through those DB rows one by one will be time-consuming, even on the latest hardware. The solution is to create an INDEX (or more than one) for your data. Source: MySQL Performance: MySQL/MariaDB Indexes | Liquid Web


Force Kill apt-key Defunct Error on Ubuntu 19.10

You cannot kill “defunct” processes. You can only speed up the deletion process of its parent entry in the process table by killing its parent. That being said, this worked for me. ps -ef | grep defunct | grep -v grep | cut -b8-20 | xargs kill -9 Poof! Gone.


A Simple Plan For a Universal Free Software Community

This plan addresses, through a global voluntary network of “labs”, Web sites, forums or clubs, several areas in which Free software simply fails to engage most users.http://techrights.org/2020/01/22/universal-free-software-community/


How to Find Malware in Your Website

Malware Why Prevent and Thoroughly Remove Malware From Your Site?For small-to-mid-size businesses (SMBs) and enterprise organizations, finding, removing, and preventing malware is increasingly critical for risk management and digital trust.https://www.liquidweb.com/blog/website-malware/


eCommerce Website Migrations Require a Multi-pass Approach

Migrating an eCommerce site isn’t like moving a regular website. It’s why we take a different approach at Nexcess & Liquid Web.


Creating a Linux service with systemd

While writing web applications, I often need to offload compute-heavy tasks to an asynchronous worker script, schedule tasks for later, or even write a daemon that listens to a socket to communicate with clients directly.https://medium.com/@benmorel/creating-a-linux-service-with-systemd-611b5c8b91d6


Automating Helm deployments with Bash | Opensource.com

Some of our applications are hosted in a Kubernetes cluster, and we use GitLab Continuous Integration (CI) to automate deployments and Helm 2 to deploy our applications. Helm charts enable the storage of templates of Kubernetes object YAML files with variables that can be programmatically set from command-line arguments passed when the chart is used…


Flexbox-zombies – DEV Community 👩‍💻👨‍💻

Source: Flexbox-zombies – DEV Community 👩‍💻👨‍💻


Customize your Mac Terminal – DEV Community

Source: Customize your Mac Terminal (VS Code too)-EASY! – DEV Community