Start Active Directory Users and Computers

The Active Directory Users and Computers is a management console used to administer Active Directory (manage users, groups, computers, polices, etc.).

By default, it is deployed on a Windows Server host, when it’s promoted to the domain controller during the Active Directory Domain Services role installation.

In this short note i am showing how to start the Active Directory Users and Computers console from the “Run” dialog, from a command-line prompt (CMD) or from a Windows PowerShell. (more…)

Ctrl+Shift+Key Not Working – Ubuntu, Linux Mint

If you select the Ctrl + Shift combination to switch a keyboard layout in Ubuntu or Linux Mint, any other hotkeys with Ctrl + Shift + <Key> may stop working.

This is a known bug in Xorg that can be fixed by applying this patch.

This is a short note about how to fix the Ctrl + Shift + <Key> hotkeys in Ubuntu or Linux Mint by installing the Xorg patch from this PPA. (more…)

BusyBox (initramfs): Ubuntu Boot Problem Fix

The “initramfs boot problem” on Ubuntu or Linux Mint is a situation when a computer does not boot up properly and instead of going straight to the login screen, drops you to the BusyBox shell with the initramfs command-line prompt.

This error usually occurs when the partition containing the operating system got corrupted.

Luckily this problem has a very easy and straightforward solution and in this note i will show how to fix it. (more…)