Automate Installation – Ubuntu with JDK & Tomcat
Update OS and Install required packagesapt-get update -y;apt-get install gdebi -y;apt-get install vim -y;apt-get install nano -y;apt-get install htop -y;apt-get...
Explore all our latest articles and tutorials
Update OS and Install required packagesapt-get update -y;apt-get install gdebi -y;apt-get install vim -y;apt-get install nano -y;apt-get install htop -y;apt-get...
Best Practices – To be Cyber SafeChange Password of your important accounts frequently (Banking, Email Accounts, Social Media Accounts). Use Strong password.D...
Automate Docker Installation with just a single script !!#!/bin/bash# Note : For Docker Setup#OS Update: sudo apt-get update -y;sudo apt-get install gdebi -y;su...
Wazuh – Vulnerability Scanning on Windows & Linux#vulnerability #vulnerabilitydetection #wazuhHow to Setup Vulnerability Scanning – Windows & Linux....
Install Magento on Ubuntu 18.04 with Nginx & Lets Encrypt CertificateMagento open source is a fantastic platform. Get your stores online with Magento Setup....