Basics
How to add a newline character when using echo command on Linux
This short guide shows you how to add a newline into a file by using the echo command on the…
Send all outgoing email trough one IP address in postfix
When a server has more than one IP address, then postfix will use all IP addresses randomly to send out…
How to open winmail.dat files on Ubuntu and Debian Linux
The winmail.dat file is a container file format used by Microsoft Outlook to send attachments in rich-text formatted emails. To…
How to delete saved passwords for network drives on Linux desktops
The majority of graphical environments let you choose to remember the passwords you enter somewhere to ease access to something…
How to install FFmpeg on Ubuntu 14.04
FFmpeg has been removed from Ubuntu 14.04 and was replaced by Libav. This decision has been reversed so that FFmpeg…
Enable image caching in apache for better Google Page Speed results
High page speed and short page load times of your website are essential for good search engine rankings today. In…
How to Copy Files with SCP between Linux Servers
1.1 SCP Command Line-An Overview The SCP command line is commonly used to copy files over SSH, and between…
Which ports are used on a ISPConfig 3 server and shall be open in the firewall?
Here is a list of ports that are used commonly on ISPConfig 3 servers. If you don't have all services…
How to disable MySQL replication on master/master andmaster/slave setups
The following guide shows how to disable and remove mysql replication from two or more mysql servers. These steps can…