Script

Install Node.js 14 on CentOS 8|7

Install Node.js 14 on CentOS 8|7

js 14 on CentOS 8/7 & RHEL 8/7. You don't need to build binaries from source code. The process is as simple as pulling the script and executing it, then run yum install commands. The script will import RPM GPG key for the repository and create a repository file for Node.

SimpleNote keeps your notes synced across Linux, Android, iOS, and Windows
How do I export notes from simplenote? Can you share iOS notes with Android? How do I keep my notes online? How secure is simplenote? How do I import ...
How to Remove All Unused Objects in Docker
How to Remove Docker Containers To remove a stopped container, use the command docker container rm [container_id] ... To remove all stopped containers...
Crontab in Linux
The Cron daemon is a built-in Linux utility that runs processes on your system at a scheduled time. Cron reads the crontab (cron tables) for predefine...