Python is a very powerful high-level programming language that has seen extensive adoption in modern applications development. Python programs are remarkably easy to write when compared to other programming languages. There are lots of resources that can help you start your Python programming journey. In this article you’ll learn to …
Read More »3 Step To Change Default Github Master to Main
Since October 2020, Github made change about naming master branch to main branch as default when you create a repository. So how about the existing repository and you want to change to main branch as default. Here is how to do it in three steps. # Step 1 # create …
Read More »How To Install PHP 8.0 on Amazon Linux 2
PHP 8.0 is a major release of the PHP programming Language mostly used in the Development of Web Applications. It is the stable release and you can plan to migrate your applications but being aware that some could break especially where old features are deprecated. In this article we will cover …
Read More »How To Deploy Droplet on DigitalOcean With Terraform
Hello good people. In today’s blog post we will be showing you how to create a Droplet in DigitalOcean using Terraform. Terraform is an IaC and automation software tool created to enable Developers and SysAdmins to define and provision data center infrastructure using a declarative configuration language known as HashiCorp …
Read More »How To Install PHP 8 on Arch Linux | Manjaro
PHP 8 was released on November 26, 2020 and is ready for download and use in your Applications development journey. PHP 8.0 is a major update of the PHP language with many new features, optimizations which includes named arguments, union types, attributes, constructor property promotion, match expression, nullsafe operator, JIT, …
Read More »HD Video Projector Simulator
HD Video Projector Simulator is a fun prank app. Video Projector Simulator is a prank and fun app for entertainment to watch HD and high quality projected videos on the phone. This is a Simulator to Video Projector. Video Projector Simulator will help you to project and watch HD and …
Read More »How to Unlock the Bootloader and flash Xiaomi Phones using Fastboot Mode
WeChat Image_20190207112856.png (175.03 KB, Downloads: 101) Download 2019-02-07 19:29:22 Upload We decided to come up with an Official Flashing Guide that can be helpful to anyone wondering on how to flash Xiaomi Phones using Fastboot Mode, and therefore a Fastboot Rom (.tgz). First of all, let me share with you …
Read More »How to Install WSL 2 on Windows 10 (Updated)
If you want to try out the improved Windows Subsystem for Linux 2 (aka WSL 2) in the latest Windows versions here’s how — we cover everything you need to do to install it in this post. WSL 2 is a major upgrade over the original version of WSL that …
Read More »Rsync command for data transfer and sync
Rsync (Remote Sync) is a fast and versatile command-line tool for synchronizing files and folders between two locations via a remote shell, or to a remote rsync daemon. Rsync allows incremental file transfers by only transferring the differences between source and destination locations. Rsync can be used to mirror data, …
Read More »How to install Rancher Docker Container Manager on CentOS
Rancher is an open source container management platform. This allows you to easily run and manage Docker and Kubernetes. Rancher provides infrastructure services such as multi-host networking, load balancing, and volume snapshots. In this tutorial, I’ll walk you through installing and configuring a Rancher and Proxy server step-by-step on a …
Read More »