Shared computing insights

21.08.2020 3,057 16
What is Jenkins and how to install it on your server
One of the great challenges in any software project is the number of repetitive tasks you have to complete. It would be nice if you could automate at least some of those tasks, right? Well, you may ju ...
18.08.2020 9,784 12
How to generate an SSH key for GitHub
What is an SSH key? The SSH key is a simple login solution. When you visit a website or a repository in this case, you need to identify yourself. This usually happens with a username and a password. B ...
13.08.2020 4,437 22
What is CWP and how to install it?
CentOS Web Panel (CWP) is a popular hosting control panel for easier management of one or multiple servers. You can use it for both dedicated servers or VPS and you don’t need to access the server via ...
11.08.2020 2,932 16
Network Mapper and why is it helpful
A network mapper is a network tool that lets you visualize the networks, connected devices, and their connections in a graphic matter. You will be able to see each connection, understand the system as ...
06.08.2020 6,273 14
What Is the Difference Between Redundancy and Backing Up?
If you have even one digital device, you’ve heard the plea “back up your data, please”. When you have a website or operate a dedicated server for example, this plea becomes mandatory. But when you sta ...
04.08.2020 40,371 14
Nslookup command and 10 easy examples
Nslookup command explained There is plenty of command-line interface software for network diagnostics out there. One of the commonly used is nslookup. Why? Because it is simple, yet useful. It has a s ...
30.07.2020 3,802 22
Free tools to monitor the health of your server
If you use your own server or a dedicated one, you have to make sure everything is running smoothly. This may seem like a tough challenge, especially if you’re not very experienced. But it’s actually ...
28.07.2020 7,260 18
How to configure and manage the firewall on CentOS 8?
A firewall is a way of monitoring and filtering network traffic. Both incoming and outgoing. This article is for rather advanced users, who are familiar with the concept of a firewall. CentOS 8 has a ...
23.07.2020 3,867 21
How to Enable SMTP Restrictions
SMTP (Simple Mail Transfer Protocol) is used by a lot of hosts and email systems all over the Internet. It facilitates sending messages between servers and it’s in the basis of POP and IMAP clients as ...