Headadmin
-
Disable Adobe Flash auto update notification
Create C:\Windows\SysWOW64\Macromed\Flash\mms.cfg containing the following string: AutoUpdateDisable=1 This will disable Adobe Flash auto update notification in Windows 2008 R2.
-
Disable Java update notification on Windows 2008 R2
Open regedit.exe and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy\. Set EnableJavaUpdate to 0. Set NotifyDownload to 0.
-
My Network Places in Windows Server 2008 R2
In Windows 2003 you had My Network Places on the desktop. There you could add network place, for example a ftp site. To add a ftp site i Windows 2008 R2 you need to right click on Computer and choose Add a network location.
-
Can’t connect to ProFTPD
I’m running Ubuntu Server 10.04.2 and have installed ProFTPD. First I could connect to the server via FTP but not anymore. First I change ServerType from inetd to standalone in /etc/proftpd/proftpd.conf. When I started ProFTPD I got OK, but when I check the status ProFTPD wasn’t running. # sudo /etc/init.d/proftpd start * Starting ftp server…
-
System DSN doesn’t show in Excel
I have a Remote Desktop Server running Windows Server 2008 R2 and Office 2010 32-bit. I created a system dsn but it didn’t show up in Excel. It was because I needed to create the system dsn in the 32-bit odbc (%windir%\syswow64\odbcad32.exe)
-
452 4.3.1 insufficient system resources
E-mails in the mail queue on the Exchange Edge server gets last error “452 4.3.1 insufficient system resources” when trying to send them to the Exchange HUB/Transport server. Check the disk space on the Exchange HUB/Transport server. You need to have at least 4GB free space on the Exchange HUB/Transport server.
-
mail queue for sendmail
To display the mail queue for sendmail use this command: # sendmail -bp
-
Mail relay host in sendmail
I wanted sendmail on my Ubuntu server to relay all outgoing e-mails to one specific server, this is what i did. Install sendmail # sudo aptitude install sendmail -y Confiure sendmail # sudo nano /etc/mail/sendmail.cf Edit the “Smart” relay host. DSmyrelayserver.domain.com Restart sendmail # sudo /etc/init.d/sendmail restart
-
phpMyAdmin tracking problem
After installing phpMyAdmin 3.3.2deb1 on a Ubuntu 10.04 server with MySQL 5.1.41 I got this error massage when logging on to phpMyAdmin: The additional features for working with linked tables have been deactivated. To find out why click here. $cfg[‘Servers’][$i][‘tracking’] … not OK [ Documentation ] Tracking: Disabled I sloved this by editing /etc/phpmyadmin/config.inc.php and…
-
Remote Desktop Connection Manager
Remote Desktop Connection Manager is a great application to manange multiple remote desktop connections. www.microsoft.com/downloads/details.aspx?FamilyID=4603c621-6de7-4ccb-9f51-d53dc7e48047&DisplayLang=en