linux

GnuPG Basics

GnuPG GnuPG is a free software for secure communication. GnuPG itself is a communication tool without any graphical support. GnuPG uses non-patent algorithms such as DSA,RSA, ElGamal and RSA,CAST5, Camellia, Triple DES, AES, Blowfish etc. Features Does not use any patented algorithms. GPLed, written from scratch. Supports key and signature expiration dates. Online help system.

GnuPG Basics Read More »

How to develop troubleshooting skills and become a good server admin

10 points to increase troubleshooting skills and become a good Server Admin 1) Be clear with the concepts You will be learning lot of things in random in your day-to-day work, but essentially what you need to remember are the basic concepts of each technology you have come across, starting from basic commands, services associated,

How to develop troubleshooting skills and become a good server admin Read More »

phpmotion install script

Sparksupport offers you the phpmotion install script to install phpmotion in your root folder or subfolder. Copy paste this script to a file name of your like and execute with the command sh filename. You should answer the questions asked during the execution of the script. Requirements: Cpanel Server Root access #!/bin/bash #Copyright @2009 SparkSupport

phpmotion install script Read More »

video not converting

Hi Its common that video files are not getting converted into flv format for streaming. This can be caused due to deprecated option that is still used for mencoder in the scripts of phpmotion and clipshare. All you have to do is to replace the existing options with the latest one in the convertor.php file

video not converting Read More »

How to install clipshare

We all seem to have questions regarding how to install clipshare  First off download clipshare and unzip it. You will see installation.txt sql and upload folder after the extract. Now check if your system is suPHP or not. Create a test php file test.php and add the following code Now access this through the browser and if its showing your

How to install clipshare Read More »

Exim commands

Exim commands BASIC COMMANDS Print a count of the messages in the queue: exim -bpc Print a listing of the messages in the queue (time queued, size, message-id, sender, recipient): exim -bp Print a summary of messages in the queue (count, volume, oldest, newest, domain, and totals): exim -bp | exiqsumm Print what Exim is

Exim commands Read More »

PostgreSQL Command line Tips

PostgreSQL is an object-relational database management system (ORDBMS) based on POSTGRES, Version 4.2, developed at the University of California at Berkeley Computer Science Department. POSTGRES pioneered many concepts that only became available in some commercial database systems much later with PostgreSQL Command. PostgreSQL is an open-source descendant of this original Berkeley code. It supports a

PostgreSQL Command line Tips Read More »