Restore a user deleted from Active Directory

A user account somehow is deleted from Active Directory. Accounts can usually be recovered within the…

Read more

Published : 17 December 2018

How to prepend a custom DNS server address to the beginning of /etc/resolv.conf

Modify /etc/dhcp/dhclient.conf and add the following line prepend domain-name-servers {NAME_SERVER_IP}; Restart the…

Read more

Published : 12 December 2018

mount error(95): Operation not supported when mounting CIFS shares in Linux

Mounting a CIFS share using Linux may result in the following error mount error(95): Operation not supported This…

Read more

Published : 06 December 2018

How to add an additional disk to an existing Proxmox LVM node

Insert disk Identify new disk lsblk Partition new disk (using /dev/sdb as example) gdisk /dev/sdb # print…

Read more

Published : 04 December 2018

Run Windows MMC (or MSC) as a different user

How to run Windows MMC (or MSC) modules as a different user - for example using RSAT as different user. There are 2…

Read more

Published : 29 November 2018

Update ADMX Policy Definitions on Zentyal (Samba 4)

Download all ADMX definitions from : https://support.microsoft.com/en-us/help/3087759/how-to-create-and-manage-the-…

Read more

Published : 28 November 2018

Dark mode for Slack on Linux

Modify the file ssb-interop.js file to include the following at the end of the file: document.addEventListener('…

Read more

Published : 25 November 2018

Deploying a new RDS RemoteApp using Powershell

New-RDRemoteApp {COLLECTION_NAME} -Alias '{ALIAS}' -DisplayName '{DISPLAY_NAME}' -FilePath '{URN_PATH_TO_EXE}' -…

Read more

Published : 16 September 2018

HTOP displays broken black/bold colours in Linux terminal

When viewing system resources using htop, some black or bolded text cannot be viewed (particularly in terminals with…

Read more

Published : 22 August 2018