Proxmox to VMware

Proxmox to VMware

This article tells you how to convert a Proxmox VM to VMware in 3 steps (Proxmox to VMware)[SK1] . You convert the virtual disk and not the whole virtual machine. You should have some basic knowledge about SSH and Linux shell. All you need to know is how to navigate the directory structure in the Linux shell. The whole process only requires 3 commands

Linux file permissions

Linux file permissions

Linux file permissions explained: What you need to understand Introduction In this article, I explain how Linux file permissions work. I use the Linux distribution Ubuntu. I’m an experienced Windows administrator and coming to Linux file permission is quite a change. With Linux, each file or directory has both a user and group that take…

How to secure WordPress

How to secure WordPress

I have devoted a fair amount of time in the last few months to learn WordPress. I’ve often heard people say that WordPress is not secure and can be easily hacked. Well, given that it’s a very popular CMS system for websites makes it a good target for hackers. There are some steps for securing and hardening WordPress websites. In this blog post I would like to show you how to do it.

Ubuntu – Manage users and groups

Ubuntu – Manage users and groups

I’m mainly a Windows administrator, but from time to time I administer the Linux environment. I use the Ubuntu distribution and in this article, I cover the long-term version of Ubuntu Server 20.04. Since I don’t use Linux often I struggle from time to time with permission. Therefore I decide to write down some important commands about creating users and groups with permission and the difference between root and a user with sudo rights. The sudo group is actually the Administrator group in the Linux universe.