Sep 20

If your ies4linux doesn’t work after update Wine, you must modify file:

~/.ies4linux/ie6/user.reg

Find there line:

"Version"="win98"

and replace it with:

"Version"="win2k"

written by rzelazko

Sep 18

If you get following error in your apache:

apache2: Could not determine the server's fully qualified domain name, using 127.0.1.1 for ServerName

The fix is to edit the conf file and add in the ServerName setting (as the error message requests). In other words:

sudo vi /etc/apache2/httpd.conf

followed by adding the following string:

# ServerName is specified
# to avoid warning during reload
ServerName MYSERVER

written by rzelazko