How to install Airflow on Windows (Apache Airflow installation steps)
A how to guide on installing airflow on windows
A how to guide on installing airflow on windows
A how to guide on installing airflow on ubuntu
The best terminal for mac, listing features of the top 7 Mac Command-line tools
Bash date print Year, Month, Day, Hour, Minute and Seconds
How to print date yyyymmddhhmmss with milliseconds using Python builtin module datetime?
run python on chromebook
Python WebSocket with server and client
How to validate a JSON file using Python
how to get into devops?
101 Software Developer Interview Questions
Devops Interview Questions
Kafka interview questions
Alert Manager yml
ansible become example
Steps to install chrome on kali Linux – simple and straight forward
Bash date print X days ago (Linux shell script or in command-line)
One of the most common errors that Linux users face is the tree command not found error. This article will explain how to troubleshoot this error and fix it.
python script to monitor network traffic
ffmpeg usage examples
How to enable copy paste Keyboard Shortcuts in Windows 11’s Bash Shell
Git hangs on writing objects, troubleshooting steps and solutions explained
Quickly creating a Linux user with a password in one line command, works in standard Linux, Debian, Cloud, Dockerfile Container Linux.
How to show hide vscode sidebar, how to customise the shortcuts
MobaXterm how to split or unsplit screens
Explaining the docker mongo run command with a basic run with sudo prefix and verifying whether the container is running
Alternatives to Linux tree command, exploring two alternative methods with examples.
Fixing the error git clone command not found kali linux
python exec bash command
simple python program for beginners
ModuleNotFoundError bs4 BeautifulSoup4
what does from __future__ import annotations do
solution for bitbucket error while checkout, pull or push
How to fix: Failed to restart sshd.service: Unit sshd.service not found
Ho to get bash print date in ISO 8601 date format – yyyy-MM-dd T HH:mm:ss Z including UTC offset.
Fix for the docker error tarting container process caused exec… stat bin bash no such file or directory
How to run linux vm on mac m1 or m2, a step by step guide
CodeTryout.com explains the steps to connect to WSL Windows using MobaXterm session window.
Web Scraping with Selenium running out of memory problem
While vscode does not have a built-in feature to save the terminal outputs to a file, let us explore ways how to save vs code terminal output to a file.
Virtualbox copy paste not working? Explaining how to enable text copy-paste, clipboard between VirtualBox Ubuntu VM and Windows hosts. This experiment is tried and tested in Ubuntu 22.04, VirtualBox 6.x, on Windows 11 host.
How to troubleshoot ssh could not resolve hostname github.com temporary failure Error, two solutions provided.
Saving the screen output or screen logs to a file in MobaXterm
Mobaxterm enable right click paste, so that you can easily copy and paste commands to the command-line window.
aws logger python
parse xml using python
python script to extract data from text file
python script to send email with example code
5 methods for checking performance of python code
Explaining how to check whether a file exists without error or exceptions in Python.
How do I execute a program or call a system command from Python?
Using headless Chrome Selenium, explained with the –headless=new add_argument method.
rsync dryrun explained with examples
backup and sync, rsync incremental with examples
I have been conducting experiments using Python subprocess on various operating systems, including Windows, Linux, and MacOS.
python ansible example
python threading example
multi threading and multiprocessing explanation with examples for both.
Webdriver chrome python example code
How to integrate WebDriver Manager Selenium with Java or Python
Virtualization on apple silicon
How to do git rebase master into a feature branch
echo user to sudoers
docker linux sudoers nopasswd
mysql create table
ChromeDriver only supports Chrome version
sudoers log file location
What happens when git rebase with master
How to create SQLite database in Python
Running Parallels Desktop M2
Guide to prepare an Ansible playbook to install Kubernetes
powershell get-date format yyyymmddhhmmss milliseconds
Steps to reset mysql root password
mysqldump command, MySQLdump remote database backup and local database backup explained
Solution to send the shortcut Shift F10 for WIndows 11 installation on macos M1 or M2
Ansible regex search filter explained with 10 practical examples
python yaml practical examples with YAML, Python files and demo.
Ansible local playbook example
ansible playbook example
How to run virtual machines on macos m1 m2
failed to set time zone invalid or not installed time zone ‘asia/kolkata’
How to create a Python module in 60 seconds
How to create a Virtual Environment Python Windows
How to create a Virtual Environment Python Ubuntu 22.04
How to run a command in the Docker container from the host
How to run bash into docker container?
Explaining python parsing a csv file, complete example input files and runtime output.
Ubuntu Google Chrome installation steps
30 Basic Commands in PowerShell with examples
Python programming practices
How to list install uninstall Python Packages
python install requests
explaining git log, git history, git keyword search
VSCode Top 10 features
multiple kubernetes Deployments in one file
GitHub actions yml example, GitHub Action is essentially a set of steps that are executed when a specific event occurs in your repository, such as pushing code, creating a pull request, or releasing a new version.
How to install python yaml module on Ubuntu
How to Access Microk8s Kubernetes Dashboard
Installing microk8s on ubuntu with snap
helm chart deployment example
ModuleNotFoundError: No module named azure identity
ModuleNotFoundError no module named snowflake
40+ BASH commands for everyday use
Installations steps for helm3 on ubuntu with examples and alternate methods. helm 3 and ubuntu 22.04
Fixing ModuleNotFoundError Selenium
Document management naming conventions best practices
ansible vs terraform
Chef vs Puppet vs Ansible
github actions vs jenkins
rundeck vs jenkins
jenkins vs teamcity
Explaining how to create a helm package from an already existing Chart. Also explains the steps to lint the created package.
How to get element based on xpath sibling value
webdriverexception ‘chromedriver’ executable needs to be in path
vboxmanage start vm
Simple explaination of helm chart creation process, how to create helm chart in kubernetes
Selenium Chrome driver download and install on Windows
Experiments with microk8s, exploring command options to list all namespaces available in an environment using microk8s get all namespaces
Selecting codeblocks vertically in vscode editor.
Chrome Webdriver Python Example script
selenium take screenshot python example code snippet
How to find element by class using WebDriver
find element by text using WebDriver
How to install VirtualBox guest additions on Ubuntu 22.04 VM command line
Sample selenium code to open google (Using webdriver)
How to install docker on VirtualBox Ubuntu 23.04 or 22.04 VM, with the minimum required steps, you can do it within 10 minutes.
sendKeys Selenium Examples
Ubuntu operating system provides a feature that allows the user to run docker without entering sudo every time. This makes it easy for the user to use docker for development and testing purposes.
Git Basics, 10 steps you should learn in Git if you are a beginner.
How to learn coding, a quick guide for beginner.
How to become a DevOps engineer without experience
Google Cloud certification preparation guide
aws certification study plan and preparation guide
git feature branch, a practical how to guide.
How to fix Google-chrome on Apple Silicon Ubuntu VM
A practical guide on how to use bashrc aliases
How to discard all local changes in git repo and pull from a remote branch, explaining the usage of git reset and git pull.
How to login to Docker Private Registry
Troubleshooting error Cannot Connect to the Docker Daemon
Docker Copy File from Container to Host Tutorial
Step by step guide for Docker Connect to Container
python hello world program with multiple examples
How to write to file from selenium webdriver?
How do SCP files or directories local to remote OR from remote to local?
Step by step guide to use rsync to copy files
Solution for the common problem – vscode search files by name not working. Step by step guide on how to find files in vscode
Explaining how to revert a git commit, with examples.
Exploring steps to add files to git repository and commit them with messages. Finally view the commit logs
How to open vs code from the terminal
vscode how to comment or uncomment multiple lines of code, quickly using keyboard shortcuts.
This tutorial will walk through the steps to install a VirtualBox Ubuntu Linux VM unattended.
This convenient vscode shortcut key will up or down the current line.
Your cursor should be on the line you want to move up or down; there is no need to select it.
How to configure VScode terminal settings behavior to COPY on select and Right-Click to PASTE
Complete guide on how to access Ubuntu WSL files and directories from Windows
Complete guide on how to access windows files or folders from Ubuntu terminal WSL, or from WSL2 command line bash shell.
Complete guide on How to activate File Explorer Tabs on Windows 11 Version 22H2, you can open multiple windows explorer in same window.
How to run a prometheus docker container and access it from a localhost port.
Explaining how to cleanup unused docker images and containers with docker system prune command, with a demonstration
Explaining the docker ubuntu run bash shell commands with a basic run with sudo prefix and verifying whether the container is running
Exploring two alternatives for MobaXterm (Moba xterm) and Putty, comparing most frequently used features and practical usage.
Network configuration guide on how to set windows 11 dns to xfinity, step by step.
Explaining how to fix the error apt update release file is not valid yet ubuntu virtual machine, VirtualBox or any other VM.
How to configure NAT networking for a VM running on VirtualBox. This guide covers all required steps to configure Linux or Windows VMs.
VirtualBox VM settings to make a two-way network connection VM to all LAN IPs and LAN devices to the VM using bridged adapter
How to start or stop VirtualBox virtual machines from command line, optionally running as a background process
How to list VirtualBox VMs from the command line – Ubuntu Linux and Windows commands explained with examples
How to install Oracle VirtualBox on ubuntu, this way you can run VMs inside your Ubuntu laptop or desktops.
A step by step guide on how to set Cloudflare DNS on your windows 11 laptop or PC.
A step by step guide on how to set Google DNS on your windows 11 laptop or PC.
how to install package(s) on docker alpine containers
How to get ubuntu version from command line terminal, for the short version string and the long release information.
Guide on how to install Kali Linux in VirtualBox Windows 11 – 64 bit computer.
How to install ruby on Ubuntu, complete step by step guide on how to install and run ruby on Ubuntu GNU/Linux.
Explaining how to open a PowerShell session window from within MobaXterm?
Guide to set up a job that is to run every hour using Rundeck, the Cron tab should be used and the parameters should be configured:
How to fix VBoxManage is not recognized error showing up in PowerShell prompt.
Bash check a file existance using test command
Two solutions with examples for the error, Docker Got permission denied while trying to connect to the Docker daemon socket
Step by step instruction for installing OpenSSH (SSH server) in Ubuntu and or in Ubuntu Virtual Machine
How to split windows terminal screens vertically, horizontally and then resizing and closing them, all using keyboard shortcuts.
Explaining how to install AWS toolkit in vscode IDE.
Bidirectional drag and drop is not working with VirtualBox and Ubuntu 22.04. Solution given on how to enable it.
Troubleshoot docker error Dial TCP lookup registry-1.docker.io temporary failure in name resolution Error
How to connect to virtualbox web server from the host system using VBox port forwarding
Virtualbox Ubuntu 22.04 installation steps, covering all system requirements suiting for your Ubuntu 22.04 desktop, and Docker.
Fixing the powershell error Cannot be loaded because running scripts is disabled on this system windows 10 PowerShell. Solving by analyzing PowerShell Set-ExecutionPolicy.
docker compose copy file to container
How to print environment variables in Windows PowerShell also print line by line
Explaining how to fix the vim error exited with status 127 while editing crontab -e
How to check if a symbolic link exists in Linux(or in any Linux distros)
Quick way to change lowercase to uppercase in bash, we are exploring a way using bash built in features, variable case conversion.
A practical script to check whether a file exists on a remote server using bash. The script connects using ssh and verify whether the file exists.
Fixing MobaXterm home directory issue
bash scripting if then else statements. Explained with five sample codes and runtime demos.
How to use wget and Invoke-WebRequest in powershell, examples to fetch some JSON data from a remote URL, it can be HTTP or HTTPS.
I made this bash script to test if the environment variable is set and not empty. I hope this is helpful to you as well.
Exploring how to copy files from Windows to Linux using the SCP command, inside powershell.
Explaining how to print a specific future date corresponding to the current date in bash, or any bash shell such as linux ubuntu or docker.
How to switch between tabs in the MobaXterm terminal tool using keyboard shortcut keys.
Keyboard shortcut to comment multiple lines in vscode. You will save a lot of time in commenting or uncommenting multiple lines using this shortcut key, instead of adding comments for each line, one by one.
How to install VirtualBox guest additions in Ubuntu 20.04, steps with images for command-line installation of vbox guest addition.