Knowledgebase

154 posts

Tutorials, guides, how-tos. Everything hosting and server-related.

WordPress security guidelines

WordPress Security Guidelines You Should Follow

WordPress is one of the most popular solutions when it comes to setting up a website with dynamic content quickly and without much effort. That has also made it a popular target for attackers looking to steal information and cause chaos. If you’re using WordPress yourself, you should keep a few critical points in mind to avoid getting compromised.

Continue reading

add user to group in linux

How to add a user to a group in Linux

Users are arranged into different groups on all Linux-based systems. The whole idea behind this is that it makes the administration of the system easier, as the users can be arranged into different groups, and can be granted different permissions as required by the system administrator. The same user can be included in different groups, and the same file can be given different permissions based on the groups.

This article is about how to add a user to a group.

Continue reading

change password in Linux

How to change passwords in Linux via the CLI (Terminal)

The passwords for user accounts often need to be changed. This is mostly done by the users themselves, but often, they have to be overridden by the administrator to control any illegitimate activity by any of the users. Because of these reasons, Linux provides a wide range of options for user account password management. We have discussed some of these useful options below:

Continue reading