Showing posts with label server support london. Show all posts
Showing posts with label server support london. Show all posts

Monday, 25 January 2016

Jaytag Computer Leading IT Outsourcing Companies

With an abundance of experience in technical project management and service delivery to large organisations, Jaytag Computer are well placed to assist medium sized organisations with their IT requirements.

We strongly believe in forming personal, long lasting relationships with IT managers and IT directors, to both compliment the skills of in-house staff, and provide outsourced management of services that are uneconomic to manage internally.

We provide a number of services including:
  • In hours telephone helpdesk (8am-8pm Monday to Friday)
  • Out of hours telephone helpdesk (24/7/365)
  • Remote server monitoring and administration
See more...

Finance and Leasing on Product and Services

BlueStar Leasing Logo - A4

Leasing options are now available on the products and services we offer.
We are delighted to announce our partnership with Bluestar Leasing, a specialist
technology finance company.

Preserving working capital is key, yet businesses still need to grow and regularly invest in new products and technology. Our partnership with Bluestar ensures that our customers can commit to our solutions quickly and on competitive terms that best suits budgets and cash flow.
See more...

Saturday, 26 September 2015

Configure Office 365 with SMTP Server Settings


If you want to use a scan-to-email device or other application that requires an SMTP gateway, Office 365 can be used.

In our tests, a live account  be configured for the device, otherwise you have to use a user’s credentials to send mail, which may not be desirable.

See more...

Monday, 21 July 2014

Adding phpShield to Linux Hosting

SSH into the server
Run:
​​/usr/local/bin/php-config --extension-dir
The result shows the PHP extension directory
/usr/local/lib/php/extensions/no-debug-non-zts-20100525

​Upload the latest version of ixed.5.4.lin to this directory using WinSCP or similar file transfer tool
Find the location of php.ini​
- See more...

Thursday, 26 June 2014

cdr_mysql.c:203 mysql_log: Cannot connect to database server localhost


When restoring FreePBX from backup, you may find the CDR database is not updated. This is because the cdr_mysql.conf file is not overwritten by the restore, and so the password for the CDR database is incorrect.

You can resolve it like this:

SSH onto the server
nano /etc/freepbx.conf

Find the lines:

$amp_conf['AMPDBUSER']  = 'freepbxuser';
$amp_conf['AMPDBPASS']  = '3098SADFSLa';​​


Copy the password, quit nano

- See more...