Browsing category

Debian

How to Install Yarn on Debian 11 / Debian 10

Yarn is a package manager for JavaScript that runs on Node.js, allowing developers to manage their application dependencies. Using yarn, you can install packages, start a new project, and share packages (code) quickly, securely, and reliably. Here, we will see how to install Yarn on Debian 11 / Debian 10. Install Node.js and npm on […]

How to Install Apache Cassandra on Debian 11 / Debian 10

Apache Cassandra, or simply Cassandra, is an open-source distributed database management system designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure. Every Cassandra node in the cluster will have the same role. Data is distributed across the cluster, which means each node holds different […]

How to Install Node.js and npm on Debian 11

Node.js is an open-source, cross-platform JavaScript runtime environment for developing server-side applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. Here, we will see how to install Node.js on Debian 11. Install Node.js on Debian You can install Node.js using […]

How to Install Skype on Debian 11 / Debian 10

Skype is one of the world’s most popular communication tools, allowing you to call your friends, family, and colleagues across the globe over the Internet for free. Skype has revolutionized the way people communicate, and it’s now available on just about every platform imaginable, from smartphones to video game consoles to computers and laptops. Here, we […]

How to Install Memcached on Debian 11 / Debian 10

Memcached, the high-performance, distributed memory object caching system, is extremely useful in speeding up dynamic web applications by alleviating database load. Memcached helps in minimizing the number of calls to database systems by caching data in memory. As a result, the subsequent requests for the same data can be served faster and thus improve web […]