I setup https://www.google.com/a/mydomain.com
when I try to login with the admin account I just created, I keep getting a server error.
I’ve created dozens of Google App domains,
I’ve found a solution to this
Go to this site and complete all the steps
http://google.com/a/cpanel/standard/setup/mydomain.com
Note: change mydomain.com to your domain
You’ll get this error when WordPress automatic update process, via svn or admin, fail or is incomplete. It leaves the file named “.maintenance” on your home or root directory, with info on maintenance.
Sample content of .maintenance file: <?php $upgrading = 1282258195; ?>
Just delete or rename that file and resume your update process, or you may want to restore your backup first and re-start the update process. Of course, check what cause the failed or incomplete update.
Spam is a nuisance, and as bloggers, we have all experienced a flood of spam every now and then. Not only is it a pain, but it can slow down your blog and use up your resources. In this post we’ll look at ten ways to combat spam.
Read the rest of this entry
Filed under:
Linux, security
RPM and DEB packages are both containers for other files. An RPM is some sort of cpio archive. On the other hand, a DEB file is a pure ar archive. So, it should be possible to unpack their contents using standard archiving tools, regardless of your distribution’s package format. Under normal conditions, you should use your distribution’s standard package manager, rpm or dpkg and their frontends, to manage those files. But, if you need to be more generic, here is how to do it.
Read the rest of this entry
The Windows NT/2000 Resource Kit provides two utilities that allow you to create a Windows user-defined service for Windows applications and some 16-bit applications (but not for batch files).
Read the rest of this entry
Filed under:
security, Windows