Skip to main content

Posts

Showing posts from January, 2024

DevOPS

Install NODEJS version 18 in REDHAT 8 Here are the steps to install Node.js 18 on Red Hat 8: Open a terminal window. Run the following command to add the Node.js 18 repository to your system: curl --silent --location https://rpm.nodesource.com/setup_18.x | sudo bash - Install Node.js 18 by running the following command: sudo yum install nodejs Verify that Node.js 18 is installed by running the following command: node -v This should output the version of Node.js installed on your system. Please note that Node.js 18 is not officially supported on Red Hat 8, so you may encounter issues while installing or using it.

DEVOPS

  i'm php laravel developer and i develop so many websites for the bussinesses. Now i want to excel my skill set in server side (DEVOPS). What topic/ operations should i learn to become full stack developer. ChatGPT ChatGPT Becoming a full-stack developer with a focus on server-side operations (DevOps) is a great initiative. Here are some key topics and operations you should consider learning to enhance your skill set: Linux Administration: Learn the basics of Linux commands, file systems, and permissions. Understand system processes, package management, and system monitoring. Web Servers: Gain proficiency in configuring and managing web servers like Apache or Nginx. Learn about virtual hosts, SSL certificates, and performance tuning. Containerization: Explore containerization technologies like Docker. Understand how to create, deploy, and manage containers. Container Orchestration: Learn container orchestration tools such as Kubernetes. Understand how to deploy and scale applicati...