Categories
Linux Open Source Solutions

ssh-copy-id – Perform SSH Login Without Password

If you regularly ssh to same system, ssh-copy-id allows you to login to the system directly without having to type the password each time. ssh-copy-id is a small script which copies your ssh public-key to a remote host. It appends the key to your remote authorized_keys enabling you to login without having to type your […]

Categories
Solutions Web

How to check if a Website is actually down?

There are many reasons why a website might not open in your browser. They include: The website being down Your DNS not being able to lookup the IP address of the website Settings in your browser blocking access to the website Routers/Proxy servers redirecting traffic The possiblity of error might seem to be larger on […]