Skip to content

Instantly share code, notes, and snippets.

View bathivinod's full-sized avatar

Vinod Bathi bathivinod

  • Pennywise solultion pvt ltd
  • Hyderabad, India
View GitHub Profile
@bathivinod
bathivinod / jenkins.conf
Created January 6, 2023 19:48 — forked from bbachi/jenkins.conf
Jenkins
upstream jenkins {
server 127.0.0.1:8080;
}
server {
listen 80 default;
server_name sample.jenkins;
access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error.log;
@bathivinod
bathivinod / deploy.sh
Created January 6, 2023 14:42 — forked from kcabading/deploy.sh
Bash script for deploying Wordpress using Jenkins and Bitbucket.
#!/bin/bash
# PLACEHOLDERS
# [STAGING_FOLDER] - staging directory in your server
# [STAGING_URL] - staging url
# [STAGING_USER] - staging user in the server
# [STAGING_MYSQLUSER] - staging mysql user
# [STAGING_MYSQLPASSWORD] - staging mysql password
# [ROOTUSER] - Mysql root user
# [ROOTPASSWORD] - Mysql root password
@bathivinod
bathivinod / Windows10AWSEC2.md
Created October 5, 2020 03:04 — forked from peterforgacs/Windows10AWSEC2.md
Running Windows 10 on AWS EC2

Running Windows 10 on AWS EC2

Downloading the image

Download the windows image you want.

AWS vmimport supported versions: Microsoft Windows 10 (Professional, Enterprise, Education) (US English) (64-bit only)

So Home wont work.