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 »How to sort du -h command based on file size
In the GNU Coreutils package> = 7.5, command sort Provides the -h parameter which allows easy reading of numbers of this size (eg 10K 15M 1G etc.). Helps compare and shorten “du -h” results. du -h * | sort -h The above results will appear in descending order. You can …
Read More »How to configure a firewall with FirewallD on CentOS 7
A properly configured firewall is one of the most important aspects of system security overall. FirewallD is a complete firewall solution for managing iptables rule system and provides D-Bus interface to run. Starting with CentOS 7, FirewallD has replaced iptables as the default firewall management tool. In this tutorial, we’ll …
Read More »How to change permissions for folders and subfolders
Setting the appropriate file permissions for any web application is a vital part of web hosting. In this tutorial, you will learn how to frequently change file permissions on folders and subfolders in one command. As we know, in Linux everything is treated as a. Folders are also known as …
Read More »