# Both Docker and Virtual Machine address Virtualization. A process where software is used to create an abstraction layer. What is Docker: The main components of Docker: Use case of… Read More... "Docker Vs Virtual Machine"
Docker Commands
# List all the available docker images # Pull the ubuntu docker image # History of the docker image (list of all commands that was run to build the image)… Read More... "Docker Commands"
Change a personal folder location in Windows
If you are unable to change the personal folder in Windows, such as Documents or Downloads that is mapped another folder or OneDrive folder, follow the below steps to fix… Read More... "Change a personal folder location in Windows"
How to find the User Base and Group Base DN information when using LDAP
Option 1: dsquery utility Search Users by name Search Group by name Option 2: Active Directory Users and Computers By default, most of users are created in the default container “Users”.… Read More... "How to find the User Base and Group Base DN information when using LDAP"
Formatting and Mounting Storage
# List Block storage lsblk # List Block storage (more details) sudo fdisk -l # List all mounted volumes mount # To create / delete partition (disk utility) sudo fdisk… Read More... "Formatting and Mounting Storage"
How to find the Windows 10/11 Startup Folder location
Some apps have a ‘Run at startup’ option in their settings which makes it easy to add them to the startup items list. Apps that do not have this option… Read More... "How to find the Windows 10/11 Startup Folder location"
Windows Logon Types
Logon type 2: Interactive logon This type of logon is generated when a user logs on to the console of a machine. Again, a user can also use a smart… Read More... "Windows Logon Types"
If you find an email with the formatting tools greyed out, change the message to HTML format. It will allow the formatting tools to be used. In Outlook, open a… Read More... "Outlook Format Text Options Greyed Out"
You need to enable logon auditing in Group Policy Editor to be able to view login audit in Event Viewer. Group Policy Editor is only available on the Pro, Edu,… Read More... "How to Enable Logon Auditing via Group Policy Editor"
dig: parse of /etc/resolv.conf failed
In ubuntu /etc/resolv.conf is automatically generated by systemd. Do not edit this file. To add a new nameserver update the file: /etc/netplan/00-installer-config.yaml dig yahoo.comdig: parse of /etc/resolv.conf failed Run the… Read More... "dig: parse of /etc/resolv.conf failed"