Sometimes you may need to split array into chunks of specific size in JavaScript. Here are the steps to do it.
How to Print Number With Commas as Thousands Separators in JavaScript
Often you may need to print number with commas as thousands separators in JavaScript. Here are the steps to do it.
How to Mount Remote Filesystem or Directory in Linux
How to Copy Files from Linux to Windows
How to Set Process Priority in Linux
Sometimes you may need to set process priority in Linux. Here are the steps to do so using nice and renice commands.
How to Change Default MySQL Data Directory in Linux
Sometimes you may need to change default MySQL directory. Here are the steps to change default data directory in MySQL.
How to Fix “firewall-cmd: command not found” error in Linux
Sometimes you may get an error “firewall-cmd: command not found” error in Linux. Here are the steps to fix it.
How to Protect Hard and Symbolic Links in CentOS
Sometimes you may need to protect hard and symbolic links in CentOS/RHEL systems. Here are the steps to do it.
How to Run Shell Script on Another Server
How to Manage Systemd Services on Remote Linux Systems
Sometimes you may need to manage systemd services on remote Linux systems, Here are the steps to do it.