How To Completely Uninstall PostgreSQL
Introduction If you’re using PostgreSQL, you may need to remove the package from your system at some point. It’s important to know how to uninstall PostgreSQL properly to make sure…
A Drink of Technology for the Thirsty Mind
Introduction If you’re using PostgreSQL, you may need to remove the package from your system at some point. It’s important to know how to uninstall PostgreSQL properly to make sure…
PostgreSQL is a powerful and open source relational database platform. It’s scalable across multiple platforms and is a widely used and well-loved tool. In this tutorial, we’ll show you how…
What XRDP is and How to Install XRDP on CentOS 7 For the uninitiated, RDP stands for Remote Desktop Protocol. And just like the expanded form suggests, it’s a protocol…
Why would one want to change the default SSH port? Does it make your server more secure? In a sense, it does. Changing the default port means that attackers get…
Introduction to Installing htop on CentOS 7 Many sysadmins know about top, the standard process management and activity monitor that comes on most Linux systems. But there are times when…
This year 2019 has been very good to me 🙂 I accomplished some some of the things I wanted to do such as obtaining some IT Certification such as Azure.…
What is CentOS CentOS is an open-source Linux distribution based on Red Hat Enterprise Linux (RHEL). CentOS 7 is viewed as the preferred option for web hosting due to its…
Have you ever ran into a situation where your disk space on your Windows Server were running low and you had to constantly remote into the server to check the…
You may find yourself in a situation where you have Exchange in a multi-domain environment, that when your running commands like get-mailbox it’s not displaying mailboxes across all the domains.…
Create New Virtual Machine Let’s go to create the new virtual machine. Type new-vm -vmname test -memorystartupbytes 1GB Create Virtual Hard Drive new-vhd -path “C:\users\Public\Documents\Hyper-v\Virtual Hard Disks\test.vhdx” -sizebytes 20GB -fixed…