排序
How to Set Up Selenium as a Linux Daemon with systemd
How to Set Up Selenium as a Linux Daemon with systemd, Setting up and running Chrome and Selenium on the ubuntu or debian. The guide is based on ubuntu 22.04 Selenium is great for...
What is AWS VPC? Definition and How It Works?
What is AWS VPC? Definition and How It Works?, Project: Creating Amazon Web Service (AWS) Virtual Private Cloud (VPC) What is AWS VPC? Definition? A VPC is a virtual network that c...
Python : OS Module Introduction
Python : OS Module Introduction, OS module in order to import OS module we use import os Enter fullscreen mode Exit fullscreen mode To print all the available options in a method/f...
Unlock Your Python Potential with the “Quick Start with Python” Course
Unlock Your Python Potential with the 'Quick Start with Python' Course, Linux (38 Part Series) 1 5 Captivating Linux Challenges to Boost Your Coding Skills ️ 2 Linux Text Display ...
Building A Weather Station with a Raspberry Pi and Python – Part One
Building A Weather Station with a Raspberry Pi and Python - Part One, Raspberry Pi (4 Part Series) 1 Setup An RTC Module With A Raspberry Pi 4 And Ubuntu Server 20.04. 2 Setup a RT...
Basic File Integrity Monitoring System
Basic File Integrity Monitoring System,Git Repo : Git repo of File integrity monitoring system This Python-based system monitors assigned files and directories, notifying you of an...
A performant and extensible Web Server with Zig and Python
A performant and extensible Web Server with Zig and Python, Preface I am passionate about my interest in software development, specifically the puzzle of ergonomically creating sof...
Why Python Language Called Python Really ?
Why Python Language Called Python Really ?,Why is Python called 'Python'? Contrary to what some may think, Python wasn’t named after the snake! Python's creator, Guido van Rossum,...
Bash Script using Python
Bash Script using Python,have you ever felt stuck while writing bash script, which becomes complex over time and you find no other way to make it easier? in this blog, I'll try to ...
Deploy django to production
Deploy django to production,I recently deployed my very own django application to production. The website is called videiro.com and was developed in django + HTML/CSS/JS + Tailwind...
SSH Tunnelling with Java
SSH Tunnelling with Java,You heave a sigh of relief, as the QA has approved a long-awaited feature for deployment on Prod. However, as a part of the process, it is first deployed o...
Python Version Management with PyEnv
Python Version Management with PyEnv, Command Reference (Install & Setup instructions below): # List all versions of python interpreters available to install: pyenv install -l ...