Category: Linux
-
Cache your SSH Passphrase on Linux
This blog post will show you how to cache your SSH private key passphrase for the duration of the shell and not being asked to provide it.
-
Create a Linux Virtual Machine in Azure With Terraform
In this blog post, I will show you how to create a Linux virtual machine on Azure with Terrafrom that actully works.
-
How to Use SSH Keys To Login To a Linux Host
In this blog post, I will show you how to log in to a Linux machine without using a username and password and use SSH key authentication to log in.
-
Change SSH Key Passphrase Linux
This blog post will show you how to change or remove an SSH key passphrase on Linux ubuntu.
-
Create a Cron Job on Linux CentOS
In this blog post, I will explain and show you how to create your first Cron job on a Linux system.
-
How To Run a Bash Script From Linux Server
In this blog post, I will show you how to run a Bash script from a Linux server Bash shell terminal.
-
Delete a Folder Linux Command
In this post, I will show you how to delete a folder and all the content in it using a one-liner code.
-
Export and Import Putty Configuration Windows 10
In this blog post, I will show you how to import and export Putty configuration and connections on Windows 10.
-
Install Python 3.8 on Amazon Linux 2 EC2 Instance
In this blog post, I will show you how to install the latest Python version on an Amazon Linux 2 EC2 instance.
-
How to Connect to a Linux Machine using Windows 10 SSH Client
In this blog post, I will show you how I connect to a Linux machine hosted on Microsoft Azure from my Windows 10 machine using the new built-in SSH client.
-
Install Node.js on Ubuntu Linux 18.04
In this article, I will show you how I install Node.js latest version (11.x) and NPM on my
-
Install .NET Core 2.2 On Ubuntu 18.04 Linux
In this blog post, I will show you how I install .NET Core 2.2 on my Azure Ubuntu 18.04 virtual machine and run the famous hello world application.