Posts

Showing posts from 2017

Avaya Partner ACS Messaging Programming Hints

Actually, let's see: Partner Plus, so the first slot with a 206 is extensions 10 through 15; second slot with 206 is 16 through 21; third slot is the processor, fourth slot is the voice mail, that slot is extensions 22 through 27. Since it's a VS mail, it uses the last 2 or 4 extensions, depending on the port/mailbox card inserted, and Hofer says it's a 2-port. So, the extensions to put into Hunt Group 7 are 26 and 27. FEATURE 00 Left INTERCOM twice #505 - 7 - 26 - 1 #505 - 7 - 27 - 1 #306 - 26 - 10 (transfer return calls go to Ext. 10) #306 - 27 - 10 FEATURE 00 If you have already been programming and might have other extensions in Group 7, be sure to take anything other than 26 and 27 OUT. #505 - 7 - XX - 2 (where XX is the extension No.) Reset to factory default Settings Go into the VM system - "int 777"  at the voice menu enter 99# for Admin functions and the default password is - 2537.  Then press 9 and you are into the main VM programming menu system.  At

Customize Magento 1.9 Responsive Web Design Template Like a Boss

Customize Magento 1.9 Responsive Web Design Template Like a Boss Introduction Eleven Dimensions Technologies has many years of experience building and maintaining Magento shopping carts and building custom templates.  In this short technical note we will explain how the responsive design template works.  The built-in Responsive Web Design (RWD) Template is a great place to start customizing your own Magento shop. It already has the so called "responsive" sections in the styles.css file for small screens. in styles.css you will see code such as this: ... @media only screen and (max-width: 770px) {  (various css here...) } This blog will show you all of my tricks. First you need to start with Magento ver. 1.9.3.3. Add Tabs to the RWD Product View The First trick is to add a new tab to the RWD product view page: edit this file: ./app/design/frontend/rwd/default/layout/catalog.xml in this section add a few lines to increase the tabs: ... <block typ

Wyse Thin Client BIOS Password

Dell Wyse Hardware - What are the BIOS passwords? This article details the BIOS passwords for all Wyse Thin Clients. To enter the BIOS follow these steps: Pulse the Delete key immediately after turning power on until the BIOS screen appears. If the OS splash screen appears the attempt was unsuccessful. Enter the password Fireport (Case sensitive) You should now be able to make any required BIOS changes.

Install Microsoft Exchange 2016 Like a Boss

Prerequisites First step is to install Windows Server 2016 X64 with the server GUI, then join it to a domain that is Windows Server 2012 schema or Server 2016 Schema. Next step is to install the infamous "Microsoft Unified Communications Managed API 4.0, Core Runtime" package. see below. This computer requires the Microsoft Unified Communications Managed API 4.0, Core Runtime 64-bit. Please install the software from http://go.microsoft.com/fwlink/?LinkId=260990 If you see the message below, and you have installed the server GUI, then you need to get CU4 from KB3177106, and use this ISO to restart the installation process. The Windows component Server-Gui-Mgmt-Infra isn't installed on this computer and needs to be installed before Exchange Setup can begin. For more information, visit: http://technet.microsoft.com/library(EXCHG.160)/ms.exch.setupreadiness.ServerGuiMgmtInfraNotInstalled.aspx Just for kicks, Install the Server GUI component from Powershell Instal

Disable Nuisance Warnings about Windows Filtering Platform

Disable Nuisance Warnings About "Windows Filtering Platform" so that you don't see this in your windows event logs: " The Windows Filtering Platform has blocked a packet. 1) open cmd.exe as Administrator, then paste this cmd in: auditpol /set /subcategory:"Filtering Platform Packet Drop" /success:disable /failure:disable

Show Magento Shop Categories as Left Column Side Menu

Show your Magento Shop Categories as a Left Column Side Menu: Customize the built in RWD template and add a shop categories menu listing to your magento store. Make your shop categories show up as side bar menu items automatically. Connect to your magento shop using SSH, with Putty. On the console, use VIM to edit the files. Insert the following snippets of code into your template PHTML files. ./app/design/frontend/rwd/default/template/page/html/sidemenu.phtml <?php $_helper = Mage :: helper ( 'catalog/category' ) ?> <?php $_categories = $_helper -> getStoreCategories () ?> <?php $currentCategory = Mage :: registry ( 'current_category' ) ?> <?php if ( count ( $_categories ) > 0 ) : ?> <ul> <?php foreach ( $_categories as $_category ) : ?> <li> <a href=" <?php echo $_helper -> getCategoryUrl ( $_category ) ?> ">

Stop the Adobe ARM Services Dead in their Tracks - The Ultimate Adobe Acrobat Hack

Image
Stop the Adobe ARM Service Dead in its tracks with Group Policy Why Stop the Pesky Adobe ARM Software? Adobe ARM is the Adobe Reader Updater. Stop it dead in its tracks to prevent the annoying and nuisance help desk calls about not being able to update Adobe Acrobat, because we are only domain users. Use it to lock down your Adobe configuration to a specific version of software.  Use Windows Group Policy to ensure these settings get passed down to all of your OU's computers. These GPO tricks will work with Adobe Acrobat DC running on Windows 7, with a Windows Server 2008 GPO editor.  Furthermore, if you are a hacker and have cracked the amtlib.dll file to disable the Adobe signon page or you used the AMT Emulator to hack Adobe Acrobat DC, then this bit of advice will be very useful to you.  SadeemPC.com is the leading provider of software protection emulators for Adobe products.  To keep Adobe Updater from removing the emulator, you need to follow this advice.  We wrote a great

DNS.exe APPCRASH Event ID 1000 and 1001

Loading DNS zones fails on a Windows Server 2008 R2-based DNS server DNS service on a windows server 2008 R2 Domain Controller fails with appcrash report. Cause This DNS service crash may occur if DNS is configured to have a CNAME and an SOA record that both exist for the "@" record. The "@" record identifies the root of a DNS zone. This can frequently be identified in the DNS Manager as a record with the < same as parent folder > name. The SOA and NS records are allowed in this folder. RFC 2181 describes name uniqueness checks for CNAME records. According to RFC 2181, the CNAME may not exist in the < same as parent name > folder ("@") of a zone. Resolution To avoid this issue, identify and remove the "@" CNAME record that's causing the issue from the misconfigured zone before you install update KB3145126.  For example, you have a dns zone for homeslice.com that contains:  Name                       Type