Tag: admin
Shell : How to organize and prioritize disk usage data with ‘du’ and ‘sort’
user October 20, 2023
You can sort the results of the du (disk usage) command in the shell using the sort command. By default,…
MySQL : Deadlock found when trying to get lock; try restarting transaction – Resolved
user October 20, 2023
The error message you’ve encountered in MySQL, “Deadlock found when trying to get lock; try restarting transaction,” indicates that a…
Creating a CageFS template for Node.js: making it available to all users step by step
user October 8, 2023
Creating a CageFS template to make Node.js available to all users by default is a useful task in shared hosting…
Setting up Minikube using docker driver on ubuntu
user September 29, 2023
Minikube is a tool that lets you run Kubernetes clusters locally, which can be especially useful for learning and development…