Setting Static IP using nmtui on vmware workstation.
Static IP Configuration Inside the VM (using nmtui)
Static IP Configuration Inside the VM (using nmtui)
Ever wondered what all those directories and config files in Linux actually do? This comprehensive guide breaks down the Linux filesystem hierarchy, explaining every important directory, subdirectory, and configuration fileâalong with their purposes and functions. Whether you're a Linux newbie or a seasoned sysadmin, this post will help you master the Linux filesystem!
Ready for a smarter terminal? This guide provides a comprehensive shell script to completely automate the installation and configuration of Zsh as your default shell, set up Oh My Zsh, and integrate must-have plugins like zsh-autosuggestions and zsh-syntax-highlighting. Get a highly functional and beautiful command-line environment with minimal effort, simply by running a file.
Pull an image from Docker Hub and run it as a container. Build an image using a Dockerfile and Run the image as a container. Push the image to Docker Hub.
Introduction to Linux Commands - Informational, Navigational, & Management Commands | Working with Text Files, Networking & Archiving Commands | Introduction to Shell Scripting
About container concepts, features, use cases, and benefits. Building on your new knowledge of containers, youâll learn what Docker does and discover why Docker is a winner with developers. Youâll learn what Docker is, become acquainted with Docker processes, and explore Dockerâs underlying technology. How developers and organizations can benefit from using Docker and see which situations are challenging for using Docker. Next, learn how to build a container image using a Dockerfile, how to create a running container using that image, become familiar with the Docker command line interface (CLI), and explore frequently used Docker commands. Docker objects, Dockerfile commands, container image naming, and learn how Docker uses networks, storage, and plugins. Then, assimilate this knowledge when you see Docker architecture components in action and explore containerization using Docker. Youâll pull an image from a Docker Hub registry. Run an image as a container using Docker, build and tag an image using a Dockerfile, and push that image to a registry.
Cron Jobs Cheat Sheet, Email Notification from Cron Jobs, Send Cron Job Emails via Gmail SMTP
Make your locally hosted any app to internet by using ngrok
Learn the basics of shell scripting. Learn what a script is and when to use scripts. Describe the shebang interpreter directive and create and run a simple shell script. Additionally, Usage pipes and filters and set shell and environment variables. list features of Bash shell scripting and use crontab to schedule cron jobs, understand the cron syntax, and view and remove cron jobs.
Youâll expose your local site (like your localhost site) directly through your own domain using cloudflared, without needing ngrok at all.