-
Open the file:/etc/apache2/httpd.confAnd add the following line line:Options –IndexesRestart Apache:sudo /etc/init.d/apache2 reload OR /etc/apache2/sites-availabl/[sitename]find line:Options Indexes FollowSymLinks MultiViewsAnd add “–” in front of the “Indexes“:Options -Indexes FollowSymLinks MultiViewssudo /etc/init.d/apache2 reloadUbuntu Server
-
Apache2 on Ubuntu – Hosting multiple websites
Create directories for a new site. E.g./var/www/sites/mysite.com/htdocs/var/www/sites/mysite.com/logs/var/www/sites/mysite.com/cg-bin In /etc/apache2/conf.d/ create new file virtual.conf## Running multiple virtual hosts.#NameVirtualHost * /etc/apache2/sites-availableThis contains configuration files for sites which are available but not necessarily enabled./etc/apache2/sites-enabledThis directory contains site files which are enabled.Each configuration file…
-
Ubuntu server network stops working after moving to another VMware host
Resolved by deleting:/etc/udev/rules.d/70-persistent-net.rules Restart machineThis will update the MAC address
-
“The publisher could not be verified” warning opening .exe files
“The publisher could not be verified. Are you sure you want to run this software”. To get rid of this error perform the following:Start > Run > gpedit.mscUser Configuration > Administrative Templates > Windows Components > Attachment ManagerAdd .exe to…
-
Configure NTP Time Service on Windows Server DC
The following steps can be used to configure an authoritative NTP Time Server to synchronize with an external NTP time source. Edit the following Windows registry entries: Change the time server type to NTPHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\TypeSet to NTPNTP stands for Network Time…
-
Windows XP HyperTerminal on Windows Vista and Windows 7
To use the Windows XP version of Hyper Terminal on Windows Vista or Windows 7 you need to get two files from any Windows XP installation:hypertrm.exe – C:\Program Files\Windows NThypertrm.dll – C:\WINDOWS\system32 You can download both files from here. Just…
-
MS Outlook 2003 error “Interface Not Registered”
Microsoft Word is selected as the default email editor in Outlook 2003. When trying to send an email “Interface Not Registered” error pops up. To fix close all MS Office applications and register Ole32.dll by running:Regsvr32.exe %Windir%\System32\Ole32.dll
-
Deploy Adobe Reader using Group Policy
Windows XPWindows 7Adobe Reader 9Adobe Reader 10 (X)Adobe Reader 11 (XI)Adobe Reader DCAdobe Reader 2017
-
MS Exchange 2003 ActiveSync Mobile Administration Tool
By using the Exchange ActiveSync Mobile Administration Web tool, administrators can perform the following actions: The tool needs to be installed on an Exchange Server 2003 with Service Pack 2 front-end server. If the [Wipe] option is not available you…
-
Direct FTP access using Windows Explorer
Put the following into the address bar: ftp://username:password@ftpsite.com/ Windows XP
-
Opening .docx file in MS Word 2003 error: “there was an error opening the file”
“There was an error opening the file” error may occur if the OLE32.dll file is not registered correctly.To re-register open the command prompt and execute – regsvr32 %SystemRoot%\system32\ole32.dllMicrosoft Word 2003 + Microsoft Office 2007 Compatibility Pack
-
Outlook Auto-complete Suggestions
Outlook auto-complete suggestions cache is stored in <ProfileName>.NK2 file.By default, it is located in “C:\Documents and Settings\username\Application Data\Microsoft\Outlook” (Windows XP) or “C:\Users\usename\AppData\Roaming\Microsoft\Outlook” (Windows Vista / 7). To open or export .NK2 files use NK2View utility (More Info). Outlook 2003Outlook 2007