Jump to content
View in the app

A better way to browse. Learn more.

AlphaGNU

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Installing Nodejs 18 on Centos Stream 8/9 AlmaLinux 8/9 RockyLinux 8/9

Featured Replies

Posted

Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside of a web browser. It allows developers to build server-side applications using JavaScript, which was traditionally used only on the client-side.

One of the key features of Node.js is its non-blocking, event-driven I/O model, which allows applications to handle a large number of concurrent connections with relatively low memory overhead. This makes it well-suited for building real-time applications like chat applications, online games, and collaborative editing tools.

Please note from version 18, Centos 7 is not supported due to older version of dependencies.

To install Node.js 18 on CentOS using the NodeSource repository, you can follow these steps:

Install the required packages:

dnf install -y curl gnupg2


Add the NodeSource repository:

curl -sL https://rpm.nodesource.com/setup_18.x | sudo bash -


Disable nodejs module :

dnf module disable nodejs


Install Node.js:

dnf install -y nodejs


Verify that Node.js and npm are installed:

node -v
npm -v


You’ve successfully installed Node.js 18 on your CentOS 8/9 system using the NodeSource repository.

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.