Menu
  • Home
  • About Me
  • Blog
  • Github
  • LinkedIn

Month: January 2022

SSL encrypted Jupyter Lab server Installation on Cloud (DigitalOcean)

January 31, 2022July 5, 2022

DigitalOcean is well known for low rates for smaller cloud instances which costs only 5 USD per month or 0.007 USD per hour, so I’m going to use it for about 2 hours, destroy it, and get charged just 0.014 USD. The goal of this post is to set up a Droplet on DigitralOcean that…

Read More

Python for Algorithmic Trading – Conda as a Package Manager in Docker (2)

January 31, 2022

Python for Algorithmic Trading (1) Docker Container This section goes into the details of what the docker technology can do in the context of Python deployment. Building a Ubuntu and Python Docker Image This dockerfile control the building procedure for the image itself. The Bash script in below will be installing three parts: Linux housekeeping…

Read More

Python for Algorithmic Trading – Conda as a Package Manager (1)

January 31, 2022January 31, 2022

There are tools and strategies available that help with the Python deployment issue. Package managers like pip or conda help with the installing, updateing, and removing of Python packages. They also help with version consistency of different packages. Conda as a Package Manager Although Conda can be installed alone, an efficient way of doing it…

Read More

Jenkins Simple Python CI Pipeline

January 24, 2022

I’m going to create CI (Continuous Integration) Pipelines for Python project. The pipeline will include build, test, packaging and artifact storage. Furthermore, the pipeline will be automatically triggered when the source code changes (A push to a project in GitLab should trigger the build job). Create Jenkins Job and Integration with GitLab GitLab: Create a…

Read More

Create Orchestration Tool (Jenkins) With Azure Cloud Infrastructure

January 21, 2022March 17, 2023

I’m going to create a Jenkins to enable CI/CD Pipelines. Create a VM Create a Linux VM with the following specifications. Add an inbound security rule that allows access to your Jenkins VM on TCP port 8080. Install Docker and Jenkins Download and add Docker CE GPG key with the following command: Next, add the…

Read More

Install Jira with Azure

January 21, 2022March 9, 2024

Create a VM in Azure Install MySQL on VM Login to VM using ssh. To install it, update the package index on your server with apt: Configuring MySQL You will want to run the included security script. Configure your MySQL installation for JIRA. to do this, run the mysql command as a root with a blank…

Read More

Install GitLab and Create a Project on Microsoft Azure

January 20, 2022June 30, 2022

VM Creation DNS Name setting Click the virtual machine that you just created earlier, select the Not Configured link next to the DNS name label. GitLab CE Installation Connect your VM and write the command: Single Sign-on navigate to Azure Active Directory > App registrations > New Registration Select New Registration o Name: GitLabCE Supported Account…

Read More

Intro to Terraform with AWS (basics of using terraform to manage AWS infrastructure)

January 19, 2022June 30, 2022

Basics of using terraform to setup infrastructure with aws. We define our infrastructure as code and then we hand that code over to terraform and terraform is responsible for managing our entire infrastructure. how we can use terraform to manage an EC2 instance. main.tf Go to the terminal and start terrform. we can see that…

Read More

1. Getting Started – Ansible Inventory Tutorial (Connect Ansible to AWS EC2 instance)

January 18, 2022June 30, 2022

The purpose is to get used to the different building blocks of the cloud infrastructure in order to set it up automatically using scripts and Ansible. The infrastructure I am going to set up is: Ansible Inventory Create Ansible configuration file I defined the host that we are going to work with, and folder called…

Read More

SOLUTION – The authenticity of host can’t be established error

January 18, 2022

If you got permission denied error when you try to connect AWS EC2 instance, use this command:

Read More
  • 1
  • 2
  • Next
Recent Posts
  • ChinguTalkBot v0.1.0: Setting up AWS Cognito with CDK for User Authentication
  • Phoenix & Elixir: Fix PostgreSQL connection refused
  • Demo: Git Log with Shell script to create a release notes
  • Metasploit
  • CyberSecurity Lab – Online Password Attack

Archives
  • March 2024
  • May 2023
  • April 2023
  • February 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
Categories
  • Amazon Interview (3)
  • Ansible (3)
  • AWS (9)
  • Azure (9)
  • Certification (2)
  • ChinguTalkBot Project (1)
  • cybersecurity (3)
  • Data analytics (6)
  • Demo Videos (6)
  • Docker (5)
  • Git (1)
  • GitLab (1)
  • Golang (3)
  • JavaScript (2)
  • Jenkins (4)
  • PowerShell (1)
  • Python (10)
  • Terraform (11)
  • Uncategorized (9)

©2025 | Powered by WordPress and Superb Themes!