by Abhishek Thakur | Mar 10, 2023 | Blog, linux
Ansible is a software tool suite that enables infrastructure as code. It is open-source and includes software provisioning, configuration management, and application deployment functionality. Nobody enjoys doing the same thing over and over. IT administrators can use...
by Abhishek Thakur | Mar 6, 2023 | Blog, linux
Redis (Remote Dictionary Server) is a distributed, in-memory key-value database, cache, and message broker with optional durability. Redis popularised the concept of a system that can function as both a store and a cache. It was designed in such a way that data is...
by Abhishek Thakur | Mar 5, 2023 | Blog
In CentoS 7 or any OS applications which implement common services often use port numbers to define it. The process applied is called listening . Which involves receiving and transferring requests for the communication of services. Ports allows a computer to easily...
by Abhishek Thakur | Mar 3, 2023 | Blog, linux
Yarn is the leading JavaScript package manager developed by Facebook in 2016 for the Node.js JavaScript runtime. An alternative to the npm package manager, Yarn was created in collaboration with Facebook, Exponent, Google, and Tilde (the company behind Ember.js) to...
by mr rockstar | Mar 2, 2023 | Blog, Windows FIX
What is yarn? Yarn is a new JavaScript package manager created by Facebook, Google, Exponent, and Tilde. Engineers share in the JavaScript community Hundreds of thousands of code parts, so that the rewriting of basic components, libraries or frameworks can be avoided....
by Abhishek Thakur | Mar 2, 2023 | Blog, linux
For operating systems like Unix, the X11 Window System is a windowing system for bitmap displays. Using X11, you can interact with a GUI environment. As a result, there is a wide range in the visual design of X11-based environments. Several programs may show...