October 12, 2012

Tackling no Application pool in the CP

Linux General,

In the world of professional email clients, Hiri Email Client stands out as a modern,…

Read more
August 24, 2012

SQL database Offline or Online

Linux General,

When you are working with the databases to restore or backup you may come across the error: "Cannot Backup/Restore (especially) when database is in use" So in order to over come the database status,

Read more
August 17, 2012

Linux OS support in Hyper-V

Linux General,

Yes, now Hyper-v supports Linux OS. This can be achieved by "Linux Integration Components". It contains support for SUSE Linux Enterprise Server 10 SP2, (x86/x64), SUSE Linux Enterprise

Read more
August 3, 2012

Installation – Openmeeting, RED5

Linux General,

Install OpenOffice-Headless as root (through su, sudo, etc.): yum install openoffice.org-headless

Read more
August 3, 2012

Linux – Tweaks

Linux General,

Kill the zombie process (be careful before run this since it would kill the parent process which is related to the zombie processes.)

Read more
May 28, 2011

Backup all MSSQL databases

Linux General,

You can use the below stps to backup all your mssql database at ease. We at actsupport, provide backup solution. 1. Log into your server through Remote Desktop Connection. 2. Open SQL Server Management Studio and select the server name

Read more
June 16, 2010

How to enable more than 4GB RAM support on Linux 32bit servers?

Linux General,

# uname -r 2.6.18-8.1.3.el5 # yum info kernel-PAE Available Package Name : kernel-PAE Summary: The Linux kernel compiled for PAE capable machines.

Read more
May 19, 2010

FFMPEG Installation

Linux General,

Details: All FFmpeg packages are installed from source except codecs. The main dependency for installing ffmpeg is: yum

Read more
May 19, 2010

Linux Tips & Tricks

Linux General,

TIP 1: NTP Is NTP Working? STEP 1 (Test the current server): Try issuing the following command:

Read more
May 15, 2010

Adding modsecurity rule for domain

Linux General,

Add the below rule in the .htaccess file. SecRuleEngine Off This will work only if you have old version of mod_security installed on the server. You cannot disable mod_security2 using .htaccess, the only way

Read more