November 1, 2013

Asterisk installation and configuration in Linux Server to make Calls between two VoIP phone

Asterisk installation and configuration in Linux Server,Linux General,

Asterisk is a free and open source framework for building communications applications and is sponsored by Digium. Asterisk installation will help you make call’s easier. Asterisk turns an ordinary computer into a communications server. Asterisk powers IP PBX systems, VoIP gateways, and conference servers and is used by small businesses, large businesses, call centers, carriers…

Read more
October 12, 2012

Tackling no Application pool in the CP

Linux General,

If no application pool option is available for a particular user / reseller account in H-sphere. Goto to the reseller a/c -> select the plan -> enable the application pool Only after this, the app pool option will be available to all other user. You can now change it to dedicated application pool for example.

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, Right Click on Database -> New Query: sp_dboption ‘dbname’,’offline’,’true’ (It will make the database to become offline) sp_dboption ‘dbname’,’offline’,’false’ (It will…

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 Server 11 (x86/x64) and Red Hat Enterprise Linux 5.2/5.3 (x86/x64). The supported Distributions of Linux OS are: Red Hat Enterprise Linux (5.2, x86/x64) Red Hat Enterprise Linux…

Read more
August 3, 2012

Installation – Openmeeting, RED5

Linux General,

Openmeeting installation: Pre-requirements installation: I.Open Office Service: Install Open Office Service on Linux (versions > 2.3): ========================================== 1. Install OpenOffice-Headless as root (through su, sudo, etc.): yum install openoffice.org-headless 2. Create and edit a file named openoffice.sh (for example) with you favorite editor over /etc/init.d: vi /etc/init.d/openoffice.sh #!/bin/bash # openoffice.org headless server script # #…

Read more
August 3, 2012

Linux – Tweaks

Linux General,

Tweak 1: Find all zombie process on server(Run this as a root) ps aux | awk ‘{ print $8 ” ” $2 ” ” $11}’ | grep -w Z Kill the zombie process (be careful before run this since it would kill the parent process which is related to the zombie processes.) You cannot kill…

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 3. Click the New Query button and enter in the following data: DECLARE @name VARCHAR(50)…

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 Packages Name   : kernel-PAE Summary: The Linux kernel compiled for PAE capable machines. Description: This package includes a version of the Linux kernel with support for up to 64GB of high memory. It requires a CPU with Physical Address Extensions (PAE). The non-PAE kernel can only…

Read more
May 19, 2010

FFMPEG Installation

Linux General,

FFMPEG and it’s related modules Installation through Script:     Details:All FFmpeg packages are installed from source except codecs. The main dependency for installing ffmpeg is: yum Ffmpeg installation will only work on redhat and suse (requires yum) distributions. FFmpeg installation will work in cpanel and plesk servers.How to run:Wget the above script to /usr/src…

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: $ ntpq -pn remote refid st t when poll reach delay offset jitter =================================================== tock.usno.navy 0.0.0.0 16 u – 64 0 0.000 0.000 4000.00 The above is an example of a problem. Compare it to a working configuration.…

Read more