SSH is not installed on Fedora, by default. You will have to install the SSH server. OpenSSH is a open source SSH server that is free, and is widely used in the industry.
Auto login with Putty
Nowadays, IT professionals working in a Linux environment connect to servers that are located within the organization and also outside their organization. Besides, system administrators, DBAs, programmers, and Software Testers are
Install OpenSSH on Ubuntu
SSH is not installed on Ubuntu, by default. You will have to install the SSH server. OpenSSH is a open source SSH server that is free, and is widely used in the industry. Installing OPENSSH # sudo apt-get install openssh-server Starting SSH # sudo service ssh start Stopping SSH # sudo service ssh stop Status … Continue reading Install OpenSSH on Ubuntu
How To Install Nginx on Ubuntu 16.04?
Nginx is one of the popular web servers used on the internet. Ngnix can be used as a web server or a reverse proxy. Install Nginx sudo apt-get update sudo apt-get install nginx Make changes to Firewall sudo ufw app list (to list apps) sudo ufw allow ‘Nginx HTTP’ sudo ufw status Check the status … Continue reading How To Install Nginx on Ubuntu 16.04?
How to configure AWS Billing Alert?
The video below should help you configure your AWS Billing Alerts:
Simple VBScript to get the filenames, file size etc.
Simple VBScript to get the filenames, file size and date created given the folder path