Tag: admin

Shell Scripting @ Freshers.in

Shell : How to organize and prioritize disk usage data with ‘du’ and ‘sort’

You can sort the results of the du (disk usage) command in the shell using the sort command. By default,…

Continue Reading Shell : How to organize and prioritize disk usage data with ‘du’ and ‘sort’
MySQL @ Freshers.in

MySQL : Deadlock found when trying to get lock; try restarting transaction – Resolved

The error message you’ve encountered in MySQL, “Deadlock found when trying to get lock; try restarting transaction,” indicates that a…

Continue Reading MySQL : Deadlock found when trying to get lock; try restarting transaction – Resolved

Creating a CageFS template for Node.js: making it available to all users step by step

Creating a CageFS template to make Node.js available to all users by default is a useful task in shared hosting…

Continue Reading Creating a CageFS template for Node.js: making it available to all users step by step

Setting up Minikube using docker driver on ubuntu

Minikube is a tool that lets you run Kubernetes clusters locally, which can be especially useful for learning and development…

Continue Reading Setting up Minikube using docker driver on ubuntu