Tag: Linux
RabbitMq – Open Source Message Broker
RabbitMq Installation Installation on Linux machine Update the package list sudo apt-get update -y Install prerequisite in most cases sudo apt-get install curl gnupg -y Install RabbitMq sudo apt-get install -y rabbitmq-server Start RabbitMq sudo systemctl start rabbitmq-server RabbitMq Installation
How To Fix Busybox Initramfs Error On Linux based OS
Some time our OS boot process gets stuck to the BusyBox shell and ends up at the initramfs prompt. ERROR: —————————————- BusyBox v1.27.2 (Ubuntu 1:1.27.2-4ubuntu3.2) built-in shell (ash) Enter ‘help’ for a list of built-in commands. (initramfs) —————————————- SOLUTION: Type
Use PDFtk Without Installing It In Linux
PDFtk PDFtk is one of the most popular and simple pdf editing or manipulating tool. It provides us a number of features like create pdf with FDF file, extracts records from the pdf and many more. To use pdf on
Install Microsoft Powershell in Ubuntu
How to install Powershell in Ubuntu: PowerShell is Microsoft proprietary and it is a task automation and configuration management framework from Microsoft consisting of a command-line (shell) and associated scripting language but Microsoft provides ways to use this in linux
Understanding Disk Cache in Linux
Understanding Disk Cache in Linux Disk cache allocates memory (RAM) used by operating system to increase the performance, like in Linux and in windows. Sometimes when you check RAM utilization in Linux OS using the below command Shell #> free
Install node.js on Linux and Windows
How to Install node.js on Windows: You can install node.js for windows from Node.js website as they had provided the installer there. You need to run the .msi installer that is downloaded. Then Restart your computer as you won’t be