Deleting Thumbs.db & Desktop.ini files and How to prevent them

Removing thumbs.db file from explorer might take time. So you may also try the command interface. Press Windows Key + R for Run window, type cmd for opening command prompt del /s /ah thumbs.db This command will quickly remove thumbs.db files from your computer. How to prevent thumbs.db file from getting recreated? The above method … Read moreDeleting Thumbs.db & Desktop.ini files and How to prevent them

How to Start and Enable Firewalld on CentOS 7

It is highly recommended that you have a firewall protecting your server. Pre-Flight Check These instructions are intended specifically for enabling and starting firewalld CentOS 7. I’ll be working from a Liquid Web Self Managed CentOS 7 server, and I’ll be logged in as root. Check the Status of Firewalld To check the status of … Read moreHow to Start and Enable Firewalld on CentOS 7

How to check status, stop, and disable firewall on CentOS 7

Firewalld is a complete firewall solution that has been made available by default on all CentOS 7 servers, including Liquid Web Core Managed CentOS 7, and Liquid Web Self Managed CentOS 7. On occasion, perhaps for testing, disabling or stopping firewalld may be necessary. Follow the instructions below to disable firewalld and stop firewalld. It … Read moreHow to check status, stop, and disable firewall on CentOS 7

Find files hiding in a lot of sub directories

So I was moving a lot of my music to Amazon Cloud Drive, and ended with a lot of files still showing under a lot of sub directories. Problem was – how do I know which files are in what sub directory with out going into each of them. Here is the answer:

This … Read moreFind files hiding in a lot of sub directories

How to Install VMware Tools on RHEL 7/CentOS 7

VMware Tools is one of important components for virtual machine (VM) in order get excellent performance. It is a group of utilities that help to enhances the overall performance of the virtual machine’s guest operating system (OS) and improves management of the VM. Without the VMware Tools, guest OS performance will lacks some of the … Read moreHow to Install VMware Tools on RHEL 7/CentOS 7

Get a list of shared mailboxes that are accidentally licensed

We know that in a hybrid scenario or during migration all shared mailboxes are migrated as a user account and then converted in a shared mailbox. Sometimes admin forget to remove the license for the shared box after conversion and there is no GUI alternative to see if the shared mailbox is licensed. Shared mailbox … Read moreGet a list of shared mailboxes that are accidentally licensed

How to configure static ip address on CentOS 7

In this small tutorial i will explain how to configure static ip address on CentOS 7 minimal. First, need to edit the set up for the ethernet. Let’s start with editing “/etc/sysconfig/network-scripts/ifcfg-enp0s3″ file:

Save and exit. Now, configure default getaway:

And add following line:

Configure DNS Server

add following line:

Now restart … Read moreHow to configure static ip address on CentOS 7

How to setup network after RHEL/CentOS 7 minimal installation

After installing RHEL/CentOS 7 minimal, You may not able to connect network in that machine. This will happen because Ethernet interfaces are not enabled by default. This guide explain you to setup network on RHEL/CentOS 7. Setup network on CentOS 7 minimal First, type “nmcli d” command in your terminal for quick list ethernet card … Read moreHow to setup network after RHEL/CentOS 7 minimal installation