VSVipul Singhinvipulsingh.hashnode.dev·Jun 21, 2024 · 15 min readGit Jenkins SonarQube Code DeployJENKINS Step 1 — Installing Jenkins The version of Jenkins included with the default Ubuntu packages is often behind the latest available version from the project itself. To take advantage of the latest fixes and features, you can use the project-mai...00
VSVipul Singhinvipulsingh.hashnode.dev·Jun 21, 2024 · 6 min readAtlas Cluster Automation Using Scheduled TriggersArchitecture Three example scheduled triggers are provided in this solution. Each trigger has an associated trigger function. The bulk of the work is handled by the modifyCluster function, which as the name implies is a generic function for making ...00
VSVipul Singhinvipulsingh.hashnode.dev·May 7, 2024 · 3 min readHow I passed the AWS DevOps Engineer Professional ExamHi Folks, Hope you are staying safe, As I have just passed the AWS DevOps Professional exam recently I just wanted to share the Preparation details which helped me to pass the exam. As mentioned DevOps Professional comes under Professional certificat...02KN
VSVipul Singhinvipulsingh.hashnode.dev·Jan 5, 2024 · 2 min readSelenium Environment With Dockerprerequisite Run the following command for removal of any current container running docker rm -f $(docker ps -a -q) docker rmi -f $(docker images -a) Setup the environment for zelenium having 2 browsers. Run the following commands Run the followin...00
VSVipul Singhinvipulsingh.hashnode.dev·Nov 10, 2023 · 1 min readInstall Php Using Source CodeTo install PHP from source code, you can follow these general steps. Keep in mind that the exact commands and steps may vary depending on your operating system. Below, I'll provide a basic guide for a RPM-based CentOS, assuming you have the necessary...00