Archive for February 2008

Clients using Symantec Antivirus Corporate Edition requires a password while uninstalling the client. The default password out of the box is symantec. If you have changed this password within the Symantec System Center - then you need to use that password. If you have changed the uninstall password and you no longer have access to this password - well then shame on you. Fortunately there is a workaround:

1) Open Regedit

2) Browse to HKEY_LOCAL_MACHINE\SOFTWARE\INTEL\LANDesk\ VirusProtect6\CurrentVersion\Administrator Only\Security\

3) Change the value for this key from 1 to 0

useVPuninstallpassword

4) Close the registry and retry the uninstall

[From Experts Exchange]

When doing a PostgreSQL database server upgrade, you first need to backup all of the databases because the format changes from version to version.

Postgresql documentation states you need to run the command:

pg_dumpall > outputfile

I ran this, and received the error message:

pg_dumpall: could not connect to database "template1": FATAL: role "root" does not exist

So after some head scratching and googling without any results; I noticed that I had created a user for postgres; namely ‘postgres’. I sued to that user and ran the command - what do you know - it works fine! I’m glad that error message was so clear.

So, the thing that the documentation does not state - make sure you are running under the Postgresql user before running the backup command.

I started writing for MakeUseOf, which is a blog for web application and other free, useful programs! I just posted an article on Ditching your cable company with free, legal alternatives.

Summary:

Ditching your cable company has never been more viable than it is today. The rise of online, streaming TV shows allows you to save on one of the most expensive household bills if you are willing to sacrifice a bit of the convenience of having either a cable box or DVR. The main question you will need to ask yourself is what shows you actually enjoy watching. Several name brand shows are now available online in free, ad supported formats; if your particular shows are not available then you may be stuck with your cable company, at least for now. More and more shows are always coming online, so keep checking back to see if your favorite show is available.

Click here to see full post!

For those of you, or those of you with clients, who have MSDOS based programs like Wordperfect and you want to print to a networked printer, this is all you need. This also works for other printers who use USB ports or something other than LPT.

The solution was to map the share to an LPT port using [I]net use[/I]. For example:

[I]net use lpt1 \\printserver\sharename /persistent:yes[/I]

If the USB printer is on your local machine, you can share it and then map this same printer locally to an LPT port.

From Microsoft KB314499

  • Welcome to systemBash, a technology and system administration blog by David Drager. If you enjoy this sort of content, can can subscribe to the RSS using the link to the right.