Submitted by Hans Salvisberg on Mon, 2009-01-19 01:00
Submitted by Hans Salvisberg on Sat, 2009-01-17 14:32
I've tried moving a Plesk 8.6 installation on SuSE 10.0 to a Plesk 8.6 installation on SuSE 10.3, but this doesn't work (see https://kis.hosteurope.de/support/faq/index.php?cpid=13913 (requires login)).
Downgrading to openssh-4.1p1-10 allows Plesk Migration Manager to work, and to avoid opening up vulnerabilities I've used...
/etc/hosts.deny:
sshd : ALL : DENY
and
/etc/hosts.allow:
sshd : xxx.xxx.xxx.xxx : ALLOW
Submitted by Hans Salvisberg on Sat, 2007-12-08 16:00
Have you already had a friend call you for help cleaning up a virus infection? All the precautions that you apply to diligently maintain the security of your computers are suddenly useless when it comes to dealing with someone else's infected computer.
The web has some great resources available for such emergencies. I'm not trying to add another one here, but rather to just collect a few links that have helped me in this situation:
Submitted by Hans Salvisberg on Mon, 2007-11-19 03:23
I'm starting to gather knowledge on how the ACL Drupal module works.
On a fresh install, the node_access table contains one entry:
nid |
gid |
realm |
grant_view |
grant_update |
grant_delete |
0 |
0 |
all |
1 |
0 |
0 |
This entry grants view access to all nodes. When you install an access module, this entry is replaced by module-specific node access entries.
Access Denied to Anonymous Users
Submitted by Hans Salvisberg on Sun, 2007-11-18 22:40
On-line docs for PostgreSQL:
http://www.postgresql.org/docs/8.2/static/index.html
Taken from a post by Barry J.:
I use XAMPP on Windows for development. Here is my process for using PostgreSQL 8.3:
1. Download and run the installer.
2. Uncomment the "extension=php_pgsql.dll" line in Apache's php.ini.
3. Re-start Apache.
4. Change $db_url in settings.php.
Taken from a post by Bill M.:
Once it's installed, there's another step called "initializing
Submitted by Hans Salvisberg on Thu, 2007-09-06 12:35
You should always create a test site for testing purposes. If your test site does not have email, but the module you want to test requires it, you have two choices:
Submitted by Hans Salvisberg on Mon, 2007-08-06 02:26
Whenever I start a new website I think I ought to create a list of the essential modules to get started quickly, but it's so hard to slow down and start keeping records when I could just go ahead and do it... Let's try it anyway!
Default Core Modules
Drupal has a number of required core modules, these are always there. Out of the box it also has the following core modules enabled:
Submitted by Hans Salvisberg on Thu, 2007-08-02 01:19
Garland is the nice new default theme in Drupal 5. Here's how to customize it...
Change the Colors
Garland not only looks good out-of-the-box, but it also comes with a number of predefined color schemes and even lets you define your own using the color.module core module:
Submitted by Hans Salvisberg on Sat, 2007-04-28 01:42
In this blog entry I'll collect a few minor items where I feel, that Plesk is not quite up where it should be.
Before Anything Else: Fix SSH
Edit /etc/ssh/sshd_config and make the following changes (in the order of the parameters in the file):
Submitted by Hans Salvisberg on Sat, 2007-04-28 01:31
Here I'll collect some minor issues and their solutions, which are often surprising...
Site Logo Color Is Wrong in IE
Drupal comes with site logos in .png format. If I create my own site logos in .png format and try to blend the background, then they look fine in FF, but the background is different in IE. Why does this happen?
The solution is to use .jpg instead.
Pages