Book Notes : Designing Data-Intensive Applications
Category: System Design
Tag:
By:
David
On:
Sat 20 February 2021
Good Book on System Design. To be updated.
How to add a desktop notification when switching XFCE workspace
When switching XFCE workspaces, theres no default notification that tells you which workspace you are on. I have a little script to get around it using
wmctrl
and notify-send
. MX Linux setting up docker and docker-compose
Steps to set up docker and docker-compose on MX Linux
Git Cheatsheet
Some Git commands
How to remove Wordpress versioning, emoji scripts, admin bar
By default, Wordpress adds in an emoji script and it's versioning into wp_head, one may want to remove these for simplicity and security. The admin bar too can also be removed.
How to use single page pagination in Wordpress
Wordpress has a simple pagination system built in.
How to install Node.js and Ionic in Debian
apt only provides a really old ersion of node. Use nvm to install and manage different versions of node.js !
How to turn existing folder into Git repo
Have a directory that you want to be linked to a Git repo ?
Page 1 / 5 »