When installing SEPM it complains of port 1812 being in use and the word Enforcer. If you check c:\windows\system32\drivers\etc\services you will find port 1812 is the Radius port. The Microsoft term for a Radius Server is Internet Authentication Service (IAS)....
IT Tips
ClamAV 1 – Symantec Endpoint Protection 0
Just noticed a zip file in my email which SEP hasn't picked up. Considering that clamav has been finding this for several days it's a bit of a worry when the purchased product doesn't.
Saying “I Love You” Remotely with Festival
It's simple: Login remotely to your Linux based home computer via ssh. Create a text file with the contents you want to say in it. vi ilu.txt Lisa, I love you. :wq Then run festival with the following arguments festival --tts ilu.txt If all runs well your computer...
Thunderbird Address Book Synchronization using SyncKolab
I use Mozilla Thunderbird for accessing my home email from work, which I connect to using ssh tunneling. For Calendaring support I have the Thunderbird plugin Lightning. My email account is hosted on an IMAP server. My problem was how to keep my Thunderbird address...
Error: Missing Dependency: libc-client.so.2006 is needed by package php-imap
Error: Missing Dependency: libc-client.so.2006 is needed by package php-imap To fix it I did: # remove the package that is causing the complaint yum remove php-imap # do the update yum update # install php-imap it will then pull in the correct version of...
Enable Windows Remote Desktop Remotely
If you have ever installed a server, then gone offsite and tried to connect using "Remote Desktop Connection" (mstsc.exe) and found it not responding because you forgot to allow for Remote Connections... you may have had an arrrgggh moment. Here's how to enable it...
Putty GTK2
PuTTY is an excellent Telnet and SSH client for Windows and Unix. I have used it for all my IT Career to access my Home and Work Linux boxes. I now exclusively use Linux at home, but found the GTK1.2 PuTTY client to be a bit aged. However, while not listed as a...
Event ID 7022 – The Kerberos Key Distribution Center service hung on starting.
I have been tinkering with a SBS 2003 box that has been restored from backup. One of the annoying things I have come up against was that it wouldn't reboot quickly enough and a "service or hardware" failed to start popup would be there when it finally arrived back at...
Virtual Desktops or Workspaces on Windows XP
If you use Windows XP at work, but Linux at home, you may be missing the multiple desktops feature that Linux provides . http://virtuawin.sourceforge.net/ is the answer. I don't use the "group similar taskbar buttons" Windows XP feature but find multiple workspaces a...
crontabs/username: Permission denied
I just had an issue where I tried to issue crontab -e as a user and got crontabs/username: Permission denied The problem was traced to deleting an old account that had a crontab then recreating the account later which had a different user id. Note here how the...
