Showing headlines posted by bvirt
( 1 2 ... 3 ) Next »Mastering the Linux ifconfig Command
Unlock the power of Linux networking with ifconfig. From basic interface setups to advanced configurations, master this essential tool for efficient and effective network management.
The Linux killall Command
Tutorial on how to use the Linux Killall command
rsync command tutorial
Learn how to use the rsync command to copy and synchronise files between Linux systems
How to Use the Bash And (&&) Condition
Learn how to use the Bash And (&&) Condition to run multiple commands
The Linux Time Command: An Overview
An overview of the Linux Time command, with example on how it can be used to measure command execution
How to Use the Git Stash Command
Learn how to use the git stash command. Tutorial with examples, along with details of the benefits of git stash and some common scenarios where the git stash command is useful.
How to Install VMware Tools on Kali Linux
Tutorial on how to install VMware Tools on Kali Linux
How to Deploy a VMware vCenter Appliance using Terraform
Tutorial explaining how to use Terraform to deploy a VMware vCenter appliance
How to Rename a git Branch
When working with git it is sometimes necessary to rename a git branch. There could be any number of reasons why the branch name needs to be changed, but often this comes about because the scope of the change being made to the code has changed, and therefore the git branch name should be updated to best reflect the reason for the branches existance. Tutorial with examples on how to rename local and remote git branches
How to Use IF, ELSE and ELIF in Bash Scripts
Tutorial on how to use IF, ELSE and ELIF statements in Bash scripts to evaluate conditions
How to List and Change the Current Working Directory in Python
A short tutorial on how to use the OS module in Python to list and change the current working directory
How to Get the Length of a String in Python
A short tutorial on how to use the Len() function in Python to get the length of a string.
How to Enable Line Numbering in Vi or Vim
Learn how to enable line numbering in Vi and Vim
How to Use the Terraform Split Function
Learn how to use the Terraform Split Function to manipulate strings in Terraform
How to Convert a String to Lowercase in Python
Learn how to change a string to lowercase in this short python tutorial
How to Use the Tail Command to View Log Files
Learn how to use the Linux tail command to view log files to help you effectively troubleshoot
How to Get Linux Operating System Version Details
Learn about commands that can be used to output details about the Linux Operating System you are using.
How to Use Terraform Count to Deploy Multiple Resources
Learn how to use the Terraform count meta-argument to efficiently deploy multiple resources, such as Linux virtual machines, using Terraform
Linux Uptime Command Examples
How to use the uptime command to check the last reboot time, and see how long since the last reboot of a Linux system
How to Use For Each Loops with Terraform to Provision Resources
Learn how to use Terraform for_each loops to quickly provision multiple resources such as virtual machines. Tutorial with examples.