Category: Linux
-
Add .NET 6 to PATH On Linux
This blog post will show you how to add .NET to your Linux PATH and set the OS to use the correct version.
-
Execute Multiple Commands On Linux Shell
The Linux shell is a text-based user interface that allows Linux users to execute commands in the Linux operating system. The Linux Shell can be accessed in different ways by logging into your Linux machine or opening up a terminal window on your desktop.
-
The Linux Filesystem: All You Need to Know
This blog file contains everything you need to know about Linux’s filesystem: how it works, what each directory does, and more.
-
How To Add a Permanent Path to the PATH in Linux Ubuntu
A Linux user’s PATH is a list of directories that the Linux system searches for executable programs. The default Linux PATH includes many standard utilities, but it does not include all of them. If you are using Linux Ubuntu, this article will teach you how to add a permanent path to your PATH in Linux…
-
Environment Variables and How to Print Them in Linux
This article will show you how to list and print environment variables in the Linux terminal. You can use this information to debug or figure out what is going on with your system when something isn’t working quite right.
-
Add a Function to .bashrc Profile in Linux
A Linux .bashrc profile is a file that is used to configure the system’s Bash shell environment.
-
How to Execute Multiple Commands in Linux Bash Shell at Once
When you’re in a hurry and need to execute multiple commands at once, it can be hard to type them all into the Terminal. Fortunately, there is an easier way!
-
List Hidden Files In Linux
Linux files and folders have a “hidden” attribute that is tied in with how they are displayed in directories. When a file or folder name is marked as hidden, it will not be visible when the user navigates to the directory containing it.
-
Open a Firewall Port On Linux CentOS 7
This post will show you how to open a firewall port of a Linux CentOS server using the command line.
-
Create Multiple Linux VMs In Azure With Terraform
This blog post will show you how to create two Linux Ubuntu Server 19.04 virtual machine on Microsoft Azure Terraform.
-
Create an SSH Config File and Save Connections
This blog post will show you how to create an SSH config file and save an SSH connection. and a config file can simplify the process of connecting to hosts.
-
Set Static IP Address On Ubuntu Server 20.04
This post will show you how to set a static IP address on Ubuntu Server 20.04 using the netplan utility.