SBSundar bloginsundarpalanivel.hashnode.dev·4d ago · 2 min readMysql tutorial create a new user CREATE USER 'sudha'@'localhost' IDENTIFIED BY 'Password@123'; list a user SELECT User, Host FROM mysql.user; create a new database create database companydb02; list a db show d00
SBSundar bloginsundarpalanivel.hashnode.dev·Nov 6, 2025 · 1 min readHow to write 1st jenkins pipelinePipeline job00
SBSundar bloginsundarpalanivel.hashnode.dev·Oct 28, 2025 · 1 min readJenkins Master and Slave Configuration | How to run Jenkins job on Slave node #Jenkinswe need to install ubuntu for two systems.one system need to install jenkins another one is slave. The jenkins systems insatalled jenkins. need to install java same version for both systems Jenkins system Slave system Now configure slave system g...00
SBSundar bloginsundarpalanivel.hashnode.dev·Mar 13, 2025 · 1 min readDocker SelvaVideo 2 Docker Essentials Check docker version Docker commands Volume help Image help Pull the image List images Pull alpine image list the images Check running container run the container To list the container To create another container ...00
SBSundar bloginsundarpalanivel.hashnode.dev·Jan 4, 2025 · 1 min readSonarQube installationSonarQube is an open-source platform used for continuous inspection of code quality. It is primarily designed to analyze and review the codebase for various quality metrics such as bugs, vulnerabilities, code smells, test coverage, and maintainabilit...00