Disable Plugin-Container in Firefox

Plugin-container is a Firefox process designed to 'out-source' the plugins used by the browser. Firefox' model is based on the use of plugins to add functionality, however this goes along with a chance of instability due to a malfunctioning plugin - this would cause the whole browser to collapse since the plugins were all included ... Read more

Automated Windows 7 Installation with an Autounattend.xml File

There is a possibility to create a Windows 7 installation DVD that runs fully automated without any user interaction - this is done by placing a file called autounattend.xml into the image's root directory. In this file you specify all the keywords that will be read into the fields of the installation process. To create ... Read more

Windows Automated Installation Kit Error: 0xc1420117 on dism Command

Error: 0xc1420117 The directory could not be completely unmounted. This is usually due to applications that still have files opened within the mount directory. Close these files and unmount again to complete the unmount process. This error happens when you use another Dism.exe which is located in C:\Windows\System32. The correct application to use is C:\Program ... Read more

Import SSL Certificates in Thunderbird

SSL certificates are used to sign and encrypt/decrypt mails in thunderbird via S/MIME. If you have got a certificate that you want to use to validate your identity, import it as follows: Open Thunderbird and go to Edit > Preferences: Click on Advanced and go to the Certificates tab. There, click on View Certificates: On ... Read more

Use Alternate Datastreams to Hide Important Files (Windows, NTFS)

There is a feature in NTFS data system that lets you easily hide your files from nosy people using your computer which is called Alternate Data Streams. What they basically do is to hide files behind others, using them as a "container", but they only are executable if you enter a specific syntax in your ... Read more

How to change the welcome email message text in ISPConfig 3

As of ISPConfig 3.0.4, the text of the welcome email message that is sent to new email accounts is stored in the folder /usr/local/ispconfig/server/conf/mail/. The message has this format: ------------------------------------------------------------------------ From: ISPConfig <postmaster@localhost.localdomain> Subject: Welcome to your new email account. Welcome to your new email account. Your webmaster. ------------------------------------------------------------------------ The first line starts with "From: ... Read more

Make Caps Lock Behave Like Shift (Windows)

The minority of Windows users have really ever needed Caps Lock - most of the passages written in capital letters are still done with Shift only. Because of that, most people will find the Caps Lock key rather annoying since everybody has already experienced accidently using it and finding out too late. If you are ... Read more

Back up Files on Windows with HoboCopy

HoboCopy is a commandline program that lets you copy large amounts of data in a comparatively short time to other copy functions. However, the clue is that it takes a snapshot of the file system before copying, making it possible to copy files that are being used without having to close them or end processes. ... Read more