Insights, updates, and deep dives into cybersecurity, cloud technology, and AI innovation.
ASP, PHP, JSP are all programming languages (aka scripting languages), that allow to write dynamic websites. Dynamic websites have a business logic to perform functions such as a signup form or a full-blown eCommerce application. Dynamic websites also have a presentation logic, that allows to change the look and feel of the site based on […]
We support FrontPage 2000 and Frontpage 2002 server extensions. As Frontpage has been discontinued in 2003, we recommend to switch your site to WordPress. We have a team of talented engineers that can help you with the transition.
A secure certificate (aka SSL cert) allows a web site to secure the connection between the web server and the visitor. That allows the protection of the users’ privacy and the confidentiality of the data. A secure certificate technically does the following two things: Guarantee that the website you are looking at is truly the […]
Even though Domino servers tend to be very stable, it may happen that every now and then there is a crash. In that case it is good to be able to provide appropriate details to IBM. Here are some recommendations form IBM tech support: Make sure gdb is installed on the OS (Unix OSs only) […]
Email Hosting Issue: email looping on cPanel (Exim) When your server’s email flow stops, it is like the lifeblood of a company that stops. As soon as an email issue appears we have to jump on them immediately and get to the core of the problem. Smart trouble-shooting is key. At this point, we have […]
StorageNewsletter.com is carrying and article about our new SAN infrastructure choice around IBM N series and Zerowait SimpleStor products. Here is an excerpt: Zerowait Corporation, provider of independent NetApp support and off- lease systems, announced that NewPush, a global application and data-warehouse hosting company, has selected Zerowait to architect and manage NewPush’s NetApp and IBM […]
For most businesses, there are two types of VPN that apply: site to site VPN: this is used to link sites, such as your office and the data center, mobile VPN: this is used to link mobile or home users to a corporate site, or a data center. The mobile VPN to your office is […]
To change the owner of a database we have found this solution: UPDATE pg_database SET datdba=(SELECT usesysid FROM pg_shadow WHERE usename=’new_owner’) WHERE datname=’db_name’; http://archives.postgresql.org/pgsql-admin/2003-07/msg00301.php * From: Tom Lane * To: Devrim GUNDUZ * Subject: Re: changing ownership of db * Date: Tue, 29 Jul 2003 17:41:08 -0400 Devrim GUNDUZ writes: > On Tue, 29 Jul […]
Problem If you have tried to set up high availability for an asterisk VoIP PBX, you probably notices that it is easy to do in theory, but in practice, it isn’t quite always working as expected. For example, Trixbox has ways to set up high availability (HA), but when it comes down to it, the […]