Set lightdm wallpaper that is independant of the user’s wallpaper (Ubuntu/Linux Mint)

Using lightdm, the wallpaper that is shown is usually the one used by the selected user. If you want to change this or just set a static wallpaper for your login screen, there are a few possibilities to do that. 1. Method The first one is to make your wallpaper inaccessible to others, letting lightdm ... Read more

Enhanced e-mail SPAM protection in ISPConfig 3

The command below enables a stricter SPAM handling for postfix on ISPConfig 3 servers. In Detail: Reject sender hostnames with invalid syntax Reject sender hostnames that are no fully qualified domains (e.g. reject "server1" but allow server1.domain.tld) Reject sender domains that have no DNS records Check sender IP addresses against realtime blacklists. First make a ... Read more

How to Manually Install New Cinnamon Themes (Linux Mint/Ubuntu)

To manually install new themes for cinnamon from the page provided by Cinnamon Settings, first backup the data of the original theme by opening a terminal and entering sudo cp -R /usr/share/cinnamon/theme /usr/share/cinnamon/theme_backup Then download and unpack another theme from http://cinnamon-spices.linuxmint.com/themes, save the files to some location - I will save them on my desktop. ... Read more

Change Default Application to Open Files (Linux Mint)

The default application is the one you open a file with on doubleclick. In some cases installed programs automatically turn themselves into the default application for files you were happy with, which you might want to change. To do that, rightclick a file of the chosen format and choose Open With... -> Other Application or ... Read more

Updating Samba on CentOS 5

wrote by Rafael Marangoni, from Servidor Linux team. This article explains howto update the Samba packages on CentOS 5 to version 3.5. First, we need to add a new repository: cd /etc/yum.repos.d/ wget http://ftp.sernet.de/pub/samba/3.5/centos/5/sernet-samba.repo Then, update samba: yum update samba Probably, you will need winbind too: yum install samba3-winbind samba3-utils Check the rpm version: rpm ... Read more